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

@@ -0,0 +1,1056 @@
1
+ {
2
+ "id": "91f6bbe2-ed41-4fd6-bac7-71d5b5864ecb",
3
+ "revision": 0,
4
+ "last_node_id": 100,
5
+ "last_link_id": 186,
6
+ "nodes": [
7
+ {
8
+ "id": 39,
9
+ "type": "VAELoader",
10
+ "pos": [
11
+ -250,
12
+ 330
13
+ ],
14
+ "size": [
15
+ 330,
16
+ 60
17
+ ],
18
+ "flags": {},
19
+ "order": 0,
20
+ "mode": 0,
21
+ "inputs": [],
22
+ "outputs": [
23
+ {
24
+ "name": "VAE",
25
+ "type": "VAE",
26
+ "slot_index": 0,
27
+ "links": [
28
+ 76,
29
+ 161,
30
+ 162,
31
+ 168
32
+ ]
33
+ }
34
+ ],
35
+ "properties": {
36
+ "cnr_id": "comfy-core",
37
+ "ver": "0.3.48",
38
+ "Node name for S&R": "VAELoader",
39
+ "models": [
40
+ {
41
+ "name": "qwen_image_vae.safetensors",
42
+ "url": "https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/vae/qwen_image_vae.safetensors",
43
+ "directory": "vae"
44
+ }
45
+ ],
46
+ "enableTabs": false,
47
+ "tabWidth": 65,
48
+ "tabXOffset": 10,
49
+ "hasSecondTab": false,
50
+ "secondTabText": "Send Back",
51
+ "secondTabOffset": 80,
52
+ "secondTabWidth": 65,
53
+ "widget_ue_connectable": {}
54
+ },
55
+ "widgets_values": [
56
+ "qwen_image_vae.safetensors"
57
+ ]
58
+ },
59
+ {
60
+ "id": 77,
61
+ "type": "TextEncodeQwenImageEdit",
62
+ "pos": [
63
+ 140,
64
+ 400
65
+ ],
66
+ "size": [
67
+ 360,
68
+ 150
69
+ ],
70
+ "flags": {},
71
+ "order": 12,
72
+ "mode": 0,
73
+ "inputs": [
74
+ {
75
+ "name": "clip",
76
+ "type": "CLIP",
77
+ "link": 132
78
+ },
79
+ {
80
+ "name": "vae",
81
+ "shape": 7,
82
+ "type": "VAE",
83
+ "link": 161
84
+ },
85
+ {
86
+ "name": "image",
87
+ "shape": 7,
88
+ "type": "IMAGE",
89
+ "link": 180
90
+ }
91
+ ],
92
+ "outputs": [
93
+ {
94
+ "name": "CONDITIONING",
95
+ "type": "CONDITIONING",
96
+ "links": [
97
+ 163
98
+ ]
99
+ }
100
+ ],
101
+ "properties": {
102
+ "cnr_id": "comfy-core",
103
+ "ver": "0.3.50",
104
+ "Node name for S&R": "TextEncodeQwenImageEdit",
105
+ "enableTabs": false,
106
+ "tabWidth": 65,
107
+ "tabXOffset": 10,
108
+ "hasSecondTab": false,
109
+ "secondTabText": "Send Back",
110
+ "secondTabOffset": 80,
111
+ "secondTabWidth": 65,
112
+ "ue_properties": {
113
+ "widget_ue_connectable": {
114
+ "prompt": true
115
+ }
116
+ }
117
+ },
118
+ "widgets_values": [
119
+ ""
120
+ ],
121
+ "color": "#223",
122
+ "bgcolor": "#335"
123
+ },
124
+ {
125
+ "id": 75,
126
+ "type": "CFGNorm",
127
+ "pos": [
128
+ 550,
129
+ 130
130
+ ],
131
+ "size": [
132
+ 290,
133
+ 60
134
+ ],
135
+ "flags": {},
136
+ "order": 13,
137
+ "mode": 0,
138
+ "inputs": [
139
+ {
140
+ "name": "model",
141
+ "type": "MODEL",
142
+ "link": 141
143
+ }
144
+ ],
145
+ "outputs": [
146
+ {
147
+ "name": "patched_model",
148
+ "type": "MODEL",
149
+ "links": [
150
+ 186
151
+ ]
152
+ }
153
+ ],
154
+ "properties": {
155
+ "cnr_id": "comfy-core",
156
+ "ver": "0.3.50",
157
+ "Node name for S&R": "CFGNorm",
158
+ "enableTabs": false,
159
+ "tabWidth": 65,
160
+ "tabXOffset": 10,
161
+ "hasSecondTab": false,
162
+ "secondTabText": "Send Back",
163
+ "secondTabOffset": 80,
164
+ "secondTabWidth": 65,
165
+ "ue_properties": {
166
+ "widget_ue_connectable": {
167
+ "strength": true
168
+ }
169
+ }
170
+ },
171
+ "widgets_values": [
172
+ 1
173
+ ]
174
+ },
175
+ {
176
+ "id": 66,
177
+ "type": "ModelSamplingAuraFlow",
178
+ "pos": [
179
+ 550,
180
+ 20
181
+ ],
182
+ "size": [
183
+ 290,
184
+ 60
185
+ ],
186
+ "flags": {},
187
+ "order": 9,
188
+ "mode": 0,
189
+ "inputs": [
190
+ {
191
+ "name": "model",
192
+ "type": "MODEL",
193
+ "link": 185
194
+ }
195
+ ],
196
+ "outputs": [
197
+ {
198
+ "name": "MODEL",
199
+ "type": "MODEL",
200
+ "links": [
201
+ 141
202
+ ]
203
+ }
204
+ ],
205
+ "properties": {
206
+ "cnr_id": "comfy-core",
207
+ "ver": "0.3.48",
208
+ "Node name for S&R": "ModelSamplingAuraFlow",
209
+ "enableTabs": false,
210
+ "tabWidth": 65,
211
+ "tabXOffset": 10,
212
+ "hasSecondTab": false,
213
+ "secondTabText": "Send Back",
214
+ "secondTabOffset": 80,
215
+ "secondTabWidth": 65,
216
+ "widget_ue_connectable": {}
217
+ },
218
+ "widgets_values": [
219
+ 3
220
+ ]
221
+ },
222
+ {
223
+ "id": 8,
224
+ "type": "VAEDecode",
225
+ "pos": [
226
+ 890,
227
+ 20
228
+ ],
229
+ "size": [
230
+ 210,
231
+ 46
232
+ ],
233
+ "flags": {
234
+ "collapsed": false
235
+ },
236
+ "order": 15,
237
+ "mode": 0,
238
+ "inputs": [
239
+ {
240
+ "name": "samples",
241
+ "type": "LATENT",
242
+ "link": 128
243
+ },
244
+ {
245
+ "name": "vae",
246
+ "type": "VAE",
247
+ "link": 76
248
+ }
249
+ ],
250
+ "outputs": [
251
+ {
252
+ "name": "IMAGE",
253
+ "type": "IMAGE",
254
+ "slot_index": 0,
255
+ "links": [
256
+ 110
257
+ ]
258
+ }
259
+ ],
260
+ "properties": {
261
+ "cnr_id": "comfy-core",
262
+ "ver": "0.3.48",
263
+ "Node name for S&R": "VAEDecode",
264
+ "enableTabs": false,
265
+ "tabWidth": 65,
266
+ "tabXOffset": 10,
267
+ "hasSecondTab": false,
268
+ "secondTabText": "Send Back",
269
+ "secondTabOffset": 80,
270
+ "secondTabWidth": 65,
271
+ "widget_ue_connectable": {}
272
+ },
273
+ "widgets_values": []
274
+ },
275
+ {
276
+ "id": 37,
277
+ "type": "UNETLoader",
278
+ "pos": [
279
+ -250,
280
+ 30
281
+ ],
282
+ "size": [
283
+ 330,
284
+ 90
285
+ ],
286
+ "flags": {},
287
+ "order": 1,
288
+ "mode": 0,
289
+ "inputs": [],
290
+ "outputs": [
291
+ {
292
+ "name": "MODEL",
293
+ "type": "MODEL",
294
+ "slot_index": 0,
295
+ "links": [
296
+ 184
297
+ ]
298
+ }
299
+ ],
300
+ "properties": {
301
+ "cnr_id": "comfy-core",
302
+ "ver": "0.3.48",
303
+ "Node name for S&R": "UNETLoader",
304
+ "enableTabs": false,
305
+ "tabWidth": 65,
306
+ "tabXOffset": 10,
307
+ "hasSecondTab": false,
308
+ "secondTabText": "Send Back",
309
+ "secondTabOffset": 80,
310
+ "secondTabWidth": 65,
311
+ "widget_ue_connectable": {},
312
+ "models": [
313
+ {
314
+ "name": "qwen_image_edit_fp8_e4m3fn.safetensors",
315
+ "url": "https://huggingface.co/Comfy-Org/Qwen-Image-Edit_ComfyUI/resolve/main/split_files/diffusion_models/qwen_image_edit_fp8_e4m3fn.safetensors",
316
+ "directory": "diffusion_models"
317
+ }
318
+ ]
319
+ },
320
+ "widgets_values": [
321
+ "qwen_image_edit_fp8_e4m3fn.safetensors",
322
+ "default"
323
+ ]
324
+ },
325
+ {
326
+ "id": 38,
327
+ "type": "CLIPLoader",
328
+ "pos": [
329
+ -250,
330
+ 170
331
+ ],
332
+ "size": [
333
+ 330,
334
+ 110
335
+ ],
336
+ "flags": {},
337
+ "order": 2,
338
+ "mode": 0,
339
+ "inputs": [],
340
+ "outputs": [
341
+ {
342
+ "name": "CLIP",
343
+ "type": "CLIP",
344
+ "slot_index": 0,
345
+ "links": [
346
+ 131,
347
+ 132
348
+ ]
349
+ }
350
+ ],
351
+ "properties": {
352
+ "cnr_id": "comfy-core",
353
+ "ver": "0.3.48",
354
+ "Node name for S&R": "CLIPLoader",
355
+ "models": [
356
+ {
357
+ "name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
358
+ "url": "https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/text_encoders/qwen_2.5_vl_7b_fp8_scaled.safetensors",
359
+ "directory": "text_encoders"
360
+ }
361
+ ],
362
+ "enableTabs": false,
363
+ "tabWidth": 65,
364
+ "tabXOffset": 10,
365
+ "hasSecondTab": false,
366
+ "secondTabText": "Send Back",
367
+ "secondTabOffset": 80,
368
+ "secondTabWidth": 65,
369
+ "widget_ue_connectable": {}
370
+ },
371
+ "widgets_values": [
372
+ "qwen_2.5_vl_7b_fp8_scaled.safetensors",
373
+ "qwen_image",
374
+ "default"
375
+ ]
376
+ },
377
+ {
378
+ "id": 88,
379
+ "type": "VAEEncode",
380
+ "pos": [
381
+ 370,
382
+ 630
383
+ ],
384
+ "size": [
385
+ 140,
386
+ 46
387
+ ],
388
+ "flags": {},
389
+ "order": 10,
390
+ "mode": 0,
391
+ "inputs": [
392
+ {
393
+ "name": "pixels",
394
+ "type": "IMAGE",
395
+ "link": 178
396
+ },
397
+ {
398
+ "name": "vae",
399
+ "type": "VAE",
400
+ "link": 168
401
+ }
402
+ ],
403
+ "outputs": [
404
+ {
405
+ "name": "LATENT",
406
+ "type": "LATENT",
407
+ "links": [
408
+ 170
409
+ ]
410
+ }
411
+ ],
412
+ "properties": {
413
+ "cnr_id": "comfy-core",
414
+ "ver": "0.3.50",
415
+ "Node name for S&R": "VAEEncode",
416
+ "enableTabs": false,
417
+ "tabWidth": 65,
418
+ "tabXOffset": 10,
419
+ "hasSecondTab": false,
420
+ "secondTabText": "Send Back",
421
+ "secondTabOffset": 80,
422
+ "secondTabWidth": 65,
423
+ "ue_properties": {
424
+ "widget_ue_connectable": {}
425
+ }
426
+ },
427
+ "widgets_values": []
428
+ },
429
+ {
430
+ "id": 78,
431
+ "type": "LoadImage",
432
+ "pos": [
433
+ -220,
434
+ 500
435
+ ],
436
+ "size": [
437
+ 274.080078125,
438
+ 314.0000305175781
439
+ ],
440
+ "flags": {},
441
+ "order": 3,
442
+ "mode": 0,
443
+ "inputs": [],
444
+ "outputs": [
445
+ {
446
+ "name": "IMAGE",
447
+ "type": "IMAGE",
448
+ "links": [
449
+ 177
450
+ ]
451
+ },
452
+ {
453
+ "name": "MASK",
454
+ "type": "MASK",
455
+ "links": null
456
+ }
457
+ ],
458
+ "properties": {
459
+ "cnr_id": "comfy-core",
460
+ "ver": "0.3.50",
461
+ "Node name for S&R": "LoadImage",
462
+ "enableTabs": false,
463
+ "tabWidth": 65,
464
+ "tabXOffset": 10,
465
+ "hasSecondTab": false,
466
+ "secondTabText": "Send Back",
467
+ "secondTabOffset": 80,
468
+ "secondTabWidth": 65,
469
+ "ue_properties": {
470
+ "widget_ue_connectable": {
471
+ "image": true,
472
+ "upload": true
473
+ }
474
+ }
475
+ },
476
+ "widgets_values": [
477
+ "Qwen-Image_00043_.png",
478
+ "image"
479
+ ]
480
+ },
481
+ {
482
+ "id": 89,
483
+ "type": "LoraLoaderModelOnly",
484
+ "pos": [
485
+ 170,
486
+ 30
487
+ ],
488
+ "size": [
489
+ 270,
490
+ 82
491
+ ],
492
+ "flags": {},
493
+ "order": 7,
494
+ "mode": 4,
495
+ "inputs": [
496
+ {
497
+ "name": "model",
498
+ "type": "MODEL",
499
+ "link": 184
500
+ }
501
+ ],
502
+ "outputs": [
503
+ {
504
+ "name": "MODEL",
505
+ "type": "MODEL",
506
+ "links": [
507
+ 185
508
+ ]
509
+ }
510
+ ],
511
+ "properties": {
512
+ "cnr_id": "comfy-core",
513
+ "ver": "0.3.50",
514
+ "Node name for S&R": "LoraLoaderModelOnly",
515
+ "enableTabs": false,
516
+ "tabWidth": 65,
517
+ "tabXOffset": 10,
518
+ "hasSecondTab": false,
519
+ "secondTabText": "Send Back",
520
+ "secondTabOffset": 80,
521
+ "secondTabWidth": 65,
522
+ "ue_properties": {
523
+ "widget_ue_connectable": {
524
+ "lora_name": true,
525
+ "strength_model": true
526
+ }
527
+ },
528
+ "models": [
529
+ {
530
+ "name": "Qwen-Image-Lightning-4steps-V1.0.safetensors",
531
+ "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Lightning-4steps-V1.0.safetensors",
532
+ "directory": "loras"
533
+ }
534
+ ]
535
+ },
536
+ "widgets_values": [
537
+ "Qwen-Image-Lightning-4steps-V1.0.safetensors",
538
+ 1
539
+ ]
540
+ },
541
+ {
542
+ "id": 97,
543
+ "type": "MarkdownNote",
544
+ "pos": [
545
+ 550,
546
+ 780
547
+ ],
548
+ "size": [
549
+ 300,
550
+ 190
551
+ ],
552
+ "flags": {},
553
+ "order": 4,
554
+ "mode": 0,
555
+ "inputs": [],
556
+ "outputs": [],
557
+ "title": "KSampler settings",
558
+ "properties": {},
559
+ "widgets_values": [
560
+ "You can test and find the best setting by yourself. The following table is for reference.\n\n| Model | Steps | CFG |\n|---------------------|---------------|---------------|\n| Offical | 50 | 4.0 \n| fp8_e4m3fn | 20 | 2.5 |\n| fp8_e4m3fn + 4steps LoRA | 4 | 1.0 |\n"
561
+ ],
562
+ "color": "#432",
563
+ "bgcolor": "#653"
564
+ },
565
+ {
566
+ "id": 93,
567
+ "type": "ImageScaleToTotalPixels",
568
+ "pos": [
569
+ -210,
570
+ 890
571
+ ],
572
+ "size": [
573
+ 270,
574
+ 82
575
+ ],
576
+ "flags": {},
577
+ "order": 8,
578
+ "mode": 0,
579
+ "inputs": [
580
+ {
581
+ "name": "image",
582
+ "type": "IMAGE",
583
+ "link": 177
584
+ }
585
+ ],
586
+ "outputs": [
587
+ {
588
+ "name": "IMAGE",
589
+ "type": "IMAGE",
590
+ "links": [
591
+ 178,
592
+ 179,
593
+ 180
594
+ ]
595
+ }
596
+ ],
597
+ "properties": {
598
+ "cnr_id": "comfy-core",
599
+ "ver": "0.3.50",
600
+ "Node name for S&R": "ImageScaleToTotalPixels",
601
+ "enableTabs": false,
602
+ "tabWidth": 65,
603
+ "tabXOffset": 10,
604
+ "hasSecondTab": false,
605
+ "secondTabText": "Send Back",
606
+ "secondTabOffset": 80,
607
+ "secondTabWidth": 65,
608
+ "ue_properties": {
609
+ "widget_ue_connectable": {
610
+ "upscale_method": true,
611
+ "megapixels": true
612
+ }
613
+ }
614
+ },
615
+ "widgets_values": [
616
+ "nearest-exact",
617
+ 1
618
+ ]
619
+ },
620
+ {
621
+ "id": 96,
622
+ "type": "MarkdownNote",
623
+ "pos": [
624
+ -210,
625
+ 1020
626
+ ],
627
+ "size": [
628
+ 280,
629
+ 88
630
+ ],
631
+ "flags": {},
632
+ "order": 5,
633
+ "mode": 0,
634
+ "inputs": [],
635
+ "outputs": [],
636
+ "properties": {},
637
+ "widgets_values": [
638
+ "This node is to avoid poor output results caused by excessively large input image sizes."
639
+ ],
640
+ "color": "#432",
641
+ "bgcolor": "#653"
642
+ },
643
+ {
644
+ "id": 3,
645
+ "type": "KSampler",
646
+ "pos": [
647
+ 550,
648
+ 240
649
+ ],
650
+ "size": [
651
+ 300,
652
+ 474
653
+ ],
654
+ "flags": {},
655
+ "order": 14,
656
+ "mode": 0,
657
+ "inputs": [
658
+ {
659
+ "name": "model",
660
+ "type": "MODEL",
661
+ "link": 186
662
+ },
663
+ {
664
+ "name": "positive",
665
+ "type": "CONDITIONING",
666
+ "link": 164
667
+ },
668
+ {
669
+ "name": "negative",
670
+ "type": "CONDITIONING",
671
+ "link": 163
672
+ },
673
+ {
674
+ "name": "latent_image",
675
+ "type": "LATENT",
676
+ "link": 170
677
+ }
678
+ ],
679
+ "outputs": [
680
+ {
681
+ "name": "LATENT",
682
+ "type": "LATENT",
683
+ "slot_index": 0,
684
+ "links": [
685
+ 128
686
+ ]
687
+ }
688
+ ],
689
+ "properties": {
690
+ "cnr_id": "comfy-core",
691
+ "ver": "0.3.48",
692
+ "Node name for S&R": "KSampler",
693
+ "enableTabs": false,
694
+ "tabWidth": 65,
695
+ "tabXOffset": 10,
696
+ "hasSecondTab": false,
697
+ "secondTabText": "Send Back",
698
+ "secondTabOffset": 80,
699
+ "secondTabWidth": 65,
700
+ "widget_ue_connectable": {}
701
+ },
702
+ "widgets_values": [
703
+ 976480016588017,
704
+ "randomize",
705
+ 20,
706
+ 2.5,
707
+ "euler",
708
+ "simple",
709
+ 1
710
+ ]
711
+ },
712
+ {
713
+ "id": 60,
714
+ "type": "SaveImage",
715
+ "pos": [
716
+ 890,
717
+ 240
718
+ ],
719
+ "size": [
720
+ 580,
721
+ 650
722
+ ],
723
+ "flags": {},
724
+ "order": 16,
725
+ "mode": 0,
726
+ "inputs": [
727
+ {
728
+ "name": "images",
729
+ "type": "IMAGE",
730
+ "link": 110
731
+ }
732
+ ],
733
+ "outputs": [],
734
+ "properties": {
735
+ "cnr_id": "comfy-core",
736
+ "ver": "0.3.48",
737
+ "Node name for S&R": "SaveImage",
738
+ "enableTabs": false,
739
+ "tabWidth": 65,
740
+ "tabXOffset": 10,
741
+ "hasSecondTab": false,
742
+ "secondTabText": "Send Back",
743
+ "secondTabOffset": 80,
744
+ "secondTabWidth": 65,
745
+ "widget_ue_connectable": {}
746
+ },
747
+ "widgets_values": [
748
+ "ComfyUI"
749
+ ]
750
+ },
751
+ {
752
+ "id": 76,
753
+ "type": "TextEncodeQwenImageEdit",
754
+ "pos": [
755
+ 140,
756
+ 200
757
+ ],
758
+ "size": [
759
+ 360,
760
+ 150
761
+ ],
762
+ "flags": {},
763
+ "order": 11,
764
+ "mode": 0,
765
+ "inputs": [
766
+ {
767
+ "name": "clip",
768
+ "type": "CLIP",
769
+ "link": 131
770
+ },
771
+ {
772
+ "name": "vae",
773
+ "shape": 7,
774
+ "type": "VAE",
775
+ "link": 162
776
+ },
777
+ {
778
+ "name": "image",
779
+ "shape": 7,
780
+ "type": "IMAGE",
781
+ "link": 179
782
+ }
783
+ ],
784
+ "outputs": [
785
+ {
786
+ "name": "CONDITIONING",
787
+ "type": "CONDITIONING",
788
+ "links": [
789
+ 164
790
+ ]
791
+ }
792
+ ],
793
+ "properties": {
794
+ "cnr_id": "comfy-core",
795
+ "ver": "0.3.50",
796
+ "Node name for S&R": "TextEncodeQwenImageEdit",
797
+ "enableTabs": false,
798
+ "tabWidth": 65,
799
+ "tabXOffset": 10,
800
+ "hasSecondTab": false,
801
+ "secondTabText": "Send Back",
802
+ "secondTabOffset": 80,
803
+ "secondTabWidth": 65,
804
+ "ue_properties": {
805
+ "widget_ue_connectable": {
806
+ "prompt": true
807
+ }
808
+ }
809
+ },
810
+ "widgets_values": [
811
+ "Remove all UI text elements from the image. Keep the feeling that the characters and scene are in water. Also, remove the green UI elements at the bottom."
812
+ ],
813
+ "color": "#232",
814
+ "bgcolor": "#353"
815
+ },
816
+ {
817
+ "id": 99,
818
+ "type": "MarkdownNote",
819
+ "pos": [
820
+ -830,
821
+ -10
822
+ ],
823
+ "size": [
824
+ 540,
825
+ 550
826
+ ],
827
+ "flags": {},
828
+ "order": 6,
829
+ "mode": 0,
830
+ "inputs": [],
831
+ "outputs": [],
832
+ "title": "Model links",
833
+ "properties": {
834
+ "widget_ue_connectable": {}
835
+ },
836
+ "widgets_values": [
837
+ "[Tutorial](https://docs.comfy.org/tutorials/image/qwen/qwen-image-edit) | [教程](https://docs.comfy.org/zh-CN/tutorials/image/qwen/qwen-image-edit)\n\n\n## Model links\n\nYou can find all the models on [Comfy-Org/Qwen-Image_ComfyUI](https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/tree/main) and [Comfy-Org/Qwen-Image-Edit_ComfyUI](https://huggingface.co/Comfy-Org/Qwen-Image-Edit_ComfyUI) \n\n**Diffusion model**\n\n- [qwen_image_edit_fp8_e4m3fn.safetensors](https://huggingface.co/Comfy-Org/Qwen-Image-Edit_ComfyUI/resolve/main/split_files/diffusion_models/qwen_image_edit_fp8_e4m3fn.safetensors)\n\n**LoRA**\n\n- [Qwen-Image-Lightning-4steps-V1.0.safetensors](https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Lightning-4steps-V1.0.safetensors)\n\n**Text encoder**\n\n- [qwen_2.5_vl_7b_fp8_scaled.safetensors](https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/text_encoders/qwen_2.5_vl_7b_fp8_scaled.safetensors)\n\n**VAE**\n\n- [qwen_image_vae.safetensors](https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/vae/qwen_image_vae.safetensors)\n\nModel Storage Location\n\n```\n📂 ComfyUI/\n├── 📂 models/\n│ ├── 📂 diffusion_models/\n│ │ └── qwen_image_edit_fp8_e4m3fn.safetensors\n│ ├── 📂 loras/\n│ │ └── Qwen-Image-Lightning-4steps-V1.0.safetensors\n│ ├── 📂 vae/\n│ │ └── qwen_image_vae.safetensors\n│ └── 📂 text_encoders/\n│ └── qwen_2.5_vl_7b_fp8_scaled.safetensors\n```\n"
838
+ ],
839
+ "color": "#432",
840
+ "bgcolor": "#653"
841
+ }
842
+ ],
843
+ "links": [
844
+ [
845
+ 76,
846
+ 39,
847
+ 0,
848
+ 8,
849
+ 1,
850
+ "VAE"
851
+ ],
852
+ [
853
+ 110,
854
+ 8,
855
+ 0,
856
+ 60,
857
+ 0,
858
+ "IMAGE"
859
+ ],
860
+ [
861
+ 128,
862
+ 3,
863
+ 0,
864
+ 8,
865
+ 0,
866
+ "LATENT"
867
+ ],
868
+ [
869
+ 131,
870
+ 38,
871
+ 0,
872
+ 76,
873
+ 0,
874
+ "CLIP"
875
+ ],
876
+ [
877
+ 132,
878
+ 38,
879
+ 0,
880
+ 77,
881
+ 0,
882
+ "CLIP"
883
+ ],
884
+ [
885
+ 141,
886
+ 66,
887
+ 0,
888
+ 75,
889
+ 0,
890
+ "MODEL"
891
+ ],
892
+ [
893
+ 161,
894
+ 39,
895
+ 0,
896
+ 77,
897
+ 1,
898
+ "VAE"
899
+ ],
900
+ [
901
+ 162,
902
+ 39,
903
+ 0,
904
+ 76,
905
+ 1,
906
+ "VAE"
907
+ ],
908
+ [
909
+ 163,
910
+ 77,
911
+ 0,
912
+ 3,
913
+ 2,
914
+ "CONDITIONING"
915
+ ],
916
+ [
917
+ 164,
918
+ 76,
919
+ 0,
920
+ 3,
921
+ 1,
922
+ "CONDITIONING"
923
+ ],
924
+ [
925
+ 168,
926
+ 39,
927
+ 0,
928
+ 88,
929
+ 1,
930
+ "VAE"
931
+ ],
932
+ [
933
+ 170,
934
+ 88,
935
+ 0,
936
+ 3,
937
+ 3,
938
+ "LATENT"
939
+ ],
940
+ [
941
+ 177,
942
+ 78,
943
+ 0,
944
+ 93,
945
+ 0,
946
+ "IMAGE"
947
+ ],
948
+ [
949
+ 178,
950
+ 93,
951
+ 0,
952
+ 88,
953
+ 0,
954
+ "IMAGE"
955
+ ],
956
+ [
957
+ 179,
958
+ 93,
959
+ 0,
960
+ 76,
961
+ 2,
962
+ "IMAGE"
963
+ ],
964
+ [
965
+ 180,
966
+ 93,
967
+ 0,
968
+ 77,
969
+ 2,
970
+ "IMAGE"
971
+ ],
972
+ [
973
+ 184,
974
+ 37,
975
+ 0,
976
+ 89,
977
+ 0,
978
+ "MODEL"
979
+ ],
980
+ [
981
+ 185,
982
+ 89,
983
+ 0,
984
+ 66,
985
+ 0,
986
+ "MODEL"
987
+ ],
988
+ [
989
+ 186,
990
+ 75,
991
+ 0,
992
+ 3,
993
+ 0,
994
+ "MODEL"
995
+ ]
996
+ ],
997
+ "groups": [
998
+ {
999
+ "id": 1,
1000
+ "title": "Step1 - Load models",
1001
+ "bounding": [
1002
+ -270,
1003
+ -40,
1004
+ 370,
1005
+ 450
1006
+ ],
1007
+ "color": "#3f789e",
1008
+ "font_size": 24,
1009
+ "flags": {}
1010
+ },
1011
+ {
1012
+ "id": 2,
1013
+ "title": "Step 2 - Upload image for editing",
1014
+ "bounding": [
1015
+ -270,
1016
+ 430,
1017
+ 370,
1018
+ 400
1019
+ ],
1020
+ "color": "#3f789e",
1021
+ "font_size": 24,
1022
+ "flags": {}
1023
+ },
1024
+ {
1025
+ "id": 3,
1026
+ "title": "Step 3 - Prompt",
1027
+ "bounding": [
1028
+ 130,
1029
+ 130,
1030
+ 380,
1031
+ 433.6000061035156
1032
+ ],
1033
+ "color": "#3f789e",
1034
+ "font_size": 24,
1035
+ "flags": {}
1036
+ }
1037
+ ],
1038
+ "config": {},
1039
+ "extra": {
1040
+ "ds": {
1041
+ "scale": 0.7092090877315654,
1042
+ "offset": [
1043
+ 658.3019217973722,
1044
+ 11.990430308614577
1045
+ ]
1046
+ },
1047
+ "frontendVersion": "1.25.9",
1048
+ "ue_links": [],
1049
+ "links_added_by_ue": [],
1050
+ "VHS_latentpreview": false,
1051
+ "VHS_latentpreviewrate": 0,
1052
+ "VHS_MetadataImage": true,
1053
+ "VHS_KeepIntermediate": true
1054
+ },
1055
+ "version": 0.4
1056
+ }
@@ -270,6 +270,18 @@
270
270
  "models": ["Qwen-Image"],
271
271
  "date": "2025-08-05"
272
272
  },
273
+ {
274
+ "name": "image_qwen_image_edit",
275
+ "title": "Qwen Image Edit",
276
+ "mediaType": "image",
277
+ "mediaSubtype": "webp",
278
+ "thumbnailVariant": "compareSlider",
279
+ "description": "Edit images with precise bilingual text editing and dual semantic/appearance editing capabilities using Qwen-Image-Edit's 20B MMDiT model.",
280
+ "tutorialUrl": "https://docs.comfy.org/tutorials/image/qwen/qwen-image-edit",
281
+ "tags": ["Image to Image", "Image Edit"],
282
+ "models": ["Qwen-Image"],
283
+ "date": "2025-08-18"
284
+ },
273
285
  {
274
286
  "name": "image_omnigen2_t2i",
275
287
  "title": "OmniGen2 Text to Image",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: comfyui_workflow_templates
3
- Version: 0.1.60
3
+ Version: 0.1.61
4
4
  Summary: ComfyUI workflow templates package
5
5
  Author: Comfy-Org
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -224,6 +224,9 @@ comfyui_workflow_templates/templates/image_omnigen2_t2i-1.webp,sha256=oHa0XBflw6
224
224
  comfyui_workflow_templates/templates/image_omnigen2_t2i.json,sha256=XT4c9KpUaxXuHAn3wSL-XNZH-Zr0p8XR7e47uZt3jYA,14720
225
225
  comfyui_workflow_templates/templates/image_qwen_image-1.webp,sha256=m2H8EFj23cMQNH7KCQJ3dhexC66WLqX7MD9-3b9uxfQ,38826
226
226
  comfyui_workflow_templates/templates/image_qwen_image.json,sha256=wYFhu1lBItevKgvq6bn_FwUiYcFwQYBa8Tn-KNrfYvY,20119
227
+ comfyui_workflow_templates/templates/image_qwen_image_edit-1.webp,sha256=gwjjWJcypPNuPfhSkqNq5OuW5SjJMvwk3JhSljB_HlE,31474
228
+ comfyui_workflow_templates/templates/image_qwen_image_edit-2.webp,sha256=UoYemEa2i0w282cy2dM39ohcE2x452MfK0Oyy2sJoMI,22724
229
+ comfyui_workflow_templates/templates/image_qwen_image_edit.json,sha256=QTf2nazoSd8uVwyA6O1HeJxo7cOfyK0ztIWFEFe8uvQ,21962
227
230
  comfyui_workflow_templates/templates/image_to_video-1.webp,sha256=YJirLYMo7PoEvyFMrwE2P2r_ETvV9oDuBiD1oQfGQxE,802446
228
231
  comfyui_workflow_templates/templates/image_to_video.json,sha256=nPnJ0t9XWaJ_PZluFWwipdmPWFRi5OewGxzJNiei_Ng,8889
229
232
  comfyui_workflow_templates/templates/image_to_video_wan-1.webp,sha256=cxtxeW5KepuVvqInT1G4d6ddKN_qCWzzWW4sv0Yl6PI,926424
@@ -231,7 +234,7 @@ comfyui_workflow_templates/templates/image_to_video_wan.json,sha256=NBDAEiENtC5u
231
234
  comfyui_workflow_templates/templates/index.es.json,sha256=1KykTL2aAwYyHx4BttnY55Bubmho7MM2hq99E6X0sHQ,72684
232
235
  comfyui_workflow_templates/templates/index.fr.json,sha256=iY1jdIjbg2T3v7TsMtzpttJ6tVgWD3c98hbkpbE0NXo,72470
233
236
  comfyui_workflow_templates/templates/index.ja.json,sha256=dzA6mMOmij56JXNplV5sNBoX1Z2O4BkZWzxC_wZY7qA,71894
234
- comfyui_workflow_templates/templates/index.json,sha256=QTZg24wAiREFVkeMpgNDEzVZAx9nFvTNCsTGQuy5uUk,64712
237
+ comfyui_workflow_templates/templates/index.json,sha256=vlEWSvj7i2Vwxbwm1NzGQurdOH272oPChM8aPO6NZmc,65277
235
238
  comfyui_workflow_templates/templates/index.ko.json,sha256=LpDteqEGMKY070bYnUA-WTebBwKHdDBtcZ9OUBdBX7k,70524
236
239
  comfyui_workflow_templates/templates/index.ru.json,sha256=RHQFZ8GrlbBsbQOsYcbJXKaLRj2lOuaiep-NN1F96mY,80166
237
240
  comfyui_workflow_templates/templates/index.schema.json,sha256=oGvYM0X-54f_lvzDrtH-vq9vM58jh2c2tSJKCl4--eg,3225
@@ -332,8 +335,8 @@ comfyui_workflow_templates/templates/wan2.1_fun_control-2.webp,sha256=srBeKQO8HC
332
335
  comfyui_workflow_templates/templates/wan2.1_fun_control.json,sha256=45CL4a-0uXHA9xOTkbaft-dOB1hKklGulVvv1q4BVrE,21583
333
336
  comfyui_workflow_templates/templates/wan2.1_fun_inp-1.webp,sha256=KVqoYt8yiaxhNnJgSCfVxT8WLnCD2M5zqty-AAcowtI,527624
334
337
  comfyui_workflow_templates/templates/wan2.1_fun_inp.json,sha256=6t-FDumnkkk0MhmZwiGKUJZU-18JJagzrkcYOqd6QRY,20015
335
- comfyui_workflow_templates-0.1.60.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
336
- comfyui_workflow_templates-0.1.60.dist-info/METADATA,sha256=IS2Z_VyINxTewcEj8Z7BSwHrScFAQdz-9yBKB66o298,55889
337
- comfyui_workflow_templates-0.1.60.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
338
- comfyui_workflow_templates-0.1.60.dist-info/top_level.txt,sha256=u4ElFwwqJ25NY9OpjIB2eFEaFoAIk4bHrlGJKPMwJOo,27
339
- comfyui_workflow_templates-0.1.60.dist-info/RECORD,,
338
+ comfyui_workflow_templates-0.1.61.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
339
+ comfyui_workflow_templates-0.1.61.dist-info/METADATA,sha256=_C6DWEfXAY3tYRNo6SuS6fyCI-rKqn3dVq0nS8bYHDY,55889
340
+ comfyui_workflow_templates-0.1.61.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
341
+ comfyui_workflow_templates-0.1.61.dist-info/top_level.txt,sha256=u4ElFwwqJ25NY9OpjIB2eFEaFoAIk4bHrlGJKPMwJOo,27
342
+ comfyui_workflow_templates-0.1.61.dist-info/RECORD,,