comfyui-workflow-templates 0.1.92__py3-none-any.whl → 0.1.94__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.

Potentially problematic release.


This version of comfyui-workflow-templates might be problematic. Click here for more details.

Files changed (18) hide show
  1. comfyui_workflow_templates/templates/api_openai_sora_video-1.webp +0 -0
  2. comfyui_workflow_templates/templates/api_openai_sora_video.json +495 -0
  3. comfyui_workflow_templates/templates/flux_canny_model_example.json +2 -2
  4. comfyui_workflow_templates/templates/flux_depth_lora_example.json +394 -308
  5. comfyui_workflow_templates/templates/flux_fill_inpaint_example.json +2 -2
  6. comfyui_workflow_templates/templates/flux_fill_outpaint_example.json +2 -2
  7. comfyui_workflow_templates/templates/image_chroma_text_to_image.json +113 -113
  8. comfyui_workflow_templates/templates/image_qwen_image_edit_2509.json +2242 -365
  9. comfyui_workflow_templates/templates/index.json +13 -0
  10. comfyui_workflow_templates/templates/sd3.5_large_blur.json +320 -241
  11. comfyui_workflow_templates/templates/sd3.5_large_canny_controlnet_example.json +1 -1
  12. comfyui_workflow_templates/templates/sd3.5_large_depth.json +245 -170
  13. comfyui_workflow_templates/templates/video_wan2.1_alpha_t2v_14B.json +9 -8
  14. {comfyui_workflow_templates-0.1.92.dist-info → comfyui_workflow_templates-0.1.94.dist-info}/METADATA +1 -1
  15. {comfyui_workflow_templates-0.1.92.dist-info → comfyui_workflow_templates-0.1.94.dist-info}/RECORD +18 -16
  16. {comfyui_workflow_templates-0.1.92.dist-info → comfyui_workflow_templates-0.1.94.dist-info}/WHEEL +0 -0
  17. {comfyui_workflow_templates-0.1.92.dist-info → comfyui_workflow_templates-0.1.94.dist-info}/licenses/LICENSE +0 -0
  18. {comfyui_workflow_templates-0.1.92.dist-info → comfyui_workflow_templates-0.1.94.dist-info}/top_level.txt +0 -0
@@ -4,225 +4,6 @@
4
4
  "last_node_id": 40,
5
5
  "last_link_id": 76,
6
6
  "nodes": [
7
- {
8
- "id": 23,
9
- "type": "CLIPTextEncode",
10
- "pos": [
11
- 126.71530151367188,
12
- 109.84258270263672
13
- ],
14
- "size": [
15
- 422.8500061035156,
16
- 164.30999755859375
17
- ],
18
- "flags": {},
19
- "order": 5,
20
- "mode": 0,
21
- "inputs": [
22
- {
23
- "name": "clip",
24
- "type": "CLIP",
25
- "link": 62
26
- }
27
- ],
28
- "outputs": [
29
- {
30
- "name": "CONDITIONING",
31
- "type": "CONDITIONING",
32
- "slot_index": 0,
33
- "links": [
34
- 41
35
- ]
36
- }
37
- ],
38
- "title": "CLIP Text Encode (Positive Prompt)",
39
- "properties": {
40
- "Node name for S&R": "CLIPTextEncode"
41
- },
42
- "widgets_values": [
43
- "a photograph of a shark in the sea"
44
- ],
45
- "color": "#232",
46
- "bgcolor": "#353"
47
- },
48
- {
49
- "id": 7,
50
- "type": "CLIPTextEncode",
51
- "pos": [
52
- 130.87759399414062,
53
- 330.7156066894531
54
- ],
55
- "size": [
56
- 425.2799987792969,
57
- 180.61000061035156
58
- ],
59
- "flags": {
60
- "collapsed": true
61
- },
62
- "order": 6,
63
- "mode": 0,
64
- "inputs": [
65
- {
66
- "name": "clip",
67
- "type": "CLIP",
68
- "link": 63
69
- }
70
- ],
71
- "outputs": [
72
- {
73
- "name": "CONDITIONING",
74
- "type": "CONDITIONING",
75
- "slot_index": 0,
76
- "links": [
77
- 68
78
- ]
79
- }
80
- ],
81
- "title": "CLIP Text Encode (Negative Prompt)",
82
- "properties": {
83
- "Node name for S&R": "CLIPTextEncode"
84
- },
85
- "widgets_values": [
86
- ""
87
- ],
88
- "color": "#322",
89
- "bgcolor": "#533"
90
- },
91
- {
92
- "id": 35,
93
- "type": "InstructPixToPixConditioning",
94
- "pos": [
95
- 142.3372039794922,
96
- 424.26947021484375
97
- ],
98
- "size": [
99
- 235.1999969482422,
100
- 86
101
- ],
102
- "flags": {},
103
- "order": 9,
104
- "mode": 0,
105
- "inputs": [
106
- {
107
- "name": "positive",
108
- "type": "CONDITIONING",
109
- "link": 67
110
- },
111
- {
112
- "name": "negative",
113
- "type": "CONDITIONING",
114
- "link": 68
115
- },
116
- {
117
- "name": "vae",
118
- "type": "VAE",
119
- "link": 69
120
- },
121
- {
122
- "name": "pixels",
123
- "type": "IMAGE",
124
- "link": 71
125
- }
126
- ],
127
- "outputs": [
128
- {
129
- "name": "positive",
130
- "type": "CONDITIONING",
131
- "slot_index": 0,
132
- "links": [
133
- 64
134
- ]
135
- },
136
- {
137
- "name": "negative",
138
- "type": "CONDITIONING",
139
- "slot_index": 1,
140
- "links": [
141
- 65
142
- ]
143
- },
144
- {
145
- "name": "latent",
146
- "type": "LATENT",
147
- "slot_index": 2,
148
- "links": [
149
- 73
150
- ]
151
- }
152
- ],
153
- "properties": {
154
- "Node name for S&R": "InstructPixToPixConditioning"
155
- },
156
- "widgets_values": []
157
- },
158
- {
159
- "id": 8,
160
- "type": "VAEDecode",
161
- "pos": [
162
- 967.6790161132812,
163
- 136.9744415283203
164
- ],
165
- "size": [
166
- 210,
167
- 46
168
- ],
169
- "flags": {},
170
- "order": 11,
171
- "mode": 0,
172
- "inputs": [
173
- {
174
- "name": "samples",
175
- "type": "LATENT",
176
- "link": 7
177
- },
178
- {
179
- "name": "vae",
180
- "type": "VAE",
181
- "link": 60
182
- }
183
- ],
184
- "outputs": [
185
- {
186
- "name": "IMAGE",
187
- "type": "IMAGE",
188
- "slot_index": 0,
189
- "links": [
190
- 9
191
- ]
192
- }
193
- ],
194
- "properties": {
195
- "Node name for S&R": "VAEDecode"
196
- },
197
- "widgets_values": []
198
- },
199
- {
200
- "id": 9,
201
- "type": "SaveImage",
202
- "pos": [
203
- 964.4608154296875,
204
- 356.83782958984375
205
- ],
206
- "size": [
207
- 722.4099731445312,
208
- 425.7699890136719
209
- ],
210
- "flags": {},
211
- "order": 12,
212
- "mode": 0,
213
- "inputs": [
214
- {
215
- "name": "images",
216
- "type": "IMAGE",
217
- "link": 9
218
- }
219
- ],
220
- "outputs": [],
221
- "properties": {},
222
- "widgets_values": [
223
- "ComfyUI"
224
- ]
225
- },
226
7
  {
227
8
  "id": 32,
228
9
  "type": "VAELoader",
@@ -250,20 +31,25 @@
250
31
  }
251
32
  ],
252
33
  "properties": {
34
+ "cnr_id": "comfy-core",
35
+ "ver": "0.3.63",
253
36
  "Node name for S&R": "VAELoader",
254
37
  "models": [
255
38
  {
256
39
  "name": "ae.safetensors",
257
- "url": "https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors?download=true",
40
+ "url": "https://huggingface.co/Comfy-Org/Lumina_Image_2.0_Repackaged/resolve/main/split_files/vae/ae.safetensors",
258
41
  "directory": "vae"
259
42
  }
260
- ]
43
+ ],
44
+ "ue_properties": {
45
+ "widget_ue_connectable": {},
46
+ "version": "7.1",
47
+ "input_ue_unconnectable": {}
48
+ }
261
49
  },
262
50
  "widgets_values": [
263
51
  "ae.safetensors"
264
- ],
265
- "color": "#322",
266
- "bgcolor": "#533"
52
+ ]
267
53
  },
268
54
  {
269
55
  "id": 34,
@@ -291,6 +77,8 @@
291
77
  }
292
78
  ],
293
79
  "properties": {
80
+ "cnr_id": "comfy-core",
81
+ "ver": "0.3.63",
294
82
  "Node name for S&R": "DualCLIPLoader",
295
83
  "models": [
296
84
  {
@@ -303,16 +91,19 @@
303
91
  "url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/clip_l.safetensors?download=true",
304
92
  "directory": "text_encoders"
305
93
  }
306
- ]
94
+ ],
95
+ "ue_properties": {
96
+ "widget_ue_connectable": {},
97
+ "version": "7.1",
98
+ "input_ue_unconnectable": {}
99
+ }
307
100
  },
308
101
  "widgets_values": [
309
102
  "clip_l.safetensors",
310
103
  "t5xxl_fp16.safetensors",
311
104
  "flux",
312
105
  "default"
313
- ],
314
- "color": "#322",
315
- "bgcolor": "#533"
106
+ ]
316
107
  },
317
108
  {
318
109
  "id": 37,
@@ -346,21 +137,26 @@
346
137
  }
347
138
  ],
348
139
  "properties": {
140
+ "cnr_id": "comfy-core",
141
+ "ver": "0.3.63",
349
142
  "Node name for S&R": "LoraLoaderModelOnly",
350
143
  "models": [
351
144
  {
352
145
  "name": "flux1-depth-dev-lora.safetensors",
353
- "url": "https://huggingface.co/black-forest-labs/FLUX.1-Depth-dev-lora/resolve/main/flux1-depth-dev-lora.safetensors?download=true",
146
+ "url": "https://huggingface.co/Comfy-Org/flux1-dev/resolve/main/split_files/loras/flux1-depth-dev-lora.safetensors",
354
147
  "directory": "loras"
355
148
  }
356
- ]
149
+ ],
150
+ "ue_properties": {
151
+ "widget_ue_connectable": {},
152
+ "version": "7.1",
153
+ "input_ue_unconnectable": {}
154
+ }
357
155
  },
358
156
  "widgets_values": [
359
157
  "flux1-depth-dev-lora.safetensors",
360
158
  1
361
- ],
362
- "color": "#322",
363
- "bgcolor": "#533"
159
+ ]
364
160
  },
365
161
  {
366
162
  "id": 31,
@@ -388,51 +184,192 @@
388
184
  }
389
185
  ],
390
186
  "properties": {
187
+ "cnr_id": "comfy-core",
188
+ "ver": "0.3.63",
391
189
  "Node name for S&R": "UNETLoader",
392
190
  "models": [
393
191
  {
394
- "name": "flux1-dev.safetensors",
395
- "url": "https://huggingface.co/black-forest-labs/FLUX.1-dev/resolve/main/flux1-dev.safetensors?download=true",
192
+ "name": "flux1-dev-fp8.safetensors",
193
+ "url": "https://huggingface.co/Comfy-Org/flux1-dev/resolve/main/flux1-dev-fp8.safetensors",
396
194
  "directory": "diffusion_models"
397
195
  }
398
- ]
196
+ ],
197
+ "ue_properties": {
198
+ "widget_ue_connectable": {},
199
+ "version": "7.1",
200
+ "input_ue_unconnectable": {}
201
+ }
399
202
  },
400
203
  "widgets_values": [
401
- "flux1-dev.safetensors",
204
+ "flux1-dev-fp8.safetensors",
402
205
  "default"
403
- ],
404
- "color": "#322",
405
- "bgcolor": "#533"
206
+ ]
406
207
  },
407
208
  {
408
- "id": 40,
409
- "type": "MarkdownNote",
209
+ "id": 17,
210
+ "type": "LoadImage",
410
211
  "pos": [
411
- 126.40027618408203,
412
- -210.72119140625
212
+ -230.69815063476562,
213
+ 410.7291259765625
413
214
  ],
414
215
  "size": [
415
- 225,
416
- 88
216
+ 315,
217
+ 314
417
218
  ],
418
219
  "flags": {},
419
220
  "order": 3,
420
221
  "mode": 0,
421
222
  "inputs": [],
422
- "outputs": [],
423
- "properties": {},
424
- "widgets_values": [
425
- "🛈 [Learn more about this workflow](https://comfyanonymous.github.io/ComfyUI_examples/flux/#canny-and-depth)"
223
+ "outputs": [
224
+ {
225
+ "name": "IMAGE",
226
+ "type": "IMAGE",
227
+ "slot_index": 0,
228
+ "links": [
229
+ 71
230
+ ]
231
+ },
232
+ {
233
+ "name": "MASK",
234
+ "type": "MASK",
235
+ "links": null
236
+ }
426
237
  ],
427
- "color": "#432",
428
- "bgcolor": "#653"
238
+ "properties": {
239
+ "cnr_id": "comfy-core",
240
+ "ver": "0.3.63",
241
+ "Node name for S&R": "LoadImage",
242
+ "ue_properties": {
243
+ "widget_ue_connectable": {},
244
+ "version": "7.1",
245
+ "input_ue_unconnectable": {}
246
+ }
247
+ },
248
+ "widgets_values": [
249
+ "shark_depthmap.png",
250
+ "image"
251
+ ]
429
252
  },
430
253
  {
431
- "id": 26,
254
+ "id": 23,
255
+ "type": "CLIPTextEncode",
256
+ "pos": [
257
+ 130,
258
+ -220
259
+ ],
260
+ "size": [
261
+ 422.8500061035156,
262
+ 164.30999755859375
263
+ ],
264
+ "flags": {},
265
+ "order": 5,
266
+ "mode": 0,
267
+ "inputs": [
268
+ {
269
+ "name": "clip",
270
+ "type": "CLIP",
271
+ "link": 62
272
+ }
273
+ ],
274
+ "outputs": [
275
+ {
276
+ "name": "CONDITIONING",
277
+ "type": "CONDITIONING",
278
+ "slot_index": 0,
279
+ "links": [
280
+ 41
281
+ ]
282
+ }
283
+ ],
284
+ "title": "CLIP Text Encode (Positive Prompt)",
285
+ "properties": {
286
+ "cnr_id": "comfy-core",
287
+ "ver": "0.3.63",
288
+ "Node name for S&R": "CLIPTextEncode",
289
+ "ue_properties": {
290
+ "widget_ue_connectable": {},
291
+ "version": "7.1",
292
+ "input_ue_unconnectable": {}
293
+ }
294
+ },
295
+ "widgets_values": [
296
+ "a photograph of a shark in the sea"
297
+ ],
298
+ "color": "#232",
299
+ "bgcolor": "#353"
300
+ },
301
+ {
302
+ "id": 3,
303
+ "type": "KSampler",
304
+ "pos": [
305
+ 570,
306
+ -90
307
+ ],
308
+ "size": [
309
+ 315,
310
+ 262
311
+ ],
312
+ "flags": {},
313
+ "order": 10,
314
+ "mode": 0,
315
+ "inputs": [
316
+ {
317
+ "name": "model",
318
+ "type": "MODEL",
319
+ "link": 76
320
+ },
321
+ {
322
+ "name": "positive",
323
+ "type": "CONDITIONING",
324
+ "link": 64
325
+ },
326
+ {
327
+ "name": "negative",
328
+ "type": "CONDITIONING",
329
+ "link": 65
330
+ },
331
+ {
332
+ "name": "latent_image",
333
+ "type": "LATENT",
334
+ "link": 73
335
+ }
336
+ ],
337
+ "outputs": [
338
+ {
339
+ "name": "LATENT",
340
+ "type": "LATENT",
341
+ "slot_index": 0,
342
+ "links": [
343
+ 7
344
+ ]
345
+ }
346
+ ],
347
+ "properties": {
348
+ "cnr_id": "comfy-core",
349
+ "ver": "0.3.63",
350
+ "Node name for S&R": "KSampler",
351
+ "ue_properties": {
352
+ "widget_ue_connectable": {},
353
+ "version": "7.1",
354
+ "input_ue_unconnectable": {}
355
+ }
356
+ },
357
+ "widgets_values": [
358
+ 91050358797301,
359
+ "randomize",
360
+ 20,
361
+ 1,
362
+ "euler",
363
+ "normal",
364
+ 1
365
+ ]
366
+ },
367
+ {
368
+ "id": 26,
432
369
  "type": "FluxGuidance",
433
370
  "pos": [
434
- 592.109619140625,
435
- 115.34029388427734
371
+ 140,
372
+ -10
436
373
  ],
437
374
  "size": [
438
375
  317.3999938964844,
@@ -459,110 +396,254 @@
459
396
  }
460
397
  ],
461
398
  "properties": {
462
- "Node name for S&R": "FluxGuidance"
399
+ "cnr_id": "comfy-core",
400
+ "ver": "0.3.63",
401
+ "Node name for S&R": "FluxGuidance",
402
+ "ue_properties": {
403
+ "widget_ue_connectable": {},
404
+ "version": "7.1",
405
+ "input_ue_unconnectable": {}
406
+ }
463
407
  },
464
408
  "widgets_values": [
465
409
  10
466
410
  ]
467
411
  },
468
412
  {
469
- "id": 17,
470
- "type": "LoadImage",
413
+ "id": 7,
414
+ "type": "CLIPTextEncode",
471
415
  "pos": [
472
- -230.69815063476562,
473
- 410.7291259765625
416
+ 140,
417
+ 100
474
418
  ],
475
419
  "size": [
476
- 315,
477
- 314
420
+ 425.2799987792969,
421
+ 180.61000061035156
478
422
  ],
479
- "flags": {},
480
- "order": 4,
423
+ "flags": {
424
+ "collapsed": true
425
+ },
426
+ "order": 6,
481
427
  "mode": 0,
482
- "inputs": [],
428
+ "inputs": [
429
+ {
430
+ "name": "clip",
431
+ "type": "CLIP",
432
+ "link": 63
433
+ }
434
+ ],
483
435
  "outputs": [
484
436
  {
485
- "name": "IMAGE",
486
- "type": "IMAGE",
437
+ "name": "CONDITIONING",
438
+ "type": "CONDITIONING",
487
439
  "slot_index": 0,
488
440
  "links": [
489
- 71
441
+ 68
490
442
  ]
491
- },
492
- {
493
- "name": "MASK",
494
- "type": "MASK",
495
- "links": null
496
443
  }
497
444
  ],
445
+ "title": "CLIP Text Encode (Negative Prompt)",
498
446
  "properties": {
499
- "Node name for S&R": "LoadImage"
447
+ "cnr_id": "comfy-core",
448
+ "ver": "0.3.63",
449
+ "Node name for S&R": "CLIPTextEncode",
450
+ "ue_properties": {
451
+ "widget_ue_connectable": {},
452
+ "version": "7.1",
453
+ "input_ue_unconnectable": {}
454
+ }
500
455
  },
501
456
  "widgets_values": [
502
- "shark_depthmap.png",
503
- "image"
457
+ ""
504
458
  ],
505
459
  "color": "#322",
506
460
  "bgcolor": "#533"
507
461
  },
508
462
  {
509
- "id": 3,
510
- "type": "KSampler",
463
+ "id": 35,
464
+ "type": "InstructPixToPixConditioning",
511
465
  "pos": [
512
- 593.2842407226562,
513
- 411.6834716796875
466
+ 570,
467
+ -220
514
468
  ],
515
469
  "size": [
516
- 315,
517
- 262
470
+ 310,
471
+ 86
518
472
  ],
519
473
  "flags": {},
520
- "order": 10,
474
+ "order": 9,
521
475
  "mode": 0,
522
476
  "inputs": [
523
477
  {
524
- "name": "model",
525
- "type": "MODEL",
526
- "link": 76
478
+ "name": "positive",
479
+ "type": "CONDITIONING",
480
+ "link": 67
527
481
  },
482
+ {
483
+ "name": "negative",
484
+ "type": "CONDITIONING",
485
+ "link": 68
486
+ },
487
+ {
488
+ "name": "vae",
489
+ "type": "VAE",
490
+ "link": 69
491
+ },
492
+ {
493
+ "name": "pixels",
494
+ "type": "IMAGE",
495
+ "link": 71
496
+ }
497
+ ],
498
+ "outputs": [
528
499
  {
529
500
  "name": "positive",
530
501
  "type": "CONDITIONING",
531
- "link": 64
502
+ "slot_index": 0,
503
+ "links": [
504
+ 64
505
+ ]
532
506
  },
533
507
  {
534
508
  "name": "negative",
535
509
  "type": "CONDITIONING",
536
- "link": 65
510
+ "slot_index": 1,
511
+ "links": [
512
+ 65
513
+ ]
537
514
  },
538
515
  {
539
- "name": "latent_image",
516
+ "name": "latent",
540
517
  "type": "LATENT",
541
- "link": 73
518
+ "slot_index": 2,
519
+ "links": [
520
+ 73
521
+ ]
542
522
  }
543
523
  ],
544
- "outputs": [
524
+ "properties": {
525
+ "cnr_id": "comfy-core",
526
+ "ver": "0.3.63",
527
+ "Node name for S&R": "InstructPixToPixConditioning",
528
+ "ue_properties": {
529
+ "widget_ue_connectable": {},
530
+ "version": "7.1",
531
+ "input_ue_unconnectable": {}
532
+ }
533
+ },
534
+ "widgets_values": []
535
+ },
536
+ {
537
+ "id": 9,
538
+ "type": "SaveImage",
539
+ "pos": [
540
+ 910,
541
+ -220
542
+ ],
543
+ "size": [
544
+ 740,
545
+ 750
546
+ ],
547
+ "flags": {},
548
+ "order": 12,
549
+ "mode": 0,
550
+ "inputs": [
545
551
  {
546
- "name": "LATENT",
552
+ "name": "images",
553
+ "type": "IMAGE",
554
+ "link": 9
555
+ }
556
+ ],
557
+ "outputs": [],
558
+ "properties": {
559
+ "cnr_id": "comfy-core",
560
+ "ver": "0.3.63",
561
+ "ue_properties": {
562
+ "widget_ue_connectable": {},
563
+ "version": "7.1",
564
+ "input_ue_unconnectable": {}
565
+ }
566
+ },
567
+ "widgets_values": [
568
+ "ComfyUI"
569
+ ]
570
+ },
571
+ {
572
+ "id": 8,
573
+ "type": "VAEDecode",
574
+ "pos": [
575
+ 580,
576
+ 220
577
+ ],
578
+ "size": [
579
+ 210,
580
+ 46
581
+ ],
582
+ "flags": {},
583
+ "order": 11,
584
+ "mode": 0,
585
+ "inputs": [
586
+ {
587
+ "name": "samples",
547
588
  "type": "LATENT",
589
+ "link": 7
590
+ },
591
+ {
592
+ "name": "vae",
593
+ "type": "VAE",
594
+ "link": 60
595
+ }
596
+ ],
597
+ "outputs": [
598
+ {
599
+ "name": "IMAGE",
600
+ "type": "IMAGE",
548
601
  "slot_index": 0,
549
602
  "links": [
550
- 7
603
+ 9
551
604
  ]
552
605
  }
553
606
  ],
554
607
  "properties": {
555
- "Node name for S&R": "KSampler"
608
+ "cnr_id": "comfy-core",
609
+ "ver": "0.3.63",
610
+ "Node name for S&R": "VAEDecode",
611
+ "ue_properties": {
612
+ "widget_ue_connectable": {},
613
+ "version": "7.1",
614
+ "input_ue_unconnectable": {}
615
+ }
616
+ },
617
+ "widgets_values": []
618
+ },
619
+ {
620
+ "id": 40,
621
+ "type": "MarkdownNote",
622
+ "pos": [
623
+ -490,
624
+ -220
625
+ ],
626
+ "size": [
627
+ 230,
628
+ 170
629
+ ],
630
+ "flags": {},
631
+ "order": 4,
632
+ "mode": 0,
633
+ "inputs": [],
634
+ "outputs": [],
635
+ "properties": {
636
+ "ue_properties": {
637
+ "widget_ue_connectable": {},
638
+ "version": "7.1",
639
+ "input_ue_unconnectable": {}
640
+ }
556
641
  },
557
642
  "widgets_values": [
558
- 91050358797301,
559
- "randomize",
560
- 20,
561
- 1,
562
- "euler",
563
- "normal",
564
- 1
565
- ]
643
+ "🛈 [Learn more about this workflow](https://comfyanonymous.github.io/ComfyUI_examples/flux/#canny-and-depth)"
644
+ ],
645
+ "color": "#432",
646
+ "bgcolor": "#653"
566
647
  }
567
648
  ],
568
649
  "links": [
@@ -692,8 +773,8 @@
692
773
  "id": 1,
693
774
  "title": "Load Model Here",
694
775
  "bounding": [
695
- -241.25802612304688,
696
- -253.60000610351562,
776
+ -240,
777
+ -250,
697
778
  335,
698
779
  613.5970458984375
699
780
  ],
@@ -705,13 +786,18 @@
705
786
  "config": {},
706
787
  "extra": {
707
788
  "ds": {
708
- "scale": 0.65,
789
+ "scale": 0.7865000000000011,
709
790
  "offset": [
710
- 573.3175083315878,
711
- 364.3458045396041
791
+ 643.8484270817984,
792
+ 716.8858713244473
712
793
  ]
713
794
  },
714
- "frontendVersion": "1.19.4"
795
+ "frontendVersion": "1.27.9",
796
+ "ue_links": [],
797
+ "VHS_latentpreview": false,
798
+ "VHS_latentpreviewrate": 0,
799
+ "VHS_MetadataImage": true,
800
+ "VHS_KeepIntermediate": true
715
801
  },
716
802
  "version": 0.4
717
803
  }