comfyui-workflow-templates 0.1.78__py3-none-any.whl → 0.1.79__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,1084 @@
1
+ {
2
+ "id": "91f6bbe2-ed41-4fd6-bac7-71d5b5864ecb",
3
+ "revision": 0,
4
+ "last_node_id": 115,
5
+ "last_link_id": 199,
6
+ "nodes": [
7
+ {
8
+ "id": 38,
9
+ "type": "CLIPLoader",
10
+ "pos": [
11
+ -120,
12
+ 130
13
+ ],
14
+ "size": [
15
+ 380,
16
+ 106
17
+ ],
18
+ "flags": {},
19
+ "order": 0,
20
+ "mode": 0,
21
+ "inputs": [],
22
+ "outputs": [
23
+ {
24
+ "name": "CLIP",
25
+ "type": "CLIP",
26
+ "slot_index": 0,
27
+ "links": [
28
+ 74,
29
+ 75
30
+ ]
31
+ }
32
+ ],
33
+ "properties": {
34
+ "cnr_id": "comfy-core",
35
+ "ver": "0.3.51",
36
+ "Node name for S&R": "CLIPLoader",
37
+ "models": [
38
+ {
39
+ "name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
40
+ "url": "https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/text_encoders/qwen_2.5_vl_7b_fp8_scaled.safetensors",
41
+ "directory": "text_encoders"
42
+ }
43
+ ]
44
+ },
45
+ "widgets_values": [
46
+ "qwen_2.5_vl_7b_fp8_scaled.safetensors",
47
+ "qwen_image",
48
+ "default"
49
+ ]
50
+ },
51
+ {
52
+ "id": 37,
53
+ "type": "UNETLoader",
54
+ "pos": [
55
+ -120,
56
+ 0
57
+ ],
58
+ "size": [
59
+ 380,
60
+ 82
61
+ ],
62
+ "flags": {},
63
+ "order": 1,
64
+ "mode": 0,
65
+ "inputs": [],
66
+ "outputs": [
67
+ {
68
+ "name": "MODEL",
69
+ "type": "MODEL",
70
+ "slot_index": 0,
71
+ "links": [
72
+ 145
73
+ ]
74
+ }
75
+ ],
76
+ "properties": {
77
+ "cnr_id": "comfy-core",
78
+ "ver": "0.3.51",
79
+ "Node name for S&R": "UNETLoader",
80
+ "models": [
81
+ {
82
+ "name": "qwen_image_fp8_e4m3fn.safetensors",
83
+ "url": "https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/diffusion_models/qwen_image_fp8_e4m3fn.safetensors",
84
+ "directory": "diffusion_models"
85
+ }
86
+ ]
87
+ },
88
+ "widgets_values": [
89
+ "qwen_image_fp8_e4m3fn.safetensors",
90
+ "default"
91
+ ]
92
+ },
93
+ {
94
+ "id": 8,
95
+ "type": "VAEDecode",
96
+ "pos": [
97
+ 847.4144287109375,
98
+ 560.3872680664062
99
+ ],
100
+ "size": [
101
+ 310,
102
+ 46
103
+ ],
104
+ "flags": {},
105
+ "order": 19,
106
+ "mode": 0,
107
+ "inputs": [
108
+ {
109
+ "name": "samples",
110
+ "type": "LATENT",
111
+ "link": 128
112
+ },
113
+ {
114
+ "name": "vae",
115
+ "type": "VAE",
116
+ "link": 76
117
+ }
118
+ ],
119
+ "outputs": [
120
+ {
121
+ "name": "IMAGE",
122
+ "type": "IMAGE",
123
+ "slot_index": 0,
124
+ "links": [
125
+ 110
126
+ ]
127
+ }
128
+ ],
129
+ "properties": {
130
+ "cnr_id": "comfy-core",
131
+ "ver": "0.3.51",
132
+ "Node name for S&R": "VAEDecode"
133
+ },
134
+ "widgets_values": []
135
+ },
136
+ {
137
+ "id": 86,
138
+ "type": "Note",
139
+ "pos": [
140
+ 847.4144287109375,
141
+ 660.3873901367188
142
+ ],
143
+ "size": [
144
+ 307.4002380371094,
145
+ 127.38092803955078
146
+ ],
147
+ "flags": {},
148
+ "order": 2,
149
+ "mode": 0,
150
+ "inputs": [],
151
+ "outputs": [],
152
+ "properties": {},
153
+ "widgets_values": [
154
+ "Set cfg to 1.0 for a speed boost at the cost of consistency. Samplers like res_multistep work pretty well at cfg 1.0\n\nThe official number of steps is 50 but I think that's too much. Even just 10 steps seems to work."
155
+ ],
156
+ "color": "#432",
157
+ "bgcolor": "#653"
158
+ },
159
+ {
160
+ "id": 7,
161
+ "type": "CLIPTextEncode",
162
+ "pos": [
163
+ 300,
164
+ 380
165
+ ],
166
+ "size": [
167
+ 460,
168
+ 140
169
+ ],
170
+ "flags": {},
171
+ "order": 11,
172
+ "mode": 0,
173
+ "inputs": [
174
+ {
175
+ "name": "clip",
176
+ "type": "CLIP",
177
+ "link": 75
178
+ }
179
+ ],
180
+ "outputs": [
181
+ {
182
+ "name": "CONDITIONING",
183
+ "type": "CONDITIONING",
184
+ "slot_index": 0,
185
+ "links": [
186
+ 191
187
+ ]
188
+ }
189
+ ],
190
+ "title": "CLIP Text Encode (Negative Prompt)",
191
+ "properties": {
192
+ "cnr_id": "comfy-core",
193
+ "ver": "0.3.51",
194
+ "Node name for S&R": "CLIPTextEncode"
195
+ },
196
+ "widgets_values": [
197
+ " "
198
+ ],
199
+ "color": "#223",
200
+ "bgcolor": "#335"
201
+ },
202
+ {
203
+ "id": 84,
204
+ "type": "ControlNetLoader",
205
+ "pos": [
206
+ -120,
207
+ 400
208
+ ],
209
+ "size": [
210
+ 380,
211
+ 58
212
+ ],
213
+ "flags": {},
214
+ "order": 3,
215
+ "mode": 0,
216
+ "inputs": [],
217
+ "outputs": [
218
+ {
219
+ "name": "CONTROL_NET",
220
+ "type": "CONTROL_NET",
221
+ "links": [
222
+ 192
223
+ ]
224
+ }
225
+ ],
226
+ "properties": {
227
+ "cnr_id": "comfy-core",
228
+ "ver": "0.3.51",
229
+ "Node name for S&R": "ControlNetLoader",
230
+ "models": [
231
+ {
232
+ "name": "Qwen-Image-InstantX-ControlNet-Inpainting.safetensors",
233
+ "url": "https://huggingface.co/Comfy-Org/Qwen-Image-InstantX-ControlNets/resolve/main/split_files/controlnet/Qwen-Image-InstantX-ControlNet-Inpainting.safetensors",
234
+ "directory": "controlnet"
235
+ }
236
+ ]
237
+ },
238
+ "widgets_values": [
239
+ "Qwen-Image-InstantX-ControlNet-Inpainting.safetensors"
240
+ ]
241
+ },
242
+ {
243
+ "id": 39,
244
+ "type": "VAELoader",
245
+ "pos": [
246
+ -120,
247
+ 290
248
+ ],
249
+ "size": [
250
+ 380,
251
+ 58
252
+ ],
253
+ "flags": {},
254
+ "order": 4,
255
+ "mode": 0,
256
+ "inputs": [],
257
+ "outputs": [
258
+ {
259
+ "name": "VAE",
260
+ "type": "VAE",
261
+ "slot_index": 0,
262
+ "links": [
263
+ 76,
264
+ 144,
265
+ 193
266
+ ]
267
+ }
268
+ ],
269
+ "properties": {
270
+ "cnr_id": "comfy-core",
271
+ "ver": "0.3.51",
272
+ "Node name for S&R": "VAELoader",
273
+ "models": [
274
+ {
275
+ "name": "qwen_image_vae.safetensors",
276
+ "url": "https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/vae/qwen_image_vae.safetensors",
277
+ "directory": "vae"
278
+ }
279
+ ]
280
+ },
281
+ "widgets_values": [
282
+ "qwen_image_vae.safetensors"
283
+ ]
284
+ },
285
+ {
286
+ "id": 110,
287
+ "type": "VAEEncode",
288
+ "pos": [
289
+ 324.080078125,
290
+ 455
291
+ ],
292
+ "size": [
293
+ 140,
294
+ 46
295
+ ],
296
+ "flags": {},
297
+ "order": 14,
298
+ "mode": 0,
299
+ "inputs": [
300
+ {
301
+ "name": "pixels",
302
+ "type": "IMAGE",
303
+ "link": 197
304
+ },
305
+ {
306
+ "name": "vae",
307
+ "type": "VAE",
308
+ "link": null
309
+ }
310
+ ],
311
+ "outputs": [
312
+ {
313
+ "name": "LATENT",
314
+ "type": "LATENT",
315
+ "links": []
316
+ }
317
+ ],
318
+ "properties": {
319
+ "cnr_id": "comfy-core",
320
+ "ver": "0.3.59",
321
+ "Node name for S&R": "VAEEncode"
322
+ },
323
+ "widgets_values": []
324
+ },
325
+ {
326
+ "id": 66,
327
+ "type": "ModelSamplingAuraFlow",
328
+ "pos": [
329
+ 822.5421752929688,
330
+ -38.42329025268555
331
+ ],
332
+ "size": [
333
+ 310,
334
+ 58
335
+ ],
336
+ "flags": {},
337
+ "order": 15,
338
+ "mode": 0,
339
+ "inputs": [
340
+ {
341
+ "name": "model",
342
+ "type": "MODEL",
343
+ "link": 149
344
+ }
345
+ ],
346
+ "outputs": [
347
+ {
348
+ "name": "MODEL",
349
+ "type": "MODEL",
350
+ "links": [
351
+ 156
352
+ ]
353
+ }
354
+ ],
355
+ "properties": {
356
+ "cnr_id": "comfy-core",
357
+ "ver": "0.3.51",
358
+ "Node name for S&R": "ModelSamplingAuraFlow"
359
+ },
360
+ "widgets_values": [
361
+ 3.1000000000000005
362
+ ]
363
+ },
364
+ {
365
+ "id": 108,
366
+ "type": "ControlNetInpaintingAliMamaApply",
367
+ "pos": [
368
+ 391.0537109375,
369
+ 626.009521484375
370
+ ],
371
+ "size": [
372
+ 317.0093688964844,
373
+ 206
374
+ ],
375
+ "flags": {},
376
+ "order": 17,
377
+ "mode": 0,
378
+ "inputs": [
379
+ {
380
+ "name": "positive",
381
+ "type": "CONDITIONING",
382
+ "link": 190
383
+ },
384
+ {
385
+ "name": "negative",
386
+ "type": "CONDITIONING",
387
+ "link": 191
388
+ },
389
+ {
390
+ "name": "control_net",
391
+ "type": "CONTROL_NET",
392
+ "link": 192
393
+ },
394
+ {
395
+ "name": "vae",
396
+ "type": "VAE",
397
+ "link": 193
398
+ },
399
+ {
400
+ "name": "image",
401
+ "type": "IMAGE",
402
+ "link": 194
403
+ },
404
+ {
405
+ "name": "mask",
406
+ "type": "MASK",
407
+ "link": 195
408
+ }
409
+ ],
410
+ "outputs": [
411
+ {
412
+ "name": "positive",
413
+ "type": "CONDITIONING",
414
+ "links": [
415
+ 188
416
+ ]
417
+ },
418
+ {
419
+ "name": "negative",
420
+ "type": "CONDITIONING",
421
+ "links": [
422
+ 189
423
+ ]
424
+ }
425
+ ],
426
+ "properties": {
427
+ "cnr_id": "comfy-core",
428
+ "ver": "0.3.59",
429
+ "Node name for S&R": "ControlNetInpaintingAliMamaApply"
430
+ },
431
+ "widgets_values": [
432
+ 1,
433
+ 0,
434
+ 1
435
+ ]
436
+ },
437
+ {
438
+ "id": 75,
439
+ "type": "ImageScaleToTotalPixels",
440
+ "pos": [
441
+ -67.75055694580078,
442
+ 1036.3974609375
443
+ ],
444
+ "size": [
445
+ 270,
446
+ 82
447
+ ],
448
+ "flags": {},
449
+ "order": 13,
450
+ "mode": 0,
451
+ "inputs": [
452
+ {
453
+ "name": "image",
454
+ "type": "IMAGE",
455
+ "link": 140
456
+ }
457
+ ],
458
+ "outputs": [
459
+ {
460
+ "name": "IMAGE",
461
+ "type": "IMAGE",
462
+ "links": [
463
+ 143,
464
+ 194
465
+ ]
466
+ }
467
+ ],
468
+ "properties": {
469
+ "cnr_id": "comfy-core",
470
+ "ver": "0.3.51",
471
+ "Node name for S&R": "ImageScaleToTotalPixels"
472
+ },
473
+ "widgets_values": [
474
+ "area",
475
+ 1.68
476
+ ]
477
+ },
478
+ {
479
+ "id": 6,
480
+ "type": "CLIPTextEncode",
481
+ "pos": [
482
+ 300,
483
+ 170
484
+ ],
485
+ "size": [
486
+ 460,
487
+ 164.31304931640625
488
+ ],
489
+ "flags": {},
490
+ "order": 10,
491
+ "mode": 0,
492
+ "inputs": [
493
+ {
494
+ "name": "clip",
495
+ "type": "CLIP",
496
+ "link": 74
497
+ }
498
+ ],
499
+ "outputs": [
500
+ {
501
+ "name": "CONDITIONING",
502
+ "type": "CONDITIONING",
503
+ "slot_index": 0,
504
+ "links": [
505
+ 190
506
+ ]
507
+ }
508
+ ],
509
+ "title": "CLIP Text Encode (Positive Prompt)",
510
+ "properties": {
511
+ "cnr_id": "comfy-core",
512
+ "ver": "0.3.51",
513
+ "Node name for S&R": "CLIPTextEncode"
514
+ },
515
+ "widgets_values": [
516
+ "The Queen, on a throne, surrounded by Knights, HD, Realistic, Octane Render, Unreal engine"
517
+ ],
518
+ "color": "#232",
519
+ "bgcolor": "#353"
520
+ },
521
+ {
522
+ "id": 76,
523
+ "type": "VAEEncode",
524
+ "pos": [
525
+ 557.8602294921875,
526
+ 905.5271606445312
527
+ ],
528
+ "size": [
529
+ 140,
530
+ 46
531
+ ],
532
+ "flags": {
533
+ "collapsed": false
534
+ },
535
+ "order": 16,
536
+ "mode": 0,
537
+ "inputs": [
538
+ {
539
+ "name": "pixels",
540
+ "type": "IMAGE",
541
+ "link": 143
542
+ },
543
+ {
544
+ "name": "vae",
545
+ "type": "VAE",
546
+ "link": 144
547
+ }
548
+ ],
549
+ "outputs": [
550
+ {
551
+ "name": "LATENT",
552
+ "type": "LATENT",
553
+ "links": [
554
+ 142
555
+ ]
556
+ }
557
+ ],
558
+ "properties": {
559
+ "cnr_id": "comfy-core",
560
+ "ver": "0.3.51",
561
+ "Node name for S&R": "VAEEncode"
562
+ },
563
+ "widgets_values": []
564
+ },
565
+ {
566
+ "id": 60,
567
+ "type": "SaveImage",
568
+ "pos": [
569
+ 1202.1839599609375,
570
+ 81.55579376220703
571
+ ],
572
+ "size": [
573
+ 970,
574
+ 1030
575
+ ],
576
+ "flags": {},
577
+ "order": 20,
578
+ "mode": 0,
579
+ "inputs": [
580
+ {
581
+ "name": "images",
582
+ "type": "IMAGE",
583
+ "link": 110
584
+ }
585
+ ],
586
+ "outputs": [],
587
+ "properties": {
588
+ "cnr_id": "comfy-core",
589
+ "ver": "0.3.51"
590
+ },
591
+ "widgets_values": [
592
+ "ComfyUI"
593
+ ]
594
+ },
595
+ {
596
+ "id": 71,
597
+ "type": "LoadImage",
598
+ "pos": [
599
+ -73.20216369628906,
600
+ 657.9524536132812
601
+ ],
602
+ "size": [
603
+ 274.080078125,
604
+ 314.00006103515625
605
+ ],
606
+ "flags": {},
607
+ "order": 5,
608
+ "mode": 0,
609
+ "inputs": [],
610
+ "outputs": [
611
+ {
612
+ "name": "IMAGE",
613
+ "type": "IMAGE",
614
+ "links": [
615
+ 140,
616
+ 197
617
+ ]
618
+ },
619
+ {
620
+ "name": "MASK",
621
+ "type": "MASK",
622
+ "links": [
623
+ 195
624
+ ]
625
+ }
626
+ ],
627
+ "properties": {
628
+ "cnr_id": "comfy-core",
629
+ "ver": "0.3.51",
630
+ "Node name for S&R": "LoadImage"
631
+ },
632
+ "widgets_values": [
633
+ "clipspace/clipspace-painted-masked-19830639.png [input]",
634
+ "image"
635
+ ]
636
+ },
637
+ {
638
+ "id": 78,
639
+ "type": "MarkdownNote",
640
+ "pos": [
641
+ -690,
642
+ -50
643
+ ],
644
+ "size": [
645
+ 541.36865234375,
646
+ 579.70263671875
647
+ ],
648
+ "flags": {},
649
+ "order": 6,
650
+ "mode": 0,
651
+ "inputs": [],
652
+ "outputs": [],
653
+ "title": "Model links",
654
+ "properties": {
655
+ "widget_ue_connectable": {}
656
+ },
657
+ "widgets_values": [
658
+ "[Tutorial](https://docs.comfy.org/tutorials/image/qwen/qwen-image) | [教程](https://docs.comfy.org/zh-CN/tutorials/image/qwen/qwen-image)\n\n\n## Model links\n\nYou can find all the models on [Huggingface](https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/tree/main) or [Modelscope](https://modelscope.cn/models/Comfy-Org/Qwen-Image_ComfyUI/files)\n\n**Diffusion model**\n\n- [qwen_image_fp8_e4m3fn.safetensors](https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/diffusion_models/qwen_image_fp8_e4m3fn.safetensors)\n\n**ControlNet**\n\n- [Qwen-Image-InstantX-ControlNet-Inpainting.safetensors](https://huggingface.co/Comfy-Org/Qwen-Image-InstantX-ControlNets/resolve/main/split_files/controlnet/Qwen-Image-InstantX-ControlNet-Inpainting.safetensors)\n\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\n\nModel Storage Location\n\n```\n📂 ComfyUI/\n├── 📂 models/\n│ ├── 📂 diffusion_models/\n│ │ ├── qwen_image_fp8_e4m3fn.safetensors\n│ │ └── qwen_image_distill_full_fp8_e4m3fn.safetensors\n│ ├── 📂 loras/\n│ │ └── Qwen-Image-Lightning-8steps-V1.0.safetensors\n│ ├── 📂 controlnet/ \n│ │ └── Qwen-Image-InstantX-ControlNet-Inpainting.safetensors\n│ ├── 📂 vae/\n│ │ └── qwen_image_vae.safetensors\n│ └── 📂 text_encoders/\n│ └── qwen_2.5_vl_7b_fp8_scaled.safetensors\n```\n"
659
+ ],
660
+ "color": "#432",
661
+ "bgcolor": "#653"
662
+ },
663
+ {
664
+ "id": 115,
665
+ "type": "MarkdownNote",
666
+ "pos": [
667
+ -462.4257507324219,
668
+ 588.766845703125
669
+ ],
670
+ "size": [
671
+ 307.56927490234375,
672
+ 169.79689025878906
673
+ ],
674
+ "flags": {},
675
+ "order": 7,
676
+ "mode": 0,
677
+ "inputs": [],
678
+ "outputs": [],
679
+ "title": "About how to create mask",
680
+ "properties": {},
681
+ "widgets_values": [
682
+ "Right-click on the Load Image node, then click \"Open in MaskEditor\" to open it and paint the area you want to inpaint.\n\nYou can learn more about MaskEditor in the [MaskEditor Document](https://docs.comfy.org/interface/maskeditor)"
683
+ ],
684
+ "color": "#432",
685
+ "bgcolor": "#653"
686
+ },
687
+ {
688
+ "id": 68,
689
+ "type": "Note",
690
+ "pos": [
691
+ 826.6304931640625,
692
+ -197.34292602539062
693
+ ],
694
+ "size": [
695
+ 310,
696
+ 90
697
+ ],
698
+ "flags": {},
699
+ "order": 8,
700
+ "mode": 0,
701
+ "inputs": [],
702
+ "outputs": [],
703
+ "properties": {},
704
+ "widgets_values": [
705
+ "Increase the shift if you get too many blury/dark/bad images. Decrease if you want to try increasing detail."
706
+ ],
707
+ "color": "#432",
708
+ "bgcolor": "#653"
709
+ },
710
+ {
711
+ "id": 79,
712
+ "type": "MarkdownNote",
713
+ "pos": [
714
+ 853.4926147460938,
715
+ 840.671875
716
+ ],
717
+ "size": [
718
+ 310,
719
+ 140
720
+ ],
721
+ "flags": {},
722
+ "order": 9,
723
+ "mode": 0,
724
+ "inputs": [],
725
+ "outputs": [],
726
+ "title": "KSampler settings",
727
+ "properties": {},
728
+ "widgets_values": [
729
+ "You can test and find the best setting by yourself. The following table is for reference.\n\n| model | steps | cfg |\n|---------------------|---------------|---------------|\n| fp8_e4m3fn | 20 | 2.5 |\n| fp8_e4m3fn + 4 Steps lightning LoRA | 4 | 1.0 |\n"
730
+ ],
731
+ "color": "#432",
732
+ "bgcolor": "#653"
733
+ },
734
+ {
735
+ "id": 80,
736
+ "type": "LoraLoaderModelOnly",
737
+ "pos": [
738
+ 320,
739
+ -10
740
+ ],
741
+ "size": [
742
+ 430,
743
+ 82
744
+ ],
745
+ "flags": {},
746
+ "order": 12,
747
+ "mode": 4,
748
+ "inputs": [
749
+ {
750
+ "name": "model",
751
+ "type": "MODEL",
752
+ "link": 145
753
+ }
754
+ ],
755
+ "outputs": [
756
+ {
757
+ "name": "MODEL",
758
+ "type": "MODEL",
759
+ "links": [
760
+ 149
761
+ ]
762
+ }
763
+ ],
764
+ "properties": {
765
+ "cnr_id": "comfy-core",
766
+ "ver": "0.3.51",
767
+ "Node name for S&R": "LoraLoaderModelOnly",
768
+ "models": [
769
+ {
770
+ "name": "Qwen-Image-Lightning-4steps-V1.0.safetensors",
771
+ "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Lightning-4steps-V1.0.safetensors",
772
+ "directory": "loras"
773
+ }
774
+ ]
775
+ },
776
+ "widgets_values": [
777
+ "Qwen-Image-Lightning-4steps-V1.0.safetensors",
778
+ 1
779
+ ]
780
+ },
781
+ {
782
+ "id": 3,
783
+ "type": "KSampler",
784
+ "pos": [
785
+ 847.4144287109375,
786
+ 80.38726043701172
787
+ ],
788
+ "size": [
789
+ 310,
790
+ 430
791
+ ],
792
+ "flags": {},
793
+ "order": 18,
794
+ "mode": 0,
795
+ "inputs": [
796
+ {
797
+ "name": "model",
798
+ "type": "MODEL",
799
+ "link": 156
800
+ },
801
+ {
802
+ "name": "positive",
803
+ "type": "CONDITIONING",
804
+ "link": 188
805
+ },
806
+ {
807
+ "name": "negative",
808
+ "type": "CONDITIONING",
809
+ "link": 189
810
+ },
811
+ {
812
+ "name": "latent_image",
813
+ "type": "LATENT",
814
+ "link": 142
815
+ }
816
+ ],
817
+ "outputs": [
818
+ {
819
+ "name": "LATENT",
820
+ "type": "LATENT",
821
+ "slot_index": 0,
822
+ "links": [
823
+ 128
824
+ ]
825
+ }
826
+ ],
827
+ "properties": {
828
+ "cnr_id": "comfy-core",
829
+ "ver": "0.3.51",
830
+ "Node name for S&R": "KSampler"
831
+ },
832
+ "widgets_values": [
833
+ 310301619553341,
834
+ "randomize",
835
+ 20,
836
+ 2.5,
837
+ "euler",
838
+ "simple",
839
+ 1
840
+ ]
841
+ }
842
+ ],
843
+ "links": [
844
+ [
845
+ 74,
846
+ 38,
847
+ 0,
848
+ 6,
849
+ 0,
850
+ "CLIP"
851
+ ],
852
+ [
853
+ 75,
854
+ 38,
855
+ 0,
856
+ 7,
857
+ 0,
858
+ "CLIP"
859
+ ],
860
+ [
861
+ 76,
862
+ 39,
863
+ 0,
864
+ 8,
865
+ 1,
866
+ "VAE"
867
+ ],
868
+ [
869
+ 110,
870
+ 8,
871
+ 0,
872
+ 60,
873
+ 0,
874
+ "IMAGE"
875
+ ],
876
+ [
877
+ 128,
878
+ 3,
879
+ 0,
880
+ 8,
881
+ 0,
882
+ "LATENT"
883
+ ],
884
+ [
885
+ 140,
886
+ 71,
887
+ 0,
888
+ 75,
889
+ 0,
890
+ "IMAGE"
891
+ ],
892
+ [
893
+ 142,
894
+ 76,
895
+ 0,
896
+ 3,
897
+ 3,
898
+ "LATENT"
899
+ ],
900
+ [
901
+ 143,
902
+ 75,
903
+ 0,
904
+ 76,
905
+ 0,
906
+ "IMAGE"
907
+ ],
908
+ [
909
+ 144,
910
+ 39,
911
+ 0,
912
+ 76,
913
+ 1,
914
+ "VAE"
915
+ ],
916
+ [
917
+ 145,
918
+ 37,
919
+ 0,
920
+ 80,
921
+ 0,
922
+ "MODEL"
923
+ ],
924
+ [
925
+ 149,
926
+ 80,
927
+ 0,
928
+ 66,
929
+ 0,
930
+ "MODEL"
931
+ ],
932
+ [
933
+ 156,
934
+ 66,
935
+ 0,
936
+ 3,
937
+ 0,
938
+ "MODEL"
939
+ ],
940
+ [
941
+ 188,
942
+ 108,
943
+ 0,
944
+ 3,
945
+ 1,
946
+ "CONDITIONING"
947
+ ],
948
+ [
949
+ 189,
950
+ 108,
951
+ 1,
952
+ 3,
953
+ 2,
954
+ "CONDITIONING"
955
+ ],
956
+ [
957
+ 190,
958
+ 6,
959
+ 0,
960
+ 108,
961
+ 0,
962
+ "CONDITIONING"
963
+ ],
964
+ [
965
+ 191,
966
+ 7,
967
+ 0,
968
+ 108,
969
+ 1,
970
+ "CONDITIONING"
971
+ ],
972
+ [
973
+ 192,
974
+ 84,
975
+ 0,
976
+ 108,
977
+ 2,
978
+ "CONTROL_NET"
979
+ ],
980
+ [
981
+ 193,
982
+ 39,
983
+ 0,
984
+ 108,
985
+ 3,
986
+ "VAE"
987
+ ],
988
+ [
989
+ 194,
990
+ 75,
991
+ 0,
992
+ 108,
993
+ 4,
994
+ "IMAGE"
995
+ ],
996
+ [
997
+ 195,
998
+ 71,
999
+ 1,
1000
+ 108,
1001
+ 5,
1002
+ "MASK"
1003
+ ],
1004
+ [
1005
+ 197,
1006
+ 71,
1007
+ 0,
1008
+ 110,
1009
+ 0,
1010
+ "IMAGE"
1011
+ ]
1012
+ ],
1013
+ "groups": [
1014
+ {
1015
+ "id": 1,
1016
+ "title": "Step 1 - Upload models",
1017
+ "bounding": [
1018
+ -130,
1019
+ -80,
1020
+ 400,
1021
+ 610
1022
+ ],
1023
+ "color": "#3f789e",
1024
+ "font_size": 24,
1025
+ "flags": {}
1026
+ },
1027
+ {
1028
+ "id": 2,
1029
+ "title": "Step 2 - Upload image and edit mask",
1030
+ "bounding": [
1031
+ -130,
1032
+ 550,
1033
+ 411.8466796875,
1034
+ 625.3444213867188
1035
+ ],
1036
+ "color": "#3f789e",
1037
+ "font_size": 24,
1038
+ "flags": {}
1039
+ },
1040
+ {
1041
+ "id": 4,
1042
+ "title": "Step 3 - Prompt",
1043
+ "bounding": [
1044
+ 290,
1045
+ 100,
1046
+ 490,
1047
+ 430
1048
+ ],
1049
+ "color": "#3f789e",
1050
+ "font_size": 24,
1051
+ "flags": {}
1052
+ },
1053
+ {
1054
+ "id": 5,
1055
+ "title": "4 steps lightning LoRA",
1056
+ "bounding": [
1057
+ 290,
1058
+ -80,
1059
+ 490,
1060
+ 160
1061
+ ],
1062
+ "color": "#3f789e",
1063
+ "font_size": 24,
1064
+ "flags": {}
1065
+ }
1066
+ ],
1067
+ "config": {},
1068
+ "extra": {
1069
+ "ds": {
1070
+ "scale": 0.8391580359850017,
1071
+ "offset": [
1072
+ 100.28817874270759,
1073
+ 220.0254412478169
1074
+ ]
1075
+ },
1076
+ "frontendVersion": "1.25.11",
1077
+ "groupNodes": {},
1078
+ "VHS_latentpreview": false,
1079
+ "VHS_latentpreviewrate": 0,
1080
+ "VHS_MetadataImage": true,
1081
+ "VHS_KeepIntermediate": true
1082
+ },
1083
+ "version": 0.4
1084
+ }
@@ -292,7 +292,7 @@
292
292
  },
293
293
  {
294
294
  "name": "image_qwen_image_instantx_controlnet",
295
- "title": "Qwen-Image InstantX ControlNet",
295
+ "title": "Qwen-Image InstantX Union ControlNet",
296
296
  "mediaType": "image",
297
297
  "mediaSubtype": "webp",
298
298
  "description": "Generate images with Qwen-Image InstantX ControlNet, supporting canny, soft edge, depth, pose",
@@ -302,6 +302,19 @@
302
302
  "date": "2025-08-23",
303
303
  "size": 32.88
304
304
  },
305
+ {
306
+ "name": "image_qwen_image_instantx_inpainting_controlnet",
307
+ "title": "Qwen-Image InstantX Inpainting ControlNet",
308
+ "mediaType": "image",
309
+ "mediaSubtype": "webp",
310
+ "thumbnailVariant": "compareSlider",
311
+ "description": "Professional inpainting and image editing with Qwen-Image InstantX ControlNet. Supports object replacement, text modification, background changes, and outpainting.",
312
+ "tags": ["Image to Image", "Image", "ControlNet", "Inpainting"],
313
+ "tutorialUrl": "https://docs.comfy.org/tutorials/image/qwen/qwen-image",
314
+ "models": ["Qwen-Image"],
315
+ "date": "2025-09-12",
316
+ "size": 33.54
317
+ },
305
318
  {
306
319
  "name": "image_qwen_image_union_control_lora",
307
320
  "title": "Qwen-Image Union Control",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: comfyui_workflow_templates
3
- Version: 0.1.78
3
+ Version: 0.1.79
4
4
  Summary: ComfyUI workflow templates package
5
5
  Author: Comfy-Org
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -258,6 +258,9 @@ comfyui_workflow_templates/templates/image_qwen_image_edit.json,sha256=M_puTgb8N
258
258
  comfyui_workflow_templates/templates/image_qwen_image_instantx_controlnet-1.webp,sha256=hmMz0iuqGehbHct1VWeQ3gIDL9uLWPdeanGuxzefNiw,29924
259
259
  comfyui_workflow_templates/templates/image_qwen_image_instantx_controlnet-2.webp,sha256=HuDBOBp5z2eyD6OIodWx_ySNOs7tohELzzfZrupmWz4,7632
260
260
  comfyui_workflow_templates/templates/image_qwen_image_instantx_controlnet.json,sha256=s6SKQ6j_rJW_rxkEQemYLry1jHH-22JCVLSG_GWqTGM,46569
261
+ comfyui_workflow_templates/templates/image_qwen_image_instantx_inpainting_controlnet-1.webp,sha256=pXlWFe37m5e8sByZuXTqcXxtQlWdvbrb-IXYdBEBpK8,29804
262
+ comfyui_workflow_templates/templates/image_qwen_image_instantx_inpainting_controlnet-2.webp,sha256=c0lnlaIjWXGNJ6UvYjEiYWjW62LyzEK2nD8n3mjYNeo,26430
263
+ comfyui_workflow_templates/templates/image_qwen_image_instantx_inpainting_controlnet.json,sha256=OkeqSIAvIS_5uAsatbDHmFUGa4S9s3WRctbfo5tphtM,22275
261
264
  comfyui_workflow_templates/templates/image_qwen_image_union_control_lora-1.webp,sha256=wjEAAIcPGXdLj4Mj-QABv9yQn0HMK-xBvAHBXBdxRXs,18356
262
265
  comfyui_workflow_templates/templates/image_qwen_image_union_control_lora-3.webp,sha256=BUHYaY7dQOfu_VY_IjEzcd77FoB9sI5cE6NUHn8ULN8,10918
263
266
  comfyui_workflow_templates/templates/image_qwen_image_union_control_lora.json,sha256=qOZJ1kdrlEpR_REFZHvm3m63KzlGtdKIhkH-jMq6FEk,22143
@@ -268,7 +271,7 @@ comfyui_workflow_templates/templates/image_to_video_wan.json,sha256=NBDAEiENtC5u
268
271
  comfyui_workflow_templates/templates/index.es.json,sha256=TyvKWhWECBwqXCGnPJYgidcUO2CbkDMfLhevYvAlj_0,77039
269
272
  comfyui_workflow_templates/templates/index.fr.json,sha256=ZbDajpUIShPQuAj-PMF-t2VD-doF9e3BGJi4K0Q9Ahw,78153
270
273
  comfyui_workflow_templates/templates/index.ja.json,sha256=raygiPrLgfMBouIGdbtBV0dEfhmQSV3hf4KDnGFxZ7M,82015
271
- comfyui_workflow_templates/templates/index.json,sha256=eM2hQDRjhKRYv1MsenVI-h1HI55d_sNV_OFZgV0S4Lg,74540
274
+ comfyui_workflow_templates/templates/index.json,sha256=WCISVQX7gXRoygcr9V3LjOQK0eSqo41AjycyjRwDXZ0,75229
272
275
  comfyui_workflow_templates/templates/index.ko.json,sha256=PJ7sVS38Ltr_zF7foRSvth0n0ulOL7P9JdHOA74Yap4,80973
273
276
  comfyui_workflow_templates/templates/index.ru.json,sha256=4fFeP1EfN42Te-6BrDLXceqhXhLv7R7fx6wUQeal0Rw,95945
274
277
  comfyui_workflow_templates/templates/index.schema.json,sha256=XW5PnlQYxwsEEOuRTiy7XcaxViyKUy9ODGnmBIgPQ40,3336
@@ -375,8 +378,8 @@ comfyui_workflow_templates/templates/wan2.1_fun_control-2.webp,sha256=srBeKQO8HC
375
378
  comfyui_workflow_templates/templates/wan2.1_fun_control.json,sha256=45CL4a-0uXHA9xOTkbaft-dOB1hKklGulVvv1q4BVrE,21583
376
379
  comfyui_workflow_templates/templates/wan2.1_fun_inp-1.webp,sha256=KVqoYt8yiaxhNnJgSCfVxT8WLnCD2M5zqty-AAcowtI,527624
377
380
  comfyui_workflow_templates/templates/wan2.1_fun_inp.json,sha256=6t-FDumnkkk0MhmZwiGKUJZU-18JJagzrkcYOqd6QRY,20015
378
- comfyui_workflow_templates-0.1.78.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
379
- comfyui_workflow_templates-0.1.78.dist-info/METADATA,sha256=sOUjBkwLOPbOZGypxV7VjUIxLG7JOOS4kzQBTmFrau8,55889
380
- comfyui_workflow_templates-0.1.78.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
381
- comfyui_workflow_templates-0.1.78.dist-info/top_level.txt,sha256=u4ElFwwqJ25NY9OpjIB2eFEaFoAIk4bHrlGJKPMwJOo,27
382
- comfyui_workflow_templates-0.1.78.dist-info/RECORD,,
381
+ comfyui_workflow_templates-0.1.79.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
382
+ comfyui_workflow_templates-0.1.79.dist-info/METADATA,sha256=_JV5nQohlbTJzlU3lOaLei7Ns6bStjhiCU5_3qRQWXU,55889
383
+ comfyui_workflow_templates-0.1.79.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
384
+ comfyui_workflow_templates-0.1.79.dist-info/top_level.txt,sha256=u4ElFwwqJ25NY9OpjIB2eFEaFoAIk4bHrlGJKPMwJOo,27
385
+ comfyui_workflow_templates-0.1.79.dist-info/RECORD,,