comfyui-workflow-templates 0.1.35__py3-none-any.whl → 0.1.36__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. comfyui_workflow_templates/templates/3d_hunyuan3d_image_to_model-1.webp +0 -0
  2. comfyui_workflow_templates/templates/3d_hunyuan3d_image_to_model.json +317 -288
  3. comfyui_workflow_templates/templates/3d_hunyuan3d_multiview_to_model-1.webp +0 -0
  4. comfyui_workflow_templates/templates/3d_hunyuan3d_multiview_to_model-2.webp +0 -0
  5. comfyui_workflow_templates/templates/3d_hunyuan3d_multiview_to_model.json +272 -236
  6. comfyui_workflow_templates/templates/3d_hunyuan3d_multiview_to_model_turbo-1.webp +0 -0
  7. comfyui_workflow_templates/templates/3d_hunyuan3d_multiview_to_model_turbo-2.webp +0 -0
  8. comfyui_workflow_templates/templates/3d_hunyuan3d_multiview_to_model_turbo.json +203 -167
  9. comfyui_workflow_templates/templates/area_composition-1.webp +0 -0
  10. comfyui_workflow_templates/templates/area_composition.json +1158 -519
  11. comfyui_workflow_templates/templates/area_composition_square_area_for_subject-1.webp +0 -0
  12. comfyui_workflow_templates/templates/area_composition_square_area_for_subject.json +856 -363
  13. comfyui_workflow_templates/templates/audio_stable_audio_example.json +201 -48
  14. comfyui_workflow_templates/templates/controlnet_example.json +625 -208
  15. comfyui_workflow_templates/templates/flux_redux_model_example.json +1112 -617
  16. comfyui_workflow_templates/templates/hiresfix_latent_workflow-1.webp +0 -0
  17. comfyui_workflow_templates/templates/hiresfix_latent_workflow-2.webp +0 -0
  18. comfyui_workflow_templates/templates/hiresfix_latent_workflow.json +556 -215
  19. comfyui_workflow_templates/templates/image2image.json +396 -156
  20. comfyui_workflow_templates/templates/image_lotus_depth_v1_1.json +35 -22
  21. comfyui_workflow_templates/templates/index.json +3 -11
  22. comfyui_workflow_templates/templates/latent_upscale_different_prompt_model-1.webp +0 -0
  23. comfyui_workflow_templates/templates/latent_upscale_different_prompt_model.json +682 -275
  24. comfyui_workflow_templates/templates/video_wan_vace_14B_ref2v.json +187 -187
  25. comfyui_workflow_templates/templates/video_wan_vace_14B_t2v.json +151 -151
  26. comfyui_workflow_templates/templates/video_wan_vace_14B_v2v.json +139 -139
  27. comfyui_workflow_templates/templates/video_wan_vace_flf2v.json +177 -177
  28. comfyui_workflow_templates/templates/video_wan_vace_inpainting.json +141 -167
  29. comfyui_workflow_templates/templates/video_wan_vace_outpainting.json +34 -34
  30. {comfyui_workflow_templates-0.1.35.dist-info → comfyui_workflow_templates-0.1.36.dist-info}/METADATA +1 -1
  31. {comfyui_workflow_templates-0.1.35.dist-info → comfyui_workflow_templates-0.1.36.dist-info}/RECORD +34 -36
  32. comfyui_workflow_templates/templates/area_composition_reversed-1.webp +0 -0
  33. comfyui_workflow_templates/templates/area_composition_reversed.json +0 -967
  34. comfyui_workflow_templates/templates/flux_dev_example.json +0 -771
  35. {comfyui_workflow_templates-0.1.35.dist-info → comfyui_workflow_templates-0.1.36.dist-info}/WHEEL +0 -0
  36. {comfyui_workflow_templates-0.1.35.dist-info → comfyui_workflow_templates-0.1.36.dist-info}/licenses/LICENSE +0 -0
  37. {comfyui_workflow_templates-0.1.35.dist-info → comfyui_workflow_templates-0.1.36.dist-info}/top_level.txt +0 -0
@@ -1,157 +1,209 @@
1
1
  {
2
- "last_node_id": 33,
3
- "last_link_id": 56,
2
+ "id": "4fa99a93-08af-4ce1-b32d-8d0285efeb01",
3
+ "revision": 0,
4
+ "last_node_id": 36,
5
+ "last_link_id": 59,
4
6
  "nodes": [
5
7
  {
6
- "id": 3,
7
- "type": "KSampler",
8
- "pos": [1060, 160],
9
- "size": [315, 474],
8
+ "id": 6,
9
+ "type": "CLIPTextEncode",
10
+ "pos": [
11
+ 280,
12
+ -310
13
+ ],
14
+ "size": [
15
+ 422.84503173828125,
16
+ 164.31304931640625
17
+ ],
10
18
  "flags": {},
11
- "order": 9,
19
+ "order": 8,
12
20
  "mode": 0,
13
21
  "inputs": [
14
22
  {
15
- "label": "model",
16
- "name": "model",
17
- "type": "MODEL",
18
- "link": 19
19
- },
20
- {
21
- "label": "positive",
22
- "name": "positive",
23
- "type": "CONDITIONING",
24
- "link": 55
25
- },
26
- {
27
- "label": "negative",
28
- "name": "negative",
29
- "type": "CONDITIONING",
30
- "link": 56
31
- },
32
- {
33
- "label": "latent_image",
34
- "name": "latent_image",
35
- "type": "LATENT",
36
- "link": 2
23
+ "label": "clip",
24
+ "name": "clip",
25
+ "type": "CLIP",
26
+ "link": 21
37
27
  }
38
28
  ],
39
29
  "outputs": [
40
30
  {
41
- "label": "LATENT",
42
- "name": "LATENT",
43
- "type": "LATENT",
31
+ "label": "CONDITIONING",
32
+ "name": "CONDITIONING",
33
+ "type": "CONDITIONING",
44
34
  "slot_index": 0,
45
- "links": [7]
35
+ "links": [
36
+ 53
37
+ ]
46
38
  }
47
39
  ],
48
40
  "properties": {
49
- "Node name for S&R": "KSampler"
41
+ "cnr_id": "comfy-core",
42
+ "ver": "0.3.44",
43
+ "Node name for S&R": "CLIPTextEncode"
50
44
  },
51
45
  "widgets_values": [
52
- 776509832134660,
53
- "randomize",
54
- 20,
55
- 6,
56
- "euler",
57
- "normal",
58
- 1
59
- ]
46
+ "Masterpiece,best quality,high definition,high level of detail,3D,3D style,cute Q-version,Chibi,a vibrant product photo created for innovative advertising,featuring a little boy with black hair and a big laugh,Solo,holding a wooden crate,wooden crate,pasture,blue sky,white clouds,brick paved path,with pleasant houses in the background,chimneys,big trees,maple leaves,maple trees,and a lot of wheat,wheat,wheat ears along the roadside,The atmosphere of autumn,yellow grass and leaves,fallen leaves,fences,barriers,orange and yellow colors,autumn,windows,doors,gravel roads,captured using a Sony Alpha A7R IV camera with a 35mm f/1.4 lens,aperture set to f/2.8,shutter speed of 1/100 second,"
47
+ ],
48
+ "color": "#232",
49
+ "bgcolor": "#353"
60
50
  },
61
51
  {
62
- "id": 5,
63
- "type": "EmptyLatentImage",
64
- "pos": [730, 420],
65
- "size": [300, 110],
52
+ "id": 14,
53
+ "type": "CheckpointLoaderSimple",
54
+ "pos": [
55
+ -150,
56
+ -290
57
+ ],
58
+ "size": [
59
+ 380,
60
+ 100
61
+ ],
66
62
  "flags": {},
67
63
  "order": 0,
68
64
  "mode": 0,
69
65
  "inputs": [],
70
66
  "outputs": [
71
67
  {
72
- "label": "LATENT",
73
- "name": "LATENT",
74
- "type": "LATENT",
68
+ "label": "MODEL",
69
+ "name": "MODEL",
70
+ "type": "MODEL",
75
71
  "slot_index": 0,
76
- "links": [2]
72
+ "links": [
73
+ 19
74
+ ]
75
+ },
76
+ {
77
+ "label": "CLIP",
78
+ "name": "CLIP",
79
+ "type": "CLIP",
80
+ "slot_index": 1,
81
+ "links": [
82
+ 20,
83
+ 21
84
+ ]
85
+ },
86
+ {
87
+ "label": "VAE",
88
+ "name": "VAE",
89
+ "type": "VAE",
90
+ "slot_index": 2,
91
+ "links": null
77
92
  }
78
93
  ],
79
94
  "properties": {
80
- "Node name for S&R": "EmptyLatentImage"
95
+ "cnr_id": "comfy-core",
96
+ "ver": "0.3.44",
97
+ "Node name for S&R": "CheckpointLoaderSimple",
98
+ "models": [
99
+ {
100
+ "name": "DreamShaper_8_pruned.safetensors",
101
+ "url": "https://huggingface.co/Lykon/DreamShaper/resolve/main/DreamShaper_8_pruned.safetensors",
102
+ "directory": "checkpoints"
103
+ }
104
+ ]
81
105
  },
82
- "widgets_values": [1024, 1024, 1]
106
+ "widgets_values": [
107
+ "DreamShaper_8_pruned.safetensors"
108
+ ],
109
+ "color": "#322",
110
+ "bgcolor": "#533"
83
111
  },
84
112
  {
85
- "id": 6,
86
- "type": "CLIPTextEncode",
87
- "pos": [270, 150],
88
- "size": [422.84503173828125, 164.31304931640625],
113
+ "id": 5,
114
+ "type": "EmptyLatentImage",
115
+ "pos": [
116
+ -150,
117
+ 150
118
+ ],
119
+ "size": [
120
+ 300,
121
+ 110
122
+ ],
89
123
  "flags": {},
90
- "order": 7,
124
+ "order": 1,
91
125
  "mode": 0,
92
- "inputs": [
93
- {
94
- "label": "clip",
95
- "name": "clip",
96
- "type": "CLIP",
97
- "link": 21
98
- }
99
- ],
126
+ "inputs": [],
100
127
  "outputs": [
101
128
  {
102
- "label": "CONDITIONING",
103
- "name": "CONDITIONING",
104
- "type": "CONDITIONING",
129
+ "label": "LATENT",
130
+ "name": "LATENT",
131
+ "type": "LATENT",
105
132
  "slot_index": 0,
106
- "links": [53]
133
+ "links": [
134
+ 2
135
+ ]
107
136
  }
108
137
  ],
109
138
  "properties": {
110
- "Node name for S&R": "CLIPTextEncode"
139
+ "cnr_id": "comfy-core",
140
+ "ver": "0.3.44",
141
+ "Node name for S&R": "EmptyLatentImage"
111
142
  },
112
143
  "widgets_values": [
113
- "Masterpiece,best quality,high definition,high level of detail,3D,3D style,cute Q-version,Chibi,a vibrant product photo created for innovative advertising,featuring a little boy with black hair and a big laugh,Solo,holding a wooden crate,wooden crate,pasture,blue sky,white clouds,brick paved path,with pleasant houses in the background,chimneys,big trees,maple leaves,maple trees,and a lot of wheat,wheat,wheat ears along the roadside,The atmosphere of autumn,yellow grass and leaves,fallen leaves,fences,barriers,orange and yellow colors,autumn,windows,doors,gravel roads,captured using a Sony Alpha A7R IV camera with a 35mm f/1.4 lens,aperture set to f/2.8,shutter speed of 1/100 second,"
114
- ]
144
+ 1024,
145
+ 1024,
146
+ 1
147
+ ],
148
+ "color": "#323",
149
+ "bgcolor": "#535"
115
150
  },
116
151
  {
117
- "id": 7,
118
- "type": "CLIPTextEncode",
119
- "pos": [270, 360],
120
- "size": [425.27801513671875, 180.6060791015625],
152
+ "id": 11,
153
+ "type": "LoadImage",
154
+ "pos": [
155
+ -140,
156
+ 380
157
+ ],
158
+ "size": [
159
+ 387.97003173828125,
160
+ 465.5097961425781
161
+ ],
121
162
  "flags": {},
122
- "order": 6,
163
+ "order": 2,
123
164
  "mode": 0,
124
- "inputs": [
125
- {
126
- "label": "clip",
127
- "name": "clip",
128
- "type": "CLIP",
129
- "link": 20
130
- }
131
- ],
165
+ "inputs": [],
132
166
  "outputs": [
133
167
  {
134
- "label": "CONDITIONING",
135
- "name": "CONDITIONING",
136
- "type": "CONDITIONING",
168
+ "label": "IMAGE",
169
+ "name": "IMAGE",
170
+ "type": "IMAGE",
137
171
  "slot_index": 0,
138
- "links": [54]
172
+ "links": [
173
+ 57
174
+ ]
175
+ },
176
+ {
177
+ "label": "MASK",
178
+ "name": "MASK",
179
+ "type": "MASK",
180
+ "slot_index": 1,
181
+ "links": null
139
182
  }
140
183
  ],
141
184
  "properties": {
142
- "Node name for S&R": "CLIPTextEncode"
185
+ "cnr_id": "comfy-core",
186
+ "ver": "0.3.44",
187
+ "Node name for S&R": "LoadImage"
143
188
  },
144
189
  "widgets_values": [
145
- "(hands), text, error, cropped, (worst quality:1.2), (low quality:1.2), normal quality, (jpeg artifacts:1.3), signature, watermark, username, blurry, artist name, monochrome, sketch, censorship, censor, (copyright:1.2), extra legs, (forehead mark) (depth of field) (emotionless) (penis)"
190
+ "pasted/image (2).png",
191
+ "image"
146
192
  ]
147
193
  },
148
194
  {
149
195
  "id": 8,
150
196
  "type": "VAEDecode",
151
- "pos": [1420, 160],
152
- "size": [210, 46],
197
+ "pos": [
198
+ 1220,
199
+ -330
200
+ ],
201
+ "size": [
202
+ 210,
203
+ 46
204
+ ],
153
205
  "flags": {},
154
- "order": 10,
206
+ "order": 13,
155
207
  "mode": 0,
156
208
  "inputs": [
157
209
  {
@@ -173,21 +225,97 @@
173
225
  "name": "IMAGE",
174
226
  "type": "IMAGE",
175
227
  "slot_index": 0,
176
- "links": [9]
228
+ "links": [
229
+ 9
230
+ ]
177
231
  }
178
232
  ],
179
233
  "properties": {
234
+ "cnr_id": "comfy-core",
235
+ "ver": "0.3.44",
180
236
  "Node name for S&R": "VAEDecode"
181
237
  },
182
238
  "widgets_values": []
183
239
  },
240
+ {
241
+ "id": 3,
242
+ "type": "KSampler",
243
+ "pos": [
244
+ 1100,
245
+ -150
246
+ ],
247
+ "size": [
248
+ 315,
249
+ 474
250
+ ],
251
+ "flags": {},
252
+ "order": 12,
253
+ "mode": 0,
254
+ "inputs": [
255
+ {
256
+ "label": "model",
257
+ "name": "model",
258
+ "type": "MODEL",
259
+ "link": 19
260
+ },
261
+ {
262
+ "label": "positive",
263
+ "name": "positive",
264
+ "type": "CONDITIONING",
265
+ "link": 55
266
+ },
267
+ {
268
+ "label": "negative",
269
+ "name": "negative",
270
+ "type": "CONDITIONING",
271
+ "link": 56
272
+ },
273
+ {
274
+ "label": "latent_image",
275
+ "name": "latent_image",
276
+ "type": "LATENT",
277
+ "link": 2
278
+ }
279
+ ],
280
+ "outputs": [
281
+ {
282
+ "label": "LATENT",
283
+ "name": "LATENT",
284
+ "type": "LATENT",
285
+ "slot_index": 0,
286
+ "links": [
287
+ 7
288
+ ]
289
+ }
290
+ ],
291
+ "properties": {
292
+ "cnr_id": "comfy-core",
293
+ "ver": "0.3.44",
294
+ "Node name for S&R": "KSampler"
295
+ },
296
+ "widgets_values": [
297
+ 599575228983496,
298
+ "randomize",
299
+ 20,
300
+ 6,
301
+ "euler",
302
+ "normal",
303
+ 1
304
+ ]
305
+ },
184
306
  {
185
307
  "id": 9,
186
308
  "type": "SaveImage",
187
- "pos": [1420, 250],
188
- "size": [580, 650],
309
+ "pos": [
310
+ 1450,
311
+ -330
312
+ ],
313
+ "size": [
314
+ 600,
315
+ 660
316
+ ],
189
317
  "flags": {},
190
- "order": 11,
318
+ "order": 14,
191
319
  "mode": 0,
192
320
  "inputs": [
193
321
  {
@@ -199,77 +327,122 @@
199
327
  ],
200
328
  "outputs": [],
201
329
  "properties": {
330
+ "cnr_id": "comfy-core",
331
+ "ver": "0.3.44",
202
332
  "Node name for S&R": "SaveImage"
203
333
  },
204
- "widgets_values": ["ComfyUI"]
334
+ "widgets_values": [
335
+ "ComfyUI"
336
+ ]
205
337
  },
206
338
  {
207
- "id": 11,
208
- "type": "LoadImage",
209
- "pos": [-160, 400],
210
- "size": [387.97003173828125, 465.5097961425781],
339
+ "id": 35,
340
+ "type": "PreviewImage",
341
+ "pos": [
342
+ 280,
343
+ 520
344
+ ],
345
+ "size": [
346
+ 350,
347
+ 320
348
+ ],
211
349
  "flags": {},
212
- "order": 5,
350
+ "order": 10,
213
351
  "mode": 0,
214
- "inputs": [],
215
- "outputs": [
352
+ "inputs": [
216
353
  {
217
- "label": "IMAGE",
218
- "name": "IMAGE",
354
+ "name": "images",
219
355
  "type": "IMAGE",
220
- "slot_index": 0,
221
- "links": [52]
222
- },
223
- {
224
- "label": "MASK",
225
- "name": "MASK",
226
- "type": "MASK",
227
- "slot_index": 1,
228
- "links": null
356
+ "link": 58
229
357
  }
230
358
  ],
359
+ "outputs": [],
231
360
  "properties": {
232
- "Node name for S&R": "LoadImage"
361
+ "cnr_id": "comfy-core",
362
+ "ver": "0.3.44",
363
+ "Node name for S&R": "PreviewImage"
233
364
  },
234
- "widgets_values": ["scribble_input.png", "image", ""]
365
+ "widgets_values": []
235
366
  },
236
367
  {
237
- "id": 12,
238
- "type": "ControlNetLoader",
239
- "pos": [281.73468017578125, 636.84765625],
240
- "size": [340, 60],
368
+ "id": 33,
369
+ "type": "MarkdownNote",
370
+ "pos": [
371
+ -520,
372
+ -350
373
+ ],
374
+ "size": [
375
+ 336,
376
+ 152
377
+ ],
241
378
  "flags": {},
242
379
  "order": 3,
243
380
  "mode": 0,
244
381
  "inputs": [],
382
+ "outputs": [],
383
+ "properties": {},
384
+ "widgets_values": [
385
+ "### Learn more about this workflow\n\n> [ControlNet - ComfyUI_examples](https://comfyanonymous.github.io/ComfyUI_examples/controlnet/) — Overview\n> \n> [ControlNet Usage - docs.comfy.org](https://docs.comfy.org/tutorials/controlnet/controlnet) — Explanation of concepts and step-by-step tutorial"
386
+ ],
387
+ "color": "#432",
388
+ "bgcolor": "#653"
389
+ },
390
+ {
391
+ "id": 34,
392
+ "type": "Canny",
393
+ "pos": [
394
+ 280,
395
+ 380
396
+ ],
397
+ "size": [
398
+ 270,
399
+ 82
400
+ ],
401
+ "flags": {},
402
+ "order": 9,
403
+ "mode": 0,
404
+ "inputs": [
405
+ {
406
+ "name": "image",
407
+ "type": "IMAGE",
408
+ "link": 57
409
+ }
410
+ ],
245
411
  "outputs": [
246
412
  {
247
- "label": "CONTROL_NET",
248
- "name": "CONTROL_NET",
249
- "type": "CONTROL_NET",
250
- "slot_index": 0,
251
- "links": [51]
413
+ "name": "IMAGE",
414
+ "type": "IMAGE",
415
+ "links": [
416
+ 58,
417
+ 59
418
+ ]
252
419
  }
253
420
  ],
254
421
  "properties": {
255
- "Node name for S&R": "ControlNetLoader",
256
- "models": [
257
- {
258
- "name": "control_v11p_sd15_scribble_fp16.safetensors",
259
- "url": "https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors/resolve/main/control_v11p_sd15_scribble_fp16.safetensors?download=true",
260
- "directory": "controlnet"
261
- }
262
- ]
422
+ "cnr_id": "comfy-core",
423
+ "ver": "0.3.44",
424
+ "Node name for S&R": "Canny"
263
425
  },
264
- "widgets_values": ["control_v11p_sd15_scribble_fp16.safetensors"]
426
+ "widgets_values": [
427
+ 0.3500000000000001,
428
+ 0.8
429
+ ],
430
+ "color": "#322",
431
+ "bgcolor": "#533"
265
432
  },
266
433
  {
267
434
  "id": 13,
268
435
  "type": "VAELoader",
269
- "pos": [-160, 290],
270
- "size": [380, 58],
436
+ "pos": [
437
+ -150,
438
+ -140
439
+ ],
440
+ "size": [
441
+ 380,
442
+ 58
443
+ ],
271
444
  "flags": {},
272
- "order": 2,
445
+ "order": 4,
273
446
  "mode": 0,
274
447
  "inputs": [],
275
448
  "outputs": [
@@ -278,10 +451,14 @@
278
451
  "name": "VAE",
279
452
  "type": "VAE",
280
453
  "slot_index": 0,
281
- "links": [14]
454
+ "links": [
455
+ 14
456
+ ]
282
457
  }
283
458
  ],
284
459
  "properties": {
460
+ "cnr_id": "comfy-core",
461
+ "ver": "0.3.44",
285
462
  "Node name for S&R": "VAELoader",
286
463
  "models": [
287
464
  {
@@ -291,59 +468,136 @@
291
468
  }
292
469
  ]
293
470
  },
294
- "widgets_values": ["vae-ft-mse-840000-ema-pruned.safetensors"]
471
+ "widgets_values": [
472
+ "vae-ft-mse-840000-ema-pruned.safetensors"
473
+ ],
474
+ "color": "#322",
475
+ "bgcolor": "#533"
295
476
  },
296
477
  {
297
- "id": 14,
298
- "type": "CheckpointLoaderSimple",
299
- "pos": [-160, 150],
300
- "size": [380, 100],
478
+ "id": 12,
479
+ "type": "ControlNetLoader",
480
+ "pos": [
481
+ -150,
482
+ -30
483
+ ],
484
+ "size": [
485
+ 370,
486
+ 60
487
+ ],
301
488
  "flags": {},
302
- "order": 1,
489
+ "order": 5,
303
490
  "mode": 0,
304
491
  "inputs": [],
305
492
  "outputs": [
306
493
  {
307
- "label": "MODEL",
308
- "name": "MODEL",
309
- "type": "MODEL",
494
+ "label": "CONTROL_NET",
495
+ "name": "CONTROL_NET",
496
+ "type": "CONTROL_NET",
310
497
  "slot_index": 0,
311
- "links": [19]
312
- },
313
- {
314
- "label": "CLIP",
315
- "name": "CLIP",
316
- "type": "CLIP",
317
- "slot_index": 1,
318
- "links": [20, 21]
319
- },
320
- {
321
- "label": "VAE",
322
- "name": "VAE",
323
- "type": "VAE",
324
- "slot_index": 2,
325
- "links": null
498
+ "links": [
499
+ 51
500
+ ]
326
501
  }
327
502
  ],
328
503
  "properties": {
329
- "Node name for S&R": "CheckpointLoaderSimple",
504
+ "cnr_id": "comfy-core",
505
+ "ver": "0.3.44",
506
+ "Node name for S&R": "ControlNetLoader",
330
507
  "models": [
331
508
  {
332
- "name": "dreamCreationVirtual3DECommerce_v10.safetensors",
333
- "url": "https://civitai.com/api/download/models/731340?type=Model&format=SafeTensor&size=full&fp=fp16",
334
- "directory": "checkpoints"
509
+ "name": "control_v11p_sd15_scribble_fp16.safetensors",
510
+ "url": "https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors/resolve/main/control_v11p_sd15_scribble_fp16.safetensors?download=true",
511
+ "directory": "controlnet"
335
512
  }
336
513
  ]
337
514
  },
338
- "widgets_values": ["dreamCreationVirtual3DECommerce_v10.safetensors"]
515
+ "widgets_values": [
516
+ "control_v11p_sd15_scribble_fp16.safetensors"
517
+ ],
518
+ "color": "#322",
519
+ "bgcolor": "#533"
520
+ },
521
+ {
522
+ "id": 7,
523
+ "type": "CLIPTextEncode",
524
+ "pos": [
525
+ 280,
526
+ -100
527
+ ],
528
+ "size": [
529
+ 420,
530
+ 130
531
+ ],
532
+ "flags": {},
533
+ "order": 7,
534
+ "mode": 0,
535
+ "inputs": [
536
+ {
537
+ "label": "clip",
538
+ "name": "clip",
539
+ "type": "CLIP",
540
+ "link": 20
541
+ }
542
+ ],
543
+ "outputs": [
544
+ {
545
+ "label": "CONDITIONING",
546
+ "name": "CONDITIONING",
547
+ "type": "CONDITIONING",
548
+ "slot_index": 0,
549
+ "links": [
550
+ 54
551
+ ]
552
+ }
553
+ ],
554
+ "properties": {
555
+ "cnr_id": "comfy-core",
556
+ "ver": "0.3.44",
557
+ "Node name for S&R": "CLIPTextEncode"
558
+ },
559
+ "widgets_values": [
560
+ "(hands), text, error, cropped, (worst quality:1.2), (low quality:1.2), normal quality, (jpeg artifacts:1.3), signature, watermark, username, blurry, artist name, monochrome, sketch, censorship, censor, (copyright:1.2), extra legs, (forehead mark) (depth of field) (emotionless) (penis)"
561
+ ],
562
+ "color": "#223",
563
+ "bgcolor": "#335"
564
+ },
565
+ {
566
+ "id": 36,
567
+ "type": "MarkdownNote",
568
+ "pos": [
569
+ 290,
570
+ 200
571
+ ],
572
+ "size": [
573
+ 330,
574
+ 88
575
+ ],
576
+ "flags": {},
577
+ "order": 6,
578
+ "mode": 0,
579
+ "inputs": [],
580
+ "outputs": [],
581
+ "properties": {},
582
+ "widgets_values": [
583
+ "Select the Canny node, and click the \"?\" on the selection toolbox to learn about the Canny preprocessor."
584
+ ],
585
+ "color": "#432",
586
+ "bgcolor": "#653"
339
587
  },
340
588
  {
341
589
  "id": 32,
342
590
  "type": "ControlNetApplyAdvanced",
343
- "pos": [721.2879028320312, -52.88718032836914],
344
- "size": [315, 186],
591
+ "pos": [
592
+ 740,
593
+ 110
594
+ ],
595
+ "size": [
596
+ 315,
597
+ 186
598
+ ],
345
599
  "flags": {},
346
- "order": 8,
600
+ "order": 11,
347
601
  "mode": 0,
348
602
  "inputs": [
349
603
  {
@@ -368,7 +622,7 @@
368
622
  "label": "image",
369
623
  "name": "image",
370
624
  "type": "IMAGE",
371
- "link": 52
625
+ "link": 59
372
626
  },
373
627
  {
374
628
  "label": "vae",
@@ -384,60 +638,223 @@
384
638
  "name": "positive",
385
639
  "type": "CONDITIONING",
386
640
  "slot_index": 0,
387
- "links": [55]
641
+ "links": [
642
+ 55
643
+ ]
388
644
  },
389
645
  {
390
646
  "label": "negative",
391
647
  "name": "negative",
392
648
  "type": "CONDITIONING",
393
649
  "slot_index": 1,
394
- "links": [56]
650
+ "links": [
651
+ 56
652
+ ]
395
653
  }
396
654
  ],
397
655
  "properties": {
656
+ "cnr_id": "comfy-core",
657
+ "ver": "0.3.44",
398
658
  "Node name for S&R": "ControlNetApplyAdvanced"
399
659
  },
400
- "widgets_values": [1, 0, 1]
401
- },
402
- {
403
- "id": 33,
404
- "type": "MarkdownNote",
405
- "pos": [-160, 920],
406
- "size": [336, 152],
407
- "flags": {},
408
- "order": 4,
409
- "mode": 0,
410
- "inputs": [],
411
- "outputs": [],
412
- "properties": {},
413
660
  "widgets_values": [
414
- "### Learn more about this workflow\n\n> [ControlNet - ComfyUI_examples](https://comfyanonymous.github.io/ComfyUI_examples/controlnet/) — Overview\n> \n> [ControlNet Usage - docs.comfy.org](https://docs.comfy.org/tutorials/controlnet/controlnet) — Explanation of concepts and step-by-step tutorial"
661
+ 1,
662
+ 0,
663
+ 1
415
664
  ],
416
- "color": "#432",
417
- "bgcolor": "#653"
665
+ "color": "#322",
666
+ "bgcolor": "#533"
418
667
  }
419
668
  ],
420
669
  "links": [
421
- [2, 5, 0, 3, 3, "LATENT"],
422
- [7, 3, 0, 8, 0, "LATENT"],
423
- [9, 8, 0, 9, 0, "IMAGE"],
424
- [14, 13, 0, 8, 1, "VAE"],
425
- [19, 14, 0, 3, 0, "MODEL"],
426
- [20, 14, 1, 7, 0, "CLIP"],
427
- [21, 14, 1, 6, 0, "CLIP"],
428
- [51, 12, 0, 32, 2, "CONTROL_NET"],
429
- [52, 11, 0, 32, 3, "IMAGE"],
430
- [53, 6, 0, 32, 0, "CONDITIONING"],
431
- [54, 7, 0, 32, 1, "CONDITIONING"],
432
- [55, 32, 0, 3, 1, "CONDITIONING"],
433
- [56, 32, 1, 3, 2, "CONDITIONING"]
670
+ [
671
+ 2,
672
+ 5,
673
+ 0,
674
+ 3,
675
+ 3,
676
+ "LATENT"
677
+ ],
678
+ [
679
+ 7,
680
+ 3,
681
+ 0,
682
+ 8,
683
+ 0,
684
+ "LATENT"
685
+ ],
686
+ [
687
+ 9,
688
+ 8,
689
+ 0,
690
+ 9,
691
+ 0,
692
+ "IMAGE"
693
+ ],
694
+ [
695
+ 14,
696
+ 13,
697
+ 0,
698
+ 8,
699
+ 1,
700
+ "VAE"
701
+ ],
702
+ [
703
+ 19,
704
+ 14,
705
+ 0,
706
+ 3,
707
+ 0,
708
+ "MODEL"
709
+ ],
710
+ [
711
+ 20,
712
+ 14,
713
+ 1,
714
+ 7,
715
+ 0,
716
+ "CLIP"
717
+ ],
718
+ [
719
+ 21,
720
+ 14,
721
+ 1,
722
+ 6,
723
+ 0,
724
+ "CLIP"
725
+ ],
726
+ [
727
+ 51,
728
+ 12,
729
+ 0,
730
+ 32,
731
+ 2,
732
+ "CONTROL_NET"
733
+ ],
734
+ [
735
+ 53,
736
+ 6,
737
+ 0,
738
+ 32,
739
+ 0,
740
+ "CONDITIONING"
741
+ ],
742
+ [
743
+ 54,
744
+ 7,
745
+ 0,
746
+ 32,
747
+ 1,
748
+ "CONDITIONING"
749
+ ],
750
+ [
751
+ 55,
752
+ 32,
753
+ 0,
754
+ 3,
755
+ 1,
756
+ "CONDITIONING"
757
+ ],
758
+ [
759
+ 56,
760
+ 32,
761
+ 1,
762
+ 3,
763
+ 2,
764
+ "CONDITIONING"
765
+ ],
766
+ [
767
+ 57,
768
+ 11,
769
+ 0,
770
+ 34,
771
+ 0,
772
+ "IMAGE"
773
+ ],
774
+ [
775
+ 58,
776
+ 34,
777
+ 0,
778
+ 35,
779
+ 0,
780
+ "IMAGE"
781
+ ],
782
+ [
783
+ 59,
784
+ 34,
785
+ 0,
786
+ 32,
787
+ 3,
788
+ "IMAGE"
789
+ ]
790
+ ],
791
+ "groups": [
792
+ {
793
+ "id": 1,
794
+ "title": "Step1 - Load models",
795
+ "bounding": [
796
+ -160,
797
+ -380,
798
+ 410,
799
+ 440
800
+ ],
801
+ "color": "#3f789e",
802
+ "font_size": 24,
803
+ "flags": {}
804
+ },
805
+ {
806
+ "id": 2,
807
+ "title": "Step 2 - Upload and preprocess the image",
808
+ "bounding": [
809
+ -160,
810
+ 300,
811
+ 820,
812
+ 560
813
+ ],
814
+ "color": "#3f789e",
815
+ "font_size": 24,
816
+ "flags": {}
817
+ },
818
+ {
819
+ "id": 3,
820
+ "title": "Step3 - Prompt",
821
+ "bounding": [
822
+ 270,
823
+ -380,
824
+ 440,
825
+ 440
826
+ ],
827
+ "color": "#3f789e",
828
+ "font_size": 24,
829
+ "flags": {}
830
+ },
831
+ {
832
+ "id": 4,
833
+ "title": "Image size",
834
+ "bounding": [
835
+ -160,
836
+ 80,
837
+ 320,
838
+ 193.60000610351562
839
+ ],
840
+ "color": "#3f789e",
841
+ "font_size": 24,
842
+ "flags": {}
843
+ }
434
844
  ],
435
- "groups": [],
436
845
  "config": {},
437
846
  "extra": {
847
+ "ds": {
848
+ "scale": 0.5713283933319003,
849
+ "offset": [
850
+ 1616.4480513827432,
851
+ 985.783318374038
852
+ ]
853
+ },
438
854
  "node_versions": {
439
855
  "comfy-core": "0.3.14"
440
- }
856
+ },
857
+ "frontendVersion": "1.23.4"
441
858
  },
442
859
  "version": 0.4
443
- }
860
+ }