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
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "id": "91f6bbe2-ed41-4fd6-bac7-71d5b5864ecb",
3
3
  "revision": 0,
4
- "last_node_id": 114,
5
- "last_link_id": 225,
4
+ "last_node_id": 388,
5
+ "last_link_id": 612,
6
6
  "nodes": [
7
7
  {
8
8
  "id": 75,
@@ -16,7 +16,7 @@
16
16
  60
17
17
  ],
18
18
  "flags": {},
19
- "order": 17,
19
+ "order": 35,
20
20
  "mode": 0,
21
21
  "inputs": [
22
22
  {
@@ -35,9 +35,9 @@
35
35
  }
36
36
  ],
37
37
  "properties": {
38
- "Node name for S&R": "CFGNorm",
39
38
  "cnr_id": "comfy-core",
40
39
  "ver": "0.3.50",
40
+ "Node name for S&R": "CFGNorm",
41
41
  "enableTabs": false,
42
42
  "tabWidth": 65,
43
43
  "tabXOffset": 10,
@@ -55,59 +55,6 @@
55
55
  1
56
56
  ]
57
57
  },
58
- {
59
- "id": 8,
60
- "type": "VAEDecode",
61
- "pos": [
62
- 1080,
63
- -130
64
- ],
65
- "size": [
66
- 210,
67
- 46
68
- ],
69
- "flags": {
70
- "collapsed": false
71
- },
72
- "order": 19,
73
- "mode": 0,
74
- "inputs": [
75
- {
76
- "name": "samples",
77
- "type": "LATENT",
78
- "link": 128
79
- },
80
- {
81
- "name": "vae",
82
- "type": "VAE",
83
- "link": 76
84
- }
85
- ],
86
- "outputs": [
87
- {
88
- "name": "IMAGE",
89
- "type": "IMAGE",
90
- "slot_index": 0,
91
- "links": [
92
- 110
93
- ]
94
- }
95
- ],
96
- "properties": {
97
- "Node name for S&R": "VAEDecode",
98
- "cnr_id": "comfy-core",
99
- "ver": "0.3.48",
100
- "enableTabs": false,
101
- "tabWidth": 65,
102
- "tabXOffset": 10,
103
- "hasSecondTab": false,
104
- "secondTabText": "Send Back",
105
- "secondTabOffset": 80,
106
- "secondTabWidth": 65,
107
- "widget_ue_connectable": {}
108
- },
109
- "widgets_values": []
110
- },
111
58
  {
112
59
  "id": 39,
113
60
  "type": "VAELoader",
@@ -137,9 +84,9 @@
137
84
  }
138
85
  ],
139
86
  "properties": {
140
- "Node name for S&R": "VAELoader",
141
87
  "cnr_id": "comfy-core",
142
88
  "ver": "0.3.48",
89
+ "Node name for S&R": "VAELoader",
143
90
  "models": [
144
91
  {
145
92
  "name": "qwen_image_vae.safetensors",
@@ -187,9 +134,9 @@
187
134
  }
188
135
  ],
189
136
  "properties": {
190
- "Node name for S&R": "CLIPLoader",
191
137
  "cnr_id": "comfy-core",
192
138
  "ver": "0.3.48",
139
+ "Node name for S&R": "CLIPLoader",
193
140
  "models": [
194
141
  {
195
142
  "name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
@@ -224,7 +171,7 @@
224
171
  60
225
172
  ],
226
173
  "flags": {},
227
- "order": 13,
174
+ "order": 29,
228
175
  "mode": 0,
229
176
  "inputs": [
230
177
  {
@@ -243,9 +190,9 @@
243
190
  }
244
191
  ],
245
192
  "properties": {
246
- "Node name for S&R": "ModelSamplingAuraFlow",
247
193
  "cnr_id": "comfy-core",
248
194
  "ver": "0.3.48",
195
+ "Node name for S&R": "ModelSamplingAuraFlow",
249
196
  "enableTabs": false,
250
197
  "tabWidth": 65,
251
198
  "tabXOffset": 10,
@@ -259,66 +206,6 @@
259
206
  3
260
207
  ]
261
208
  },
262
- {
263
- "id": 89,
264
- "type": "LoraLoaderModelOnly",
265
- "pos": [
266
- -240,
267
- 40
268
- ],
269
- "size": [
270
- 310,
271
- 82
272
- ],
273
- "flags": {},
274
- "order": 11,
275
- "mode": 0,
276
- "inputs": [
277
- {
278
- "name": "model",
279
- "type": "MODEL",
280
- "link": 184
281
- }
282
- ],
283
- "outputs": [
284
- {
285
- "name": "MODEL",
286
- "type": "MODEL",
287
- "links": [
288
- 185
289
- ]
290
- }
291
- ],
292
- "properties": {
293
- "Node name for S&R": "LoraLoaderModelOnly",
294
- "cnr_id": "comfy-core",
295
- "ver": "0.3.50",
296
- "models": [
297
- {
298
- "name": "Qwen-Image-Lightning-4steps-V1.0.safetensors",
299
- "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Lightning-4steps-V1.0.safetensors",
300
- "directory": "loras"
301
- }
302
- ],
303
- "enableTabs": false,
304
- "tabWidth": 65,
305
- "tabXOffset": 10,
306
- "hasSecondTab": false,
307
- "secondTabText": "Send Back",
308
- "secondTabOffset": 80,
309
- "secondTabWidth": 65,
310
- "ue_properties": {
311
- "widget_ue_connectable": {
312
- "lora_name": true,
313
- "strength_model": true
314
- }
315
- }
316
- },
317
- "widgets_values": [
318
- "Qwen-Image-Lightning-4steps-V1.0.safetensors",
319
- 1
320
- ]
321
- },
322
209
  {
323
210
  "id": 3,
324
211
  "type": "KSampler",
@@ -331,7 +218,7 @@
331
218
  474
332
219
  ],
333
220
  "flags": {},
334
- "order": 18,
221
+ "order": 37,
335
222
  "mode": 0,
336
223
  "inputs": [
337
224
  {
@@ -366,9 +253,9 @@
366
253
  }
367
254
  ],
368
255
  "properties": {
369
- "Node name for S&R": "KSampler",
370
256
  "cnr_id": "comfy-core",
371
257
  "ver": "0.3.48",
258
+ "Node name for S&R": "KSampler",
372
259
  "enableTabs": false,
373
260
  "tabWidth": 65,
374
261
  "tabXOffset": 10,
@@ -379,7 +266,7 @@
379
266
  "widget_ue_connectable": {}
380
267
  },
381
268
  "widgets_values": [
382
- 1118877715456453,
269
+ 724723345395306,
383
270
  "randomize",
384
271
  4,
385
272
  1,
@@ -414,9 +301,9 @@
414
301
  }
415
302
  ],
416
303
  "properties": {
417
- "Node name for S&R": "UNETLoader",
418
304
  "cnr_id": "comfy-core",
419
305
  "ver": "0.3.48",
306
+ "Node name for S&R": "UNETLoader",
420
307
  "models": [
421
308
  {
422
309
  "name": "qwen_image_edit_2509_fp8_e4m3fn.safetensors",
@@ -450,7 +337,7 @@
450
337
  1040
451
338
  ],
452
339
  "flags": {},
453
- "order": 20,
340
+ "order": 41,
454
341
  "mode": 0,
455
342
  "inputs": [
456
343
  {
@@ -461,9 +348,9 @@
461
348
  ],
462
349
  "outputs": [],
463
350
  "properties": {
464
- "Node name for S&R": "SaveImage",
465
351
  "cnr_id": "comfy-core",
466
352
  "ver": "0.3.48",
353
+ "Node name for S&R": "SaveImage",
467
354
  "enableTabs": false,
468
355
  "tabWidth": 65,
469
356
  "tabXOffset": 10,
@@ -477,112 +364,6 @@
477
364
  "ComfyUI"
478
365
  ]
479
366
  },
480
- {
481
- "id": 106,
482
- "type": "LoadImage",
483
- "pos": [
484
- 56.080078125,
485
- 530
486
- ],
487
- "size": [
488
- 274.080078125,
489
- 314.0000305175781
490
- ],
491
- "flags": {},
492
- "order": 3,
493
- "mode": 4,
494
- "inputs": [],
495
- "outputs": [
496
- {
497
- "name": "IMAGE",
498
- "type": "IMAGE",
499
- "links": [
500
- 219,
501
- 220
502
- ]
503
- },
504
- {
505
- "name": "MASK",
506
- "type": "MASK",
507
- "links": null
508
- }
509
- ],
510
- "properties": {
511
- "Node name for S&R": "LoadImage",
512
- "cnr_id": "comfy-core",
513
- "ver": "0.3.50",
514
- "enableTabs": false,
515
- "tabWidth": 65,
516
- "tabXOffset": 10,
517
- "hasSecondTab": false,
518
- "secondTabText": "Send Back",
519
- "secondTabOffset": 80,
520
- "secondTabWidth": 65,
521
- "ue_properties": {
522
- "widget_ue_connectable": {
523
- "image": true,
524
- "upload": true
525
- }
526
- }
527
- },
528
- "widgets_values": [
529
- "0_1 (5).png",
530
- "image"
531
- ]
532
- },
533
- {
534
- "id": 108,
535
- "type": "LoadImage",
536
- "pos": [
537
- 352.16015625,
538
- 530
539
- ],
540
- "size": [
541
- 274.080078125,
542
- 314.0000305175781
543
- ],
544
- "flags": {},
545
- "order": 4,
546
- "mode": 4,
547
- "inputs": [],
548
- "outputs": [
549
- {
550
- "name": "IMAGE",
551
- "type": "IMAGE",
552
- "links": [
553
- 217,
554
- 218
555
- ]
556
- },
557
- {
558
- "name": "MASK",
559
- "type": "MASK",
560
- "links": null
561
- }
562
- ],
563
- "properties": {
564
- "Node name for S&R": "LoadImage",
565
- "cnr_id": "comfy-core",
566
- "ver": "0.3.50",
567
- "enableTabs": false,
568
- "tabWidth": 65,
569
- "tabXOffset": 10,
570
- "hasSecondTab": false,
571
- "secondTabText": "Send Back",
572
- "secondTabOffset": 80,
573
- "secondTabWidth": 65,
574
- "ue_properties": {
575
- "widget_ue_connectable": {
576
- "image": true,
577
- "upload": true
578
- }
579
- }
580
- },
581
- "widgets_values": [
582
- "pose.png",
583
- "image"
584
- ]
585
- },
586
367
  {
587
368
  "id": 112,
588
369
  "type": "EmptySD3LatentImage",
@@ -595,7 +376,7 @@
595
376
  106
596
377
  ],
597
378
  "flags": {},
598
- "order": 5,
379
+ "order": 3,
599
380
  "mode": 0,
600
381
  "inputs": [],
601
382
  "outputs": [
@@ -606,9 +387,9 @@
606
387
  }
607
388
  ],
608
389
  "properties": {
609
- "Node name for S&R": "EmptySD3LatentImage",
610
390
  "cnr_id": "comfy-core",
611
- "ver": "0.3.59"
391
+ "ver": "0.3.59",
392
+ "Node name for S&R": "EmptySD3LatentImage"
612
393
  },
613
394
  "widgets_values": [
614
395
  1024,
@@ -628,7 +409,7 @@
628
409
  46
629
410
  ],
630
411
  "flags": {},
631
- "order": 14,
412
+ "order": 31,
632
413
  "mode": 0,
633
414
  "inputs": [
634
415
  {
@@ -652,9 +433,9 @@
652
433
  }
653
434
  ],
654
435
  "properties": {
655
- "Node name for S&R": "VAEEncode",
656
436
  "cnr_id": "comfy-core",
657
437
  "ver": "0.3.50",
438
+ "Node name for S&R": "VAEEncode",
658
439
  "enableTabs": false,
659
440
  "tabWidth": 65,
660
441
  "tabXOffset": 10,
@@ -680,7 +461,7 @@
680
461
  200
681
462
  ],
682
463
  "flags": {},
683
- "order": 16,
464
+ "order": 32,
684
465
  "mode": 0,
685
466
  "inputs": [
686
467
  {
@@ -698,7 +479,7 @@
698
479
  "name": "image1",
699
480
  "shape": 7,
700
481
  "type": "IMAGE",
701
- "link": 225
482
+ "link": 552
702
483
  },
703
484
  {
704
485
  "name": "image2",
@@ -723,9 +504,9 @@
723
504
  }
724
505
  ],
725
506
  "properties": {
726
- "Node name for S&R": "TextEncodeQwenImageEditPlus",
727
507
  "cnr_id": "comfy-core",
728
- "ver": "0.3.59"
508
+ "ver": "0.3.59",
509
+ "Node name for S&R": "TextEncodeQwenImageEditPlus"
729
510
  },
730
511
  "widgets_values": [
731
512
  ""
@@ -734,91 +515,1215 @@
734
515
  "bgcolor": "#335"
735
516
  },
736
517
  {
737
- "id": 111,
738
- "type": "TextEncodeQwenImageEditPlus",
518
+ "id": 113,
519
+ "type": "MarkdownNote",
739
520
  "pos": [
740
- 220,
741
- -90
521
+ 730,
522
+ 1030
742
523
  ],
743
524
  "size": [
744
- 400,
745
- 200
525
+ 330,
526
+ 90
746
527
  ],
747
528
  "flags": {},
748
- "order": 15,
529
+ "order": 4,
749
530
  "mode": 0,
750
- "inputs": [
751
- {
531
+ "inputs": [],
532
+ "outputs": [],
533
+ "title": "Note: About image size",
534
+ "properties": {},
535
+ "widgets_values": [
536
+ "You can use the latent from the **EmptySD3LatentImage** to replace **VAE Encode**, so you can customize the image size."
537
+ ],
538
+ "color": "#432",
539
+ "bgcolor": "#653"
540
+ },
541
+ {
542
+ "id": 97,
543
+ "type": "MarkdownNote",
544
+ "pos": [
545
+ 740,
546
+ 610
547
+ ],
548
+ "size": [
549
+ 300,
550
+ 160
551
+ ],
552
+ "flags": {},
553
+ "order": 5,
554
+ "mode": 0,
555
+ "inputs": [],
556
+ "outputs": [],
557
+ "title": "Note: 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": 99,
567
+ "type": "MarkdownNote",
568
+ "pos": [
569
+ -840,
570
+ -140
571
+ ],
572
+ "size": [
573
+ 550,
574
+ 550
575
+ ],
576
+ "flags": {},
577
+ "order": 6,
578
+ "mode": 0,
579
+ "inputs": [],
580
+ "outputs": [],
581
+ "title": "Model links",
582
+ "properties": {
583
+ "widget_ue_connectable": {}
584
+ },
585
+ "widgets_values": [
586
+ "[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_2509_fp8_e4m3fn.safetensors](https://huggingface.co/Comfy-Org/Qwen-Image-Edit_ComfyUI/resolve/main/split_files/diffusion_models/qwen_image_edit_2509_fp8_e4m3fn.safetensors)\n\n**LoRA**\n\n- [Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors](https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Edit-2509/Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.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_2509_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"
587
+ ],
588
+ "color": "#432",
589
+ "bgcolor": "#653"
590
+ },
591
+ {
592
+ "id": 89,
593
+ "type": "LoraLoaderModelOnly",
594
+ "pos": [
595
+ -240,
596
+ 40
597
+ ],
598
+ "size": [
599
+ 310,
600
+ 82
601
+ ],
602
+ "flags": {},
603
+ "order": 21,
604
+ "mode": 0,
605
+ "inputs": [
606
+ {
607
+ "name": "model",
608
+ "type": "MODEL",
609
+ "link": 184
610
+ }
611
+ ],
612
+ "outputs": [
613
+ {
614
+ "name": "MODEL",
615
+ "type": "MODEL",
616
+ "links": [
617
+ 185
618
+ ]
619
+ }
620
+ ],
621
+ "properties": {
622
+ "cnr_id": "comfy-core",
623
+ "ver": "0.3.50",
624
+ "Node name for S&R": "LoraLoaderModelOnly",
625
+ "models": [
626
+ {
627
+ "name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors",
628
+ "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Edit-2509/Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors",
629
+ "directory": "loras"
630
+ }
631
+ ],
632
+ "enableTabs": false,
633
+ "tabWidth": 65,
634
+ "tabXOffset": 10,
635
+ "hasSecondTab": false,
636
+ "secondTabText": "Send Back",
637
+ "secondTabOffset": 80,
638
+ "secondTabWidth": 65,
639
+ "ue_properties": {
640
+ "widget_ue_connectable": {
641
+ "lora_name": true,
642
+ "strength_model": true
643
+ }
644
+ }
645
+ },
646
+ "widgets_values": [
647
+ "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors",
648
+ 1
649
+ ]
650
+ },
651
+ {
652
+ "id": 335,
653
+ "type": "CFGNorm",
654
+ "pos": [
655
+ 770,
656
+ 1580
657
+ ],
658
+ "size": [
659
+ 290,
660
+ 60
661
+ ],
662
+ "flags": {},
663
+ "order": 36,
664
+ "mode": 4,
665
+ "inputs": [
666
+ {
667
+ "name": "model",
668
+ "type": "MODEL",
669
+ "link": 499
670
+ }
671
+ ],
672
+ "outputs": [
673
+ {
674
+ "name": "patched_model",
675
+ "type": "MODEL",
676
+ "links": [
677
+ 503
678
+ ]
679
+ }
680
+ ],
681
+ "properties": {
682
+ "cnr_id": "comfy-core",
683
+ "ver": "0.3.50",
684
+ "Node name for S&R": "CFGNorm",
685
+ "enableTabs": false,
686
+ "tabWidth": 65,
687
+ "tabXOffset": 10,
688
+ "hasSecondTab": false,
689
+ "secondTabText": "Send Back",
690
+ "secondTabOffset": 80,
691
+ "secondTabWidth": 65,
692
+ "ue_properties": {
693
+ "widget_ue_connectable": {
694
+ "strength": true
695
+ }
696
+ }
697
+ },
698
+ "widgets_values": [
699
+ 1
700
+ ]
701
+ },
702
+ {
703
+ "id": 337,
704
+ "type": "VAELoader",
705
+ "pos": [
706
+ -240,
707
+ 1930
708
+ ],
709
+ "size": [
710
+ 330,
711
+ 60
712
+ ],
713
+ "flags": {},
714
+ "order": 7,
715
+ "mode": 4,
716
+ "inputs": [],
717
+ "outputs": [
718
+ {
719
+ "name": "VAE",
720
+ "type": "VAE",
721
+ "slot_index": 0,
722
+ "links": [
723
+ 501,
724
+ 593,
725
+ 594,
726
+ 595
727
+ ]
728
+ }
729
+ ],
730
+ "properties": {
731
+ "cnr_id": "comfy-core",
732
+ "ver": "0.3.48",
733
+ "Node name for S&R": "VAELoader",
734
+ "models": [
735
+ {
736
+ "name": "qwen_image_vae.safetensors",
737
+ "url": "https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/vae/qwen_image_vae.safetensors",
738
+ "directory": "vae"
739
+ }
740
+ ],
741
+ "enableTabs": false,
742
+ "tabWidth": 65,
743
+ "tabXOffset": 10,
744
+ "hasSecondTab": false,
745
+ "secondTabText": "Send Back",
746
+ "secondTabOffset": 80,
747
+ "secondTabWidth": 65,
748
+ "widget_ue_connectable": {}
749
+ },
750
+ "widgets_values": [
751
+ "qwen_image_vae.safetensors"
752
+ ]
753
+ },
754
+ {
755
+ "id": 338,
756
+ "type": "CLIPLoader",
757
+ "pos": [
758
+ -240,
759
+ 1770
760
+ ],
761
+ "size": [
762
+ 330,
763
+ 110
764
+ ],
765
+ "flags": {},
766
+ "order": 8,
767
+ "mode": 4,
768
+ "inputs": [],
769
+ "outputs": [
770
+ {
771
+ "name": "CLIP",
772
+ "type": "CLIP",
773
+ "slot_index": 0,
774
+ "links": [
775
+ 510,
776
+ 515
777
+ ]
778
+ }
779
+ ],
780
+ "properties": {
781
+ "cnr_id": "comfy-core",
782
+ "ver": "0.3.48",
783
+ "Node name for S&R": "CLIPLoader",
784
+ "models": [
785
+ {
786
+ "name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
787
+ "url": "https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/text_encoders/qwen_2.5_vl_7b_fp8_scaled.safetensors",
788
+ "directory": "text_encoders"
789
+ }
790
+ ],
791
+ "enableTabs": false,
792
+ "tabWidth": 65,
793
+ "tabXOffset": 10,
794
+ "hasSecondTab": false,
795
+ "secondTabText": "Send Back",
796
+ "secondTabOffset": 80,
797
+ "secondTabWidth": 65,
798
+ "widget_ue_connectable": {}
799
+ },
800
+ "widgets_values": [
801
+ "qwen_2.5_vl_7b_fp8_scaled.safetensors",
802
+ "qwen_image",
803
+ "default"
804
+ ]
805
+ },
806
+ {
807
+ "id": 340,
808
+ "type": "KSampler",
809
+ "pos": [
810
+ 770,
811
+ 1690
812
+ ],
813
+ "size": [
814
+ 300,
815
+ 474
816
+ ],
817
+ "flags": {},
818
+ "order": 38,
819
+ "mode": 4,
820
+ "inputs": [
821
+ {
822
+ "name": "model",
823
+ "type": "MODEL",
824
+ "link": 503
825
+ },
826
+ {
827
+ "name": "positive",
828
+ "type": "CONDITIONING",
829
+ "link": 607
830
+ },
831
+ {
832
+ "name": "negative",
833
+ "type": "CONDITIONING",
834
+ "link": 612
835
+ },
836
+ {
837
+ "name": "latent_image",
838
+ "type": "LATENT",
839
+ "link": 600
840
+ }
841
+ ],
842
+ "outputs": [
843
+ {
844
+ "name": "LATENT",
845
+ "type": "LATENT",
846
+ "slot_index": 0,
847
+ "links": [
848
+ 500
849
+ ]
850
+ }
851
+ ],
852
+ "properties": {
853
+ "cnr_id": "comfy-core",
854
+ "ver": "0.3.48",
855
+ "Node name for S&R": "KSampler",
856
+ "enableTabs": false,
857
+ "tabWidth": 65,
858
+ "tabXOffset": 10,
859
+ "hasSecondTab": false,
860
+ "secondTabText": "Send Back",
861
+ "secondTabOffset": 80,
862
+ "secondTabWidth": 65,
863
+ "widget_ue_connectable": {}
864
+ },
865
+ "widgets_values": [
866
+ 987657686341714,
867
+ "randomize",
868
+ 4,
869
+ 1,
870
+ "euler",
871
+ "simple",
872
+ 1
873
+ ]
874
+ },
875
+ {
876
+ "id": 341,
877
+ "type": "UNETLoader",
878
+ "pos": [
879
+ -240,
880
+ 1510
881
+ ],
882
+ "size": [
883
+ 330,
884
+ 90
885
+ ],
886
+ "flags": {},
887
+ "order": 9,
888
+ "mode": 4,
889
+ "inputs": [],
890
+ "outputs": [
891
+ {
892
+ "name": "MODEL",
893
+ "type": "MODEL",
894
+ "slot_index": 0,
895
+ "links": [
896
+ 521
897
+ ]
898
+ }
899
+ ],
900
+ "properties": {
901
+ "cnr_id": "comfy-core",
902
+ "ver": "0.3.48",
903
+ "Node name for S&R": "UNETLoader",
904
+ "models": [
905
+ {
906
+ "name": "qwen_image_edit_2509_fp8_e4m3fn.safetensors",
907
+ "url": "https://huggingface.co/Comfy-Org/Qwen-Image-Edit_ComfyUI/resolve/main/split_files/diffusion_models/qwen_image_edit_2509_fp8_e4m3fn.safetensors",
908
+ "directory": "diffusion_models"
909
+ }
910
+ ],
911
+ "enableTabs": false,
912
+ "tabWidth": 65,
913
+ "tabXOffset": 10,
914
+ "hasSecondTab": false,
915
+ "secondTabText": "Send Back",
916
+ "secondTabOffset": 80,
917
+ "secondTabWidth": 65,
918
+ "widget_ue_connectable": {}
919
+ },
920
+ "widgets_values": [
921
+ "qwen_image_edit_2509_fp8_e4m3fn.safetensors",
922
+ "default"
923
+ ]
924
+ },
925
+ {
926
+ "id": 345,
927
+ "type": "EmptySD3LatentImage",
928
+ "pos": [
929
+ 780,
930
+ 2460
931
+ ],
932
+ "size": [
933
+ 270,
934
+ 106
935
+ ],
936
+ "flags": {},
937
+ "order": 10,
938
+ "mode": 4,
939
+ "inputs": [],
940
+ "outputs": [
941
+ {
942
+ "name": "LATENT",
943
+ "type": "LATENT",
944
+ "links": []
945
+ }
946
+ ],
947
+ "properties": {
948
+ "cnr_id": "comfy-core",
949
+ "ver": "0.3.59",
950
+ "Node name for S&R": "EmptySD3LatentImage"
951
+ },
952
+ "widgets_values": [
953
+ 1024,
954
+ 1024,
955
+ 1
956
+ ]
957
+ },
958
+ {
959
+ "id": 351,
960
+ "type": "MarkdownNote",
961
+ "pos": [
962
+ 760,
963
+ 2630
964
+ ],
965
+ "size": [
966
+ 330,
967
+ 90
968
+ ],
969
+ "flags": {},
970
+ "order": 11,
971
+ "mode": 4,
972
+ "inputs": [],
973
+ "outputs": [],
974
+ "title": "Note: About image size",
975
+ "properties": {},
976
+ "widgets_values": [
977
+ "You can use the latent from the **EmptySD3LatentImage** to replace **VAE Encode**, so you can customize the image size."
978
+ ],
979
+ "color": "#432",
980
+ "bgcolor": "#653"
981
+ },
982
+ {
983
+ "id": 352,
984
+ "type": "MarkdownNote",
985
+ "pos": [
986
+ 770,
987
+ 2210
988
+ ],
989
+ "size": [
990
+ 300,
991
+ 160
992
+ ],
993
+ "flags": {},
994
+ "order": 12,
995
+ "mode": 4,
996
+ "inputs": [],
997
+ "outputs": [],
998
+ "title": "Note: KSampler settings",
999
+ "properties": {},
1000
+ "widgets_values": [
1001
+ "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"
1002
+ ],
1003
+ "color": "#432",
1004
+ "bgcolor": "#653"
1005
+ },
1006
+ {
1007
+ "id": 354,
1008
+ "type": "LoraLoaderModelOnly",
1009
+ "pos": [
1010
+ -230,
1011
+ 1650
1012
+ ],
1013
+ "size": [
1014
+ 310,
1015
+ 82
1016
+ ],
1017
+ "flags": {},
1018
+ "order": 24,
1019
+ "mode": 4,
1020
+ "inputs": [
1021
+ {
1022
+ "name": "model",
1023
+ "type": "MODEL",
1024
+ "link": 521
1025
+ }
1026
+ ],
1027
+ "outputs": [
1028
+ {
1029
+ "name": "MODEL",
1030
+ "type": "MODEL",
1031
+ "links": [
1032
+ 502
1033
+ ]
1034
+ }
1035
+ ],
1036
+ "properties": {
1037
+ "cnr_id": "comfy-core",
1038
+ "ver": "0.3.50",
1039
+ "Node name for S&R": "LoraLoaderModelOnly",
1040
+ "models": [
1041
+ {
1042
+ "name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors",
1043
+ "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Edit-2509/Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors",
1044
+ "directory": "loras"
1045
+ }
1046
+ ],
1047
+ "enableTabs": false,
1048
+ "tabWidth": 65,
1049
+ "tabXOffset": 10,
1050
+ "hasSecondTab": false,
1051
+ "secondTabText": "Send Back",
1052
+ "secondTabOffset": 80,
1053
+ "secondTabWidth": 65,
1054
+ "ue_properties": {
1055
+ "widget_ue_connectable": {
1056
+ "lora_name": true,
1057
+ "strength_model": true
1058
+ }
1059
+ }
1060
+ },
1061
+ "widgets_values": [
1062
+ "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors",
1063
+ 1
1064
+ ]
1065
+ },
1066
+ {
1067
+ "id": 339,
1068
+ "type": "ModelSamplingAuraFlow",
1069
+ "pos": [
1070
+ 770,
1071
+ 1470
1072
+ ],
1073
+ "size": [
1074
+ 290,
1075
+ 60
1076
+ ],
1077
+ "flags": {},
1078
+ "order": 30,
1079
+ "mode": 4,
1080
+ "inputs": [
1081
+ {
1082
+ "name": "model",
1083
+ "type": "MODEL",
1084
+ "link": 502
1085
+ }
1086
+ ],
1087
+ "outputs": [
1088
+ {
1089
+ "name": "MODEL",
1090
+ "type": "MODEL",
1091
+ "links": [
1092
+ 499
1093
+ ]
1094
+ }
1095
+ ],
1096
+ "properties": {
1097
+ "cnr_id": "comfy-core",
1098
+ "ver": "0.3.48",
1099
+ "Node name for S&R": "ModelSamplingAuraFlow",
1100
+ "enableTabs": false,
1101
+ "tabWidth": 65,
1102
+ "tabXOffset": 10,
1103
+ "hasSecondTab": false,
1104
+ "secondTabText": "Send Back",
1105
+ "secondTabOffset": 80,
1106
+ "secondTabWidth": 65,
1107
+ "widget_ue_connectable": {}
1108
+ },
1109
+ "widgets_values": [
1110
+ 3
1111
+ ]
1112
+ },
1113
+ {
1114
+ "id": 336,
1115
+ "type": "VAEDecode",
1116
+ "pos": [
1117
+ 1110,
1118
+ 1470
1119
+ ],
1120
+ "size": [
1121
+ 210,
1122
+ 46
1123
+ ],
1124
+ "flags": {
1125
+ "collapsed": false
1126
+ },
1127
+ "order": 40,
1128
+ "mode": 4,
1129
+ "inputs": [
1130
+ {
1131
+ "name": "samples",
1132
+ "type": "LATENT",
1133
+ "link": 500
1134
+ },
1135
+ {
1136
+ "name": "vae",
1137
+ "type": "VAE",
1138
+ "link": 501
1139
+ }
1140
+ ],
1141
+ "outputs": [
1142
+ {
1143
+ "name": "IMAGE",
1144
+ "type": "IMAGE",
1145
+ "slot_index": 0,
1146
+ "links": [
1147
+ 507
1148
+ ]
1149
+ }
1150
+ ],
1151
+ "properties": {
1152
+ "cnr_id": "comfy-core",
1153
+ "ver": "0.3.48",
1154
+ "Node name for S&R": "VAEDecode",
1155
+ "enableTabs": false,
1156
+ "tabWidth": 65,
1157
+ "tabXOffset": 10,
1158
+ "hasSecondTab": false,
1159
+ "secondTabText": "Send Back",
1160
+ "secondTabOffset": 80,
1161
+ "secondTabWidth": 65,
1162
+ "widget_ue_connectable": {}
1163
+ },
1164
+ "widgets_values": []
1165
+ },
1166
+ {
1167
+ "id": 108,
1168
+ "type": "LoadImage",
1169
+ "pos": [
1170
+ 352.16015625,
1171
+ 530
1172
+ ],
1173
+ "size": [
1174
+ 274.080078125,
1175
+ 314.0000305175781
1176
+ ],
1177
+ "flags": {},
1178
+ "order": 13,
1179
+ "mode": 4,
1180
+ "inputs": [],
1181
+ "outputs": [
1182
+ {
1183
+ "name": "IMAGE",
1184
+ "type": "IMAGE",
1185
+ "links": [
1186
+ 217,
1187
+ 218
1188
+ ]
1189
+ },
1190
+ {
1191
+ "name": "MASK",
1192
+ "type": "MASK",
1193
+ "links": null
1194
+ }
1195
+ ],
1196
+ "properties": {
1197
+ "cnr_id": "comfy-core",
1198
+ "ver": "0.3.50",
1199
+ "Node name for S&R": "LoadImage",
1200
+ "enableTabs": false,
1201
+ "tabWidth": 65,
1202
+ "tabXOffset": 10,
1203
+ "hasSecondTab": false,
1204
+ "secondTabText": "Send Back",
1205
+ "secondTabOffset": 80,
1206
+ "secondTabWidth": 65,
1207
+ "ue_properties": {
1208
+ "widget_ue_connectable": {
1209
+ "image": true,
1210
+ "upload": true
1211
+ }
1212
+ }
1213
+ },
1214
+ "widgets_values": [
1215
+ "pose.png",
1216
+ "image"
1217
+ ]
1218
+ },
1219
+ {
1220
+ "id": 106,
1221
+ "type": "LoadImage",
1222
+ "pos": [
1223
+ 56.080078125,
1224
+ 530
1225
+ ],
1226
+ "size": [
1227
+ 274.080078125,
1228
+ 314.0000305175781
1229
+ ],
1230
+ "flags": {},
1231
+ "order": 14,
1232
+ "mode": 4,
1233
+ "inputs": [],
1234
+ "outputs": [
1235
+ {
1236
+ "name": "IMAGE",
1237
+ "type": "IMAGE",
1238
+ "links": [
1239
+ 219,
1240
+ 220
1241
+ ]
1242
+ },
1243
+ {
1244
+ "name": "MASK",
1245
+ "type": "MASK",
1246
+ "links": null
1247
+ }
1248
+ ],
1249
+ "properties": {
1250
+ "cnr_id": "comfy-core",
1251
+ "ver": "0.3.50",
1252
+ "Node name for S&R": "LoadImage",
1253
+ "enableTabs": false,
1254
+ "tabWidth": 65,
1255
+ "tabXOffset": 10,
1256
+ "hasSecondTab": false,
1257
+ "secondTabText": "Send Back",
1258
+ "secondTabOffset": 80,
1259
+ "secondTabWidth": 65,
1260
+ "ue_properties": {
1261
+ "widget_ue_connectable": {
1262
+ "image": true,
1263
+ "upload": true
1264
+ }
1265
+ }
1266
+ },
1267
+ "widgets_values": [
1268
+ "0_1 (5).png",
1269
+ "image"
1270
+ ]
1271
+ },
1272
+ {
1273
+ "id": 349,
1274
+ "type": "LoadImage",
1275
+ "pos": [
1276
+ -230,
1277
+ 2140
1278
+ ],
1279
+ "size": [
1280
+ 274.080078125,
1281
+ 314.0000305175781
1282
+ ],
1283
+ "flags": {},
1284
+ "order": 15,
1285
+ "mode": 4,
1286
+ "inputs": [],
1287
+ "outputs": [
1288
+ {
1289
+ "name": "IMAGE",
1290
+ "type": "IMAGE",
1291
+ "links": [
1292
+ 592
1293
+ ]
1294
+ },
1295
+ {
1296
+ "name": "MASK",
1297
+ "type": "MASK",
1298
+ "links": null
1299
+ }
1300
+ ],
1301
+ "properties": {
1302
+ "cnr_id": "comfy-core",
1303
+ "ver": "0.3.50",
1304
+ "Node name for S&R": "LoadImage",
1305
+ "enableTabs": false,
1306
+ "tabWidth": 65,
1307
+ "tabXOffset": 10,
1308
+ "hasSecondTab": false,
1309
+ "secondTabText": "Send Back",
1310
+ "secondTabOffset": 80,
1311
+ "secondTabWidth": 65,
1312
+ "ue_properties": {
1313
+ "widget_ue_connectable": {
1314
+ "image": true,
1315
+ "upload": true
1316
+ }
1317
+ }
1318
+ },
1319
+ "widgets_values": [
1320
+ "0_2 (12).png",
1321
+ "image"
1322
+ ]
1323
+ },
1324
+ {
1325
+ "id": 111,
1326
+ "type": "TextEncodeQwenImageEditPlus",
1327
+ "pos": [
1328
+ 220,
1329
+ -90
1330
+ ],
1331
+ "size": [
1332
+ 400,
1333
+ 200
1334
+ ],
1335
+ "flags": {},
1336
+ "order": 33,
1337
+ "mode": 0,
1338
+ "inputs": [
1339
+ {
752
1340
  "name": "clip",
753
1341
  "type": "CLIP",
754
1342
  "link": 205
755
1343
  },
756
1344
  {
757
1345
  "name": "vae",
758
- "shape": 7,
1346
+ "shape": 7,
1347
+ "type": "VAE",
1348
+ "link": 207
1349
+ },
1350
+ {
1351
+ "name": "image1",
1352
+ "shape": 7,
1353
+ "type": "IMAGE",
1354
+ "link": 553
1355
+ },
1356
+ {
1357
+ "name": "image2",
1358
+ "shape": 7,
1359
+ "type": "IMAGE",
1360
+ "link": 219
1361
+ },
1362
+ {
1363
+ "name": "image3",
1364
+ "shape": 7,
1365
+ "type": "IMAGE",
1366
+ "link": 217
1367
+ }
1368
+ ],
1369
+ "outputs": [
1370
+ {
1371
+ "name": "CONDITIONING",
1372
+ "type": "CONDITIONING",
1373
+ "links": [
1374
+ 211
1375
+ ]
1376
+ }
1377
+ ],
1378
+ "properties": {
1379
+ "cnr_id": "comfy-core",
1380
+ "ver": "0.3.59",
1381
+ "Node name for S&R": "TextEncodeQwenImageEditPlus"
1382
+ },
1383
+ "widgets_values": [
1384
+ "Replace the cat with a dalmatian"
1385
+ ],
1386
+ "color": "#232",
1387
+ "bgcolor": "#353"
1388
+ },
1389
+ {
1390
+ "id": 8,
1391
+ "type": "VAEDecode",
1392
+ "pos": [
1393
+ 1080,
1394
+ -130
1395
+ ],
1396
+ "size": [
1397
+ 210,
1398
+ 46
1399
+ ],
1400
+ "flags": {
1401
+ "collapsed": false
1402
+ },
1403
+ "order": 39,
1404
+ "mode": 0,
1405
+ "inputs": [
1406
+ {
1407
+ "name": "samples",
1408
+ "type": "LATENT",
1409
+ "link": 128
1410
+ },
1411
+ {
1412
+ "name": "vae",
759
1413
  "type": "VAE",
760
- "link": 207
1414
+ "link": 76
1415
+ }
1416
+ ],
1417
+ "outputs": [
1418
+ {
1419
+ "name": "IMAGE",
1420
+ "type": "IMAGE",
1421
+ "slot_index": 0,
1422
+ "links": [
1423
+ 110
1424
+ ]
1425
+ }
1426
+ ],
1427
+ "properties": {
1428
+ "cnr_id": "comfy-core",
1429
+ "ver": "0.3.48",
1430
+ "Node name for S&R": "VAEDecode",
1431
+ "enableTabs": false,
1432
+ "tabWidth": 65,
1433
+ "tabXOffset": 10,
1434
+ "hasSecondTab": false,
1435
+ "secondTabText": "Send Back",
1436
+ "secondTabOffset": 80,
1437
+ "secondTabWidth": 65,
1438
+ "widget_ue_connectable": {}
1439
+ },
1440
+ "widgets_values": []
1441
+ },
1442
+ {
1443
+ "id": 78,
1444
+ "type": "LoadImage",
1445
+ "pos": [
1446
+ -240,
1447
+ 530
1448
+ ],
1449
+ "size": [
1450
+ 274.080078125,
1451
+ 314.0000305175781
1452
+ ],
1453
+ "flags": {},
1454
+ "order": 16,
1455
+ "mode": 0,
1456
+ "inputs": [],
1457
+ "outputs": [
1458
+ {
1459
+ "name": "IMAGE",
1460
+ "type": "IMAGE",
1461
+ "links": [
1462
+ 543
1463
+ ]
761
1464
  },
762
1465
  {
763
- "name": "image1",
764
- "shape": 7,
1466
+ "name": "MASK",
1467
+ "type": "MASK",
1468
+ "links": null
1469
+ }
1470
+ ],
1471
+ "properties": {
1472
+ "cnr_id": "comfy-core",
1473
+ "ver": "0.3.50",
1474
+ "Node name for S&R": "LoadImage",
1475
+ "enableTabs": false,
1476
+ "tabWidth": 65,
1477
+ "tabXOffset": 10,
1478
+ "hasSecondTab": false,
1479
+ "secondTabText": "Send Back",
1480
+ "secondTabOffset": 80,
1481
+ "secondTabWidth": 65,
1482
+ "ue_properties": {
1483
+ "widget_ue_connectable": {
1484
+ "image": true,
1485
+ "upload": true
1486
+ }
1487
+ }
1488
+ },
1489
+ "widgets_values": [
1490
+ "0_2 (12).png",
1491
+ "image"
1492
+ ]
1493
+ },
1494
+ {
1495
+ "id": 93,
1496
+ "type": "ImageScaleToTotalPixels",
1497
+ "pos": [
1498
+ -230,
1499
+ 890
1500
+ ],
1501
+ "size": [
1502
+ 270,
1503
+ 82
1504
+ ],
1505
+ "flags": {},
1506
+ "order": 26,
1507
+ "mode": 0,
1508
+ "inputs": [
1509
+ {
1510
+ "name": "image",
1511
+ "type": "IMAGE",
1512
+ "link": 543
1513
+ }
1514
+ ],
1515
+ "outputs": [
1516
+ {
1517
+ "name": "IMAGE",
1518
+ "type": "IMAGE",
1519
+ "links": [
1520
+ 178,
1521
+ 552,
1522
+ 553
1523
+ ]
1524
+ }
1525
+ ],
1526
+ "properties": {
1527
+ "cnr_id": "comfy-core",
1528
+ "ver": "0.3.50",
1529
+ "Node name for S&R": "ImageScaleToTotalPixels",
1530
+ "enableTabs": false,
1531
+ "tabWidth": 65,
1532
+ "tabXOffset": 10,
1533
+ "hasSecondTab": false,
1534
+ "secondTabText": "Send Back",
1535
+ "secondTabOffset": 80,
1536
+ "secondTabWidth": 65,
1537
+ "ue_properties": {
1538
+ "widget_ue_connectable": {
1539
+ "upscale_method": true,
1540
+ "megapixels": true
1541
+ }
1542
+ }
1543
+ },
1544
+ "widgets_values": [
1545
+ "lanczos",
1546
+ 1
1547
+ ]
1548
+ },
1549
+ {
1550
+ "id": 377,
1551
+ "type": "VAEEncode",
1552
+ "pos": [
1553
+ 500,
1554
+ 2510
1555
+ ],
1556
+ "size": [
1557
+ 140,
1558
+ 46
1559
+ ],
1560
+ "flags": {},
1561
+ "order": 28,
1562
+ "mode": 4,
1563
+ "inputs": [
1564
+ {
1565
+ "name": "pixels",
765
1566
  "type": "IMAGE",
766
- "link": 224
1567
+ "link": 597
767
1568
  },
768
1569
  {
769
- "name": "image2",
770
- "shape": 7,
1570
+ "name": "vae",
1571
+ "type": "VAE",
1572
+ "link": 595
1573
+ }
1574
+ ],
1575
+ "outputs": [
1576
+ {
1577
+ "name": "LATENT",
1578
+ "type": "LATENT",
1579
+ "links": [
1580
+ 608
1581
+ ]
1582
+ }
1583
+ ],
1584
+ "properties": {
1585
+ "cnr_id": "comfy-core",
1586
+ "ver": "0.3.50",
1587
+ "Node name for S&R": "VAEEncode",
1588
+ "enableTabs": false,
1589
+ "tabWidth": 65,
1590
+ "tabXOffset": 10,
1591
+ "hasSecondTab": false,
1592
+ "secondTabText": "Send Back",
1593
+ "secondTabOffset": 80,
1594
+ "secondTabWidth": 65,
1595
+ "ue_properties": {
1596
+ "widget_ue_connectable": {}
1597
+ }
1598
+ },
1599
+ "widgets_values": []
1600
+ },
1601
+ {
1602
+ "id": 375,
1603
+ "type": "VAEEncode",
1604
+ "pos": [
1605
+ -90,
1606
+ 2510
1607
+ ],
1608
+ "size": [
1609
+ 140,
1610
+ 46
1611
+ ],
1612
+ "flags": {},
1613
+ "order": 25,
1614
+ "mode": 4,
1615
+ "inputs": [
1616
+ {
1617
+ "name": "pixels",
771
1618
  "type": "IMAGE",
772
- "link": 219
1619
+ "link": 592
773
1620
  },
774
1621
  {
775
- "name": "image3",
776
- "shape": 7,
1622
+ "name": "vae",
1623
+ "type": "VAE",
1624
+ "link": 593
1625
+ }
1626
+ ],
1627
+ "outputs": [
1628
+ {
1629
+ "name": "LATENT",
1630
+ "type": "LATENT",
1631
+ "links": [
1632
+ 600,
1633
+ 604
1634
+ ]
1635
+ }
1636
+ ],
1637
+ "properties": {
1638
+ "cnr_id": "comfy-core",
1639
+ "ver": "0.3.50",
1640
+ "Node name for S&R": "VAEEncode",
1641
+ "enableTabs": false,
1642
+ "tabWidth": 65,
1643
+ "tabXOffset": 10,
1644
+ "hasSecondTab": false,
1645
+ "secondTabText": "Send Back",
1646
+ "secondTabOffset": 80,
1647
+ "secondTabWidth": 65,
1648
+ "ue_properties": {
1649
+ "widget_ue_connectable": {}
1650
+ }
1651
+ },
1652
+ "widgets_values": []
1653
+ },
1654
+ {
1655
+ "id": 376,
1656
+ "type": "VAEEncode",
1657
+ "pos": [
1658
+ 210,
1659
+ 2510
1660
+ ],
1661
+ "size": [
1662
+ 140,
1663
+ 46
1664
+ ],
1665
+ "flags": {},
1666
+ "order": 27,
1667
+ "mode": 4,
1668
+ "inputs": [
1669
+ {
1670
+ "name": "pixels",
777
1671
  "type": "IMAGE",
778
- "link": 217
1672
+ "link": 596
1673
+ },
1674
+ {
1675
+ "name": "vae",
1676
+ "type": "VAE",
1677
+ "link": 594
779
1678
  }
780
1679
  ],
781
1680
  "outputs": [
782
1681
  {
783
- "name": "CONDITIONING",
784
- "type": "CONDITIONING",
1682
+ "name": "LATENT",
1683
+ "type": "LATENT",
785
1684
  "links": [
786
- 211
1685
+ 609
787
1686
  ]
788
1687
  }
789
1688
  ],
790
1689
  "properties": {
791
- "Node name for S&R": "TextEncodeQwenImageEditPlus",
792
1690
  "cnr_id": "comfy-core",
793
- "ver": "0.3.59"
1691
+ "ver": "0.3.50",
1692
+ "Node name for S&R": "VAEEncode",
1693
+ "enableTabs": false,
1694
+ "tabWidth": 65,
1695
+ "tabXOffset": 10,
1696
+ "hasSecondTab": false,
1697
+ "secondTabText": "Send Back",
1698
+ "secondTabOffset": 80,
1699
+ "secondTabWidth": 65,
1700
+ "ue_properties": {
1701
+ "widget_ue_connectable": {}
1702
+ }
794
1703
  },
795
- "widgets_values": [
796
- "Replace the cat with a dalmatian"
797
- ],
798
- "color": "#232",
799
- "bgcolor": "#353"
1704
+ "widgets_values": []
800
1705
  },
801
1706
  {
802
- "id": 78,
1707
+ "id": 343,
803
1708
  "type": "LoadImage",
804
1709
  "pos": [
805
- -240,
806
- 530
1710
+ 70,
1711
+ 2140
807
1712
  ],
808
1713
  "size": [
809
1714
  274.080078125,
810
1715
  314.0000305175781
811
1716
  ],
812
1717
  "flags": {},
813
- "order": 6,
814
- "mode": 0,
1718
+ "order": 17,
1719
+ "mode": 4,
815
1720
  "inputs": [],
816
1721
  "outputs": [
817
1722
  {
818
1723
  "name": "IMAGE",
819
1724
  "type": "IMAGE",
820
1725
  "links": [
821
- 177
1726
+ 596
822
1727
  ]
823
1728
  },
824
1729
  {
@@ -828,9 +1733,9 @@
828
1733
  }
829
1734
  ],
830
1735
  "properties": {
831
- "Node name for S&R": "LoadImage",
832
1736
  "cnr_id": "comfy-core",
833
1737
  "ver": "0.3.50",
1738
+ "Node name for S&R": "LoadImage",
834
1739
  "enableTabs": false,
835
1740
  "tabWidth": 65,
836
1741
  "tabXOffset": 10,
@@ -846,46 +1751,43 @@
846
1751
  }
847
1752
  },
848
1753
  "widgets_values": [
849
- "0_2 (12).png",
1754
+ "0_1 (5).png",
850
1755
  "image"
851
1756
  ]
852
1757
  },
853
1758
  {
854
- "id": 93,
855
- "type": "ImageScaleToTotalPixels",
1759
+ "id": 344,
1760
+ "type": "LoadImage",
856
1761
  "pos": [
857
- -230,
858
- 890
1762
+ 360,
1763
+ 2140
859
1764
  ],
860
1765
  "size": [
861
- 270,
862
- 82
1766
+ 274.080078125,
1767
+ 314.0000305175781
863
1768
  ],
864
1769
  "flags": {},
865
- "order": 12,
866
- "mode": 0,
867
- "inputs": [
868
- {
869
- "name": "image",
870
- "type": "IMAGE",
871
- "link": 177
872
- }
873
- ],
1770
+ "order": 18,
1771
+ "mode": 4,
1772
+ "inputs": [],
874
1773
  "outputs": [
875
1774
  {
876
1775
  "name": "IMAGE",
877
1776
  "type": "IMAGE",
878
1777
  "links": [
879
- 178,
880
- 224,
881
- 225
1778
+ 597
882
1779
  ]
1780
+ },
1781
+ {
1782
+ "name": "MASK",
1783
+ "type": "MASK",
1784
+ "links": null
883
1785
  }
884
1786
  ],
885
1787
  "properties": {
886
- "Node name for S&R": "ImageScaleToTotalPixels",
887
1788
  "cnr_id": "comfy-core",
888
1789
  "ver": "0.3.50",
1790
+ "Node name for S&R": "LoadImage",
889
1791
  "enableTabs": false,
890
1792
  "tabWidth": 65,
891
1793
  "tabXOffset": 10,
@@ -895,109 +1797,299 @@
895
1797
  "secondTabWidth": 65,
896
1798
  "ue_properties": {
897
1799
  "widget_ue_connectable": {
898
- "upscale_method": true,
899
- "megapixels": true
1800
+ "image": true,
1801
+ "upload": true
900
1802
  }
901
1803
  }
902
1804
  },
903
1805
  "widgets_values": [
904
- "lanczos",
905
- 1
1806
+ "pose.png",
1807
+ "image"
906
1808
  ]
907
1809
  },
908
1810
  {
909
- "id": 113,
910
- "type": "MarkdownNote",
1811
+ "id": 347,
1812
+ "type": "TextEncodeQwenImageEditPlus",
911
1813
  "pos": [
912
- 730,
913
- 1030
1814
+ 230,
1815
+ 1790
914
1816
  ],
915
1817
  "size": [
916
- 330,
917
- 90
1818
+ 400,
1819
+ 200
918
1820
  ],
919
1821
  "flags": {},
920
- "order": 7,
921
- "mode": 0,
922
- "inputs": [],
1822
+ "order": 22,
1823
+ "mode": 4,
1824
+ "inputs": [
1825
+ {
1826
+ "name": "clip",
1827
+ "type": "CLIP",
1828
+ "link": 510
1829
+ },
1830
+ {
1831
+ "name": "vae",
1832
+ "shape": 7,
1833
+ "type": "VAE",
1834
+ "link": null
1835
+ },
1836
+ {
1837
+ "name": "image1",
1838
+ "shape": 7,
1839
+ "type": "IMAGE",
1840
+ "link": null
1841
+ },
1842
+ {
1843
+ "name": "image2",
1844
+ "shape": 7,
1845
+ "type": "IMAGE",
1846
+ "link": null
1847
+ },
1848
+ {
1849
+ "name": "image3",
1850
+ "shape": 7,
1851
+ "type": "IMAGE",
1852
+ "link": null
1853
+ }
1854
+ ],
1855
+ "outputs": [
1856
+ {
1857
+ "name": "CONDITIONING",
1858
+ "type": "CONDITIONING",
1859
+ "links": [
1860
+ 611
1861
+ ]
1862
+ }
1863
+ ],
1864
+ "properties": {
1865
+ "cnr_id": "comfy-core",
1866
+ "ver": "0.3.59",
1867
+ "Node name for S&R": "TextEncodeQwenImageEditPlus"
1868
+ },
1869
+ "widgets_values": [
1870
+ ""
1871
+ ],
1872
+ "color": "#223",
1873
+ "bgcolor": "#335"
1874
+ },
1875
+ {
1876
+ "id": 342,
1877
+ "type": "SaveImage",
1878
+ "pos": [
1879
+ 1100,
1880
+ 1570
1881
+ ],
1882
+ "size": [
1883
+ 950,
1884
+ 1040
1885
+ ],
1886
+ "flags": {},
1887
+ "order": 42,
1888
+ "mode": 4,
1889
+ "inputs": [
1890
+ {
1891
+ "name": "images",
1892
+ "type": "IMAGE",
1893
+ "link": 507
1894
+ }
1895
+ ],
923
1896
  "outputs": [],
924
- "title": "Note: About image size",
925
- "properties": {},
1897
+ "properties": {
1898
+ "cnr_id": "comfy-core",
1899
+ "ver": "0.3.48",
1900
+ "Node name for S&R": "SaveImage",
1901
+ "enableTabs": false,
1902
+ "tabWidth": 65,
1903
+ "tabXOffset": 10,
1904
+ "hasSecondTab": false,
1905
+ "secondTabText": "Send Back",
1906
+ "secondTabOffset": 80,
1907
+ "secondTabWidth": 65,
1908
+ "widget_ue_connectable": {}
1909
+ },
926
1910
  "widgets_values": [
927
- "You can use the latent from the **EmptySD3LatentImage** to replace **VAE Encode**, so you can customize the image size."
1911
+ "ComfyUI"
1912
+ ]
1913
+ },
1914
+ {
1915
+ "id": 383,
1916
+ "type": "c46c74c1-cfc4-41eb-81a8-9c6701737ef6",
1917
+ "pos": [
1918
+ 410,
1919
+ 2640
928
1920
  ],
929
- "color": "#432",
930
- "bgcolor": "#653"
1921
+ "size": [
1922
+ 220,
1923
+ 110
1924
+ ],
1925
+ "flags": {},
1926
+ "order": 34,
1927
+ "mode": 4,
1928
+ "inputs": [
1929
+ {
1930
+ "label": "image1_latent",
1931
+ "name": "latent_2",
1932
+ "type": "LATENT",
1933
+ "link": 604
1934
+ },
1935
+ {
1936
+ "label": "image2_latent",
1937
+ "name": "latent",
1938
+ "type": "LATENT",
1939
+ "link": 609
1940
+ },
1941
+ {
1942
+ "label": "image3_latent",
1943
+ "name": "latent_1",
1944
+ "type": "LATENT",
1945
+ "link": 608
1946
+ },
1947
+ {
1948
+ "label": "positive",
1949
+ "name": "conditioning",
1950
+ "type": "CONDITIONING",
1951
+ "link": 610
1952
+ },
1953
+ {
1954
+ "label": "negative",
1955
+ "name": "conditioning_1",
1956
+ "type": "CONDITIONING",
1957
+ "link": 611
1958
+ }
1959
+ ],
1960
+ "outputs": [
1961
+ {
1962
+ "label": "positive",
1963
+ "name": "CONDITIONING_1",
1964
+ "type": "CONDITIONING",
1965
+ "links": [
1966
+ 607
1967
+ ]
1968
+ },
1969
+ {
1970
+ "label": "negative",
1971
+ "name": "CONDITIONING",
1972
+ "type": "CONDITIONING",
1973
+ "links": [
1974
+ 612
1975
+ ]
1976
+ }
1977
+ ],
1978
+ "title": "Reference_lantent(Subgraph)",
1979
+ "properties": {
1980
+ "cnr_id": "comfy-core",
1981
+ "ver": "0.3.63"
1982
+ },
1983
+ "widgets_values": []
931
1984
  },
932
1985
  {
933
- "id": 97,
1986
+ "id": 96,
934
1987
  "type": "MarkdownNote",
935
1988
  "pos": [
936
- 740,
937
- 610
1989
+ -240,
1990
+ 1030
938
1991
  ],
939
1992
  "size": [
940
- 300,
941
- 160
1993
+ 290,
1994
+ 140
942
1995
  ],
943
1996
  "flags": {},
944
- "order": 8,
1997
+ "order": 19,
945
1998
  "mode": 0,
946
1999
  "inputs": [],
947
2000
  "outputs": [],
948
- "title": "Note: KSampler settings",
949
2001
  "properties": {},
950
2002
  "widgets_values": [
951
- "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"
2003
+ "This node is to avoid bad output results caused by excessively large input image sizes. Because when we input one image, we use the size of that input image.\n\nThe **TextEncodeQwenImageEditPlus** will scale your input to 1024×104 pixels. We use the size of your first input image. This node is to avoid having an input image size that is too large (such as 3000×3000 pixels), which could bring bad results."
952
2004
  ],
953
2005
  "color": "#432",
954
2006
  "bgcolor": "#653"
955
2007
  },
956
2008
  {
957
- "id": 99,
958
- "type": "MarkdownNote",
2009
+ "id": 348,
2010
+ "type": "TextEncodeQwenImageEditPlus",
959
2011
  "pos": [
960
- -840,
961
- -140
2012
+ 230,
2013
+ 1520
2014
+ ],
2015
+ "size": [
2016
+ 400,
2017
+ 200
2018
+ ],
2019
+ "flags": {},
2020
+ "order": 23,
2021
+ "mode": 4,
2022
+ "inputs": [
2023
+ {
2024
+ "name": "clip",
2025
+ "type": "CLIP",
2026
+ "link": 515
2027
+ },
2028
+ {
2029
+ "name": "vae",
2030
+ "shape": 7,
2031
+ "type": "VAE",
2032
+ "link": null
2033
+ },
2034
+ {
2035
+ "name": "image1",
2036
+ "shape": 7,
2037
+ "type": "IMAGE",
2038
+ "link": null
2039
+ },
2040
+ {
2041
+ "name": "image2",
2042
+ "shape": 7,
2043
+ "type": "IMAGE",
2044
+ "link": null
2045
+ },
2046
+ {
2047
+ "name": "image3",
2048
+ "shape": 7,
2049
+ "type": "IMAGE",
2050
+ "link": null
2051
+ }
962
2052
  ],
963
- "size": [
964
- 550,
965
- 550
2053
+ "outputs": [
2054
+ {
2055
+ "name": "CONDITIONING",
2056
+ "type": "CONDITIONING",
2057
+ "links": [
2058
+ 610
2059
+ ]
2060
+ }
966
2061
  ],
967
- "flags": {},
968
- "order": 9,
969
- "mode": 0,
970
- "inputs": [],
971
- "outputs": [],
972
- "title": "Model links",
973
2062
  "properties": {
974
- "widget_ue_connectable": {}
2063
+ "cnr_id": "comfy-core",
2064
+ "ver": "0.3.59",
2065
+ "Node name for S&R": "TextEncodeQwenImageEditPlus"
975
2066
  },
976
2067
  "widgets_values": [
977
- "[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_2509_fp8_e4m3fn.safetensors](https://huggingface.co/Comfy-Org/Qwen-Image-Edit_ComfyUI/resolve/main/split_files/diffusion_models/qwen_image_edit_2509_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_2509_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"
2068
+ "让图 2 的机器人按照图 3 的姿势出现在图 1 的场景中"
978
2069
  ],
979
- "color": "#432",
980
- "bgcolor": "#653"
2070
+ "color": "#232",
2071
+ "bgcolor": "#353"
981
2072
  },
982
2073
  {
983
- "id": 96,
2074
+ "id": 388,
984
2075
  "type": "MarkdownNote",
985
2076
  "pos": [
986
- -240,
987
- 1030
2077
+ -590,
2078
+ 1430
988
2079
  ],
989
2080
  "size": [
990
- 290,
991
- 140
2081
+ 310,
2082
+ 150
992
2083
  ],
993
2084
  "flags": {},
994
- "order": 10,
2085
+ "order": 20,
995
2086
  "mode": 0,
996
2087
  "inputs": [],
997
2088
  "outputs": [],
2089
+ "title": "Note: Raw latent version",
998
2090
  "properties": {},
999
2091
  "widgets_values": [
1000
- "This node is to avoid bad output results caused by excessively large input image sizes. Because when we input one image, we use the size of that input image.\n\nThe **TextEncodeQwenImageEditPlus** will scale your input to 1024×104 pixels. We use the size of your first input image. This node is to avoid having an input image size that is too large (such as 3000×3000 pixels), which could bring bad results."
2092
+ "Since the **TextEncodeQwenImageEditPlus** node will scale the image to 1M pixels, you might find that the output has a pixel-shifting issue.\n\nThe **Raw latent version** is to provide the raw latent to the sampler. This is the way you can provide the raw latent as an input condition."
1001
2093
  ],
1002
2094
  "color": "#432",
1003
2095
  "bgcolor": "#653"
@@ -1044,14 +2136,6 @@
1044
2136
  1,
1045
2137
  "VAE"
1046
2138
  ],
1047
- [
1048
- 177,
1049
- 78,
1050
- 0,
1051
- 93,
1052
- 0,
1053
- "IMAGE"
1054
- ],
1055
2139
  [
1056
2140
  178,
1057
2141
  93,
@@ -1173,20 +2257,212 @@
1173
2257
  "LATENT"
1174
2258
  ],
1175
2259
  [
1176
- 224,
2260
+ 499,
2261
+ 339,
2262
+ 0,
2263
+ 335,
2264
+ 0,
2265
+ "MODEL"
2266
+ ],
2267
+ [
2268
+ 500,
2269
+ 340,
2270
+ 0,
2271
+ 336,
2272
+ 0,
2273
+ "LATENT"
2274
+ ],
2275
+ [
2276
+ 501,
2277
+ 337,
2278
+ 0,
2279
+ 336,
2280
+ 1,
2281
+ "VAE"
2282
+ ],
2283
+ [
2284
+ 502,
2285
+ 354,
2286
+ 0,
2287
+ 339,
2288
+ 0,
2289
+ "MODEL"
2290
+ ],
2291
+ [
2292
+ 503,
2293
+ 335,
2294
+ 0,
2295
+ 340,
2296
+ 0,
2297
+ "MODEL"
2298
+ ],
2299
+ [
2300
+ 507,
2301
+ 336,
2302
+ 0,
2303
+ 342,
2304
+ 0,
2305
+ "IMAGE"
2306
+ ],
2307
+ [
2308
+ 510,
2309
+ 338,
2310
+ 0,
2311
+ 347,
2312
+ 0,
2313
+ "CLIP"
2314
+ ],
2315
+ [
2316
+ 515,
2317
+ 338,
2318
+ 0,
2319
+ 348,
2320
+ 0,
2321
+ "CLIP"
2322
+ ],
2323
+ [
2324
+ 521,
2325
+ 341,
2326
+ 0,
2327
+ 354,
2328
+ 0,
2329
+ "MODEL"
2330
+ ],
2331
+ [
2332
+ 543,
2333
+ 78,
2334
+ 0,
1177
2335
  93,
1178
2336
  0,
1179
- 111,
1180
- 2,
1181
2337
  "IMAGE"
1182
2338
  ],
1183
2339
  [
1184
- 225,
2340
+ 552,
1185
2341
  93,
1186
2342
  0,
1187
2343
  110,
1188
2344
  2,
1189
2345
  "IMAGE"
2346
+ ],
2347
+ [
2348
+ 553,
2349
+ 93,
2350
+ 0,
2351
+ 111,
2352
+ 2,
2353
+ "IMAGE"
2354
+ ],
2355
+ [
2356
+ 592,
2357
+ 349,
2358
+ 0,
2359
+ 375,
2360
+ 0,
2361
+ "IMAGE"
2362
+ ],
2363
+ [
2364
+ 593,
2365
+ 337,
2366
+ 0,
2367
+ 375,
2368
+ 1,
2369
+ "VAE"
2370
+ ],
2371
+ [
2372
+ 594,
2373
+ 337,
2374
+ 0,
2375
+ 376,
2376
+ 1,
2377
+ "VAE"
2378
+ ],
2379
+ [
2380
+ 595,
2381
+ 337,
2382
+ 0,
2383
+ 377,
2384
+ 1,
2385
+ "VAE"
2386
+ ],
2387
+ [
2388
+ 596,
2389
+ 343,
2390
+ 0,
2391
+ 376,
2392
+ 0,
2393
+ "IMAGE"
2394
+ ],
2395
+ [
2396
+ 597,
2397
+ 344,
2398
+ 0,
2399
+ 377,
2400
+ 0,
2401
+ "IMAGE"
2402
+ ],
2403
+ [
2404
+ 600,
2405
+ 375,
2406
+ 0,
2407
+ 340,
2408
+ 3,
2409
+ "LATENT"
2410
+ ],
2411
+ [
2412
+ 604,
2413
+ 375,
2414
+ 0,
2415
+ 383,
2416
+ 0,
2417
+ "LATENT"
2418
+ ],
2419
+ [
2420
+ 607,
2421
+ 383,
2422
+ 0,
2423
+ 340,
2424
+ 1,
2425
+ "CONDITIONING"
2426
+ ],
2427
+ [
2428
+ 608,
2429
+ 377,
2430
+ 0,
2431
+ 383,
2432
+ 2,
2433
+ "LATENT"
2434
+ ],
2435
+ [
2436
+ 609,
2437
+ 376,
2438
+ 0,
2439
+ 383,
2440
+ 1,
2441
+ "LATENT"
2442
+ ],
2443
+ [
2444
+ 610,
2445
+ 348,
2446
+ 0,
2447
+ 383,
2448
+ 3,
2449
+ "CONDITIONING"
2450
+ ],
2451
+ [
2452
+ 611,
2453
+ 347,
2454
+ 0,
2455
+ 383,
2456
+ 4,
2457
+ "CONDITIONING"
2458
+ ],
2459
+ [
2460
+ 612,
2461
+ 383,
2462
+ 1,
2463
+ 340,
2464
+ 2,
2465
+ "CONDITIONING"
1190
2466
  ]
1191
2467
  ],
1192
2468
  "groups": [
@@ -1241,18 +2517,619 @@
1241
2517
  "color": "#3f789e",
1242
2518
  "font_size": 24,
1243
2519
  "flags": {}
2520
+ },
2521
+ {
2522
+ "id": 49,
2523
+ "title": "Raw latent version",
2524
+ "bounding": [
2525
+ -270,
2526
+ 1400,
2527
+ 2330,
2528
+ 1363.5999755859375
2529
+ ],
2530
+ "color": "#3f789e",
2531
+ "font_size": 24,
2532
+ "flags": {}
2533
+ },
2534
+ {
2535
+ "id": 45,
2536
+ "title": "Step1 - Load models",
2537
+ "bounding": [
2538
+ -260,
2539
+ 1440,
2540
+ 370,
2541
+ 570
2542
+ ],
2543
+ "color": "#3f789e",
2544
+ "font_size": 24,
2545
+ "flags": {}
2546
+ },
2547
+ {
2548
+ "id": 46,
2549
+ "title": "Step 2 - Upload image for editing",
2550
+ "bounding": [
2551
+ -260,
2552
+ 2040,
2553
+ 970,
2554
+ 550
2555
+ ],
2556
+ "color": "#3f789e",
2557
+ "font_size": 24,
2558
+ "flags": {}
2559
+ },
2560
+ {
2561
+ "id": 47,
2562
+ "title": "Step 4 - Prompt",
2563
+ "bounding": [
2564
+ 140,
2565
+ 1440,
2566
+ 570,
2567
+ 570
2568
+ ],
2569
+ "color": "#3f789e",
2570
+ "font_size": 24,
2571
+ "flags": {}
2572
+ },
2573
+ {
2574
+ "id": 48,
2575
+ "title": "Step3 - Image Size",
2576
+ "bounding": [
2577
+ 760,
2578
+ 2390,
2579
+ 310,
2580
+ 200
2581
+ ],
2582
+ "color": "#3f789e",
2583
+ "font_size": 24,
2584
+ "flags": {}
1244
2585
  }
1245
2586
  ],
2587
+ "definitions": {
2588
+ "subgraphs": [
2589
+ {
2590
+ "id": "c46c74c1-cfc4-41eb-81a8-9c6701737ef6",
2591
+ "version": 1,
2592
+ "state": {
2593
+ "lastGroupId": 48,
2594
+ "lastNodeId": 382,
2595
+ "lastLinkId": 615,
2596
+ "lastRerouteId": 0
2597
+ },
2598
+ "revision": 0,
2599
+ "config": {},
2600
+ "name": "Reference_lantent(Subgraph)",
2601
+ "inputNode": {
2602
+ "id": -10,
2603
+ "bounding": [
2604
+ 910,
2605
+ 3061,
2606
+ 120,
2607
+ 140
2608
+ ]
2609
+ },
2610
+ "outputNode": {
2611
+ "id": -20,
2612
+ "bounding": [
2613
+ 1350,
2614
+ 3091,
2615
+ 120,
2616
+ 80
2617
+ ]
2618
+ },
2619
+ "inputs": [
2620
+ {
2621
+ "id": "55a61535-c57a-4100-8c12-f150ea9fbd3e",
2622
+ "name": "latent_2",
2623
+ "type": "LATENT",
2624
+ "linkIds": [
2625
+ 585,
2626
+ 580
2627
+ ],
2628
+ "localized_name": "latent_2",
2629
+ "label": "image1_latent",
2630
+ "shape": 7,
2631
+ "pos": {
2632
+ "0": 1010,
2633
+ "1": 3081
2634
+ }
2635
+ },
2636
+ {
2637
+ "id": "77c58bb5-ff18-42da-998f-9c6dd32ba314",
2638
+ "name": "latent",
2639
+ "type": "LATENT",
2640
+ "linkIds": [
2641
+ 602,
2642
+ 603
2643
+ ],
2644
+ "label": "image2_latent",
2645
+ "pos": {
2646
+ "0": 1010,
2647
+ "1": 3101
2648
+ }
2649
+ },
2650
+ {
2651
+ "id": "4c787c91-a6db-4015-8f8a-e53ca592b8af",
2652
+ "name": "latent_1",
2653
+ "type": "LATENT",
2654
+ "linkIds": [
2655
+ 604,
2656
+ 605
2657
+ ],
2658
+ "label": "image3_latent",
2659
+ "pos": {
2660
+ "0": 1010,
2661
+ "1": 3121
2662
+ }
2663
+ },
2664
+ {
2665
+ "id": "d468a361-7bd5-4684-b7d5-1839f74049ab",
2666
+ "name": "conditioning",
2667
+ "type": "CONDITIONING",
2668
+ "linkIds": [
2669
+ 606
2670
+ ],
2671
+ "label": "positive",
2672
+ "pos": {
2673
+ "0": 1010,
2674
+ "1": 3141
2675
+ }
2676
+ },
2677
+ {
2678
+ "id": "d9e2ab28-0900-4d02-9da2-2f5c54767c56",
2679
+ "name": "conditioning_1",
2680
+ "type": "CONDITIONING",
2681
+ "linkIds": [
2682
+ 609
2683
+ ],
2684
+ "label": "negative",
2685
+ "pos": {
2686
+ "0": 1010,
2687
+ "1": 3161
2688
+ }
2689
+ }
2690
+ ],
2691
+ "outputs": [
2692
+ {
2693
+ "id": "341bc124-e5aa-4ef3-9d08-44b2c3e1f9d5",
2694
+ "name": "CONDITIONING_1",
2695
+ "type": "CONDITIONING",
2696
+ "linkIds": [
2697
+ 598
2698
+ ],
2699
+ "localized_name": "CONDITIONING_1",
2700
+ "label": "positive",
2701
+ "pos": {
2702
+ "0": 1370,
2703
+ "1": 3111
2704
+ }
2705
+ },
2706
+ {
2707
+ "id": "51726711-cbe7-4b1a-8c61-8828efd94366",
2708
+ "name": "CONDITIONING",
2709
+ "type": "CONDITIONING",
2710
+ "linkIds": [
2711
+ 601
2712
+ ],
2713
+ "label": "negative",
2714
+ "pos": {
2715
+ "0": 1370,
2716
+ "1": 3131
2717
+ }
2718
+ }
2719
+ ],
2720
+ "widgets": [],
2721
+ "nodes": [
2722
+ {
2723
+ "id": 382,
2724
+ "type": "ReferenceLatent",
2725
+ "pos": [
2726
+ 1090,
2727
+ 3278
2728
+ ],
2729
+ "size": [
2730
+ 197.712890625,
2731
+ 46
2732
+ ],
2733
+ "flags": {},
2734
+ "order": 5,
2735
+ "mode": 4,
2736
+ "inputs": [
2737
+ {
2738
+ "localized_name": "conditioning",
2739
+ "name": "conditioning",
2740
+ "type": "CONDITIONING",
2741
+ "link": 612
2742
+ },
2743
+ {
2744
+ "localized_name": "latent",
2745
+ "name": "latent",
2746
+ "shape": 7,
2747
+ "type": "LATENT",
2748
+ "link": 603
2749
+ }
2750
+ ],
2751
+ "outputs": [
2752
+ {
2753
+ "localized_name": "CONDITIONING",
2754
+ "name": "CONDITIONING",
2755
+ "type": "CONDITIONING",
2756
+ "links": [
2757
+ 588
2758
+ ]
2759
+ }
2760
+ ],
2761
+ "properties": {
2762
+ "cnr_id": "comfy-core",
2763
+ "ver": "0.3.63",
2764
+ "Node name for S&R": "ReferenceLatent"
2765
+ },
2766
+ "widgets_values": []
2767
+ },
2768
+ {
2769
+ "id": 374,
2770
+ "type": "ReferenceLatent",
2771
+ "pos": [
2772
+ 1090,
2773
+ 3366
2774
+ ],
2775
+ "size": [
2776
+ 197.712890625,
2777
+ 46
2778
+ ],
2779
+ "flags": {},
2780
+ "order": 0,
2781
+ "mode": 4,
2782
+ "inputs": [
2783
+ {
2784
+ "localized_name": "conditioning",
2785
+ "name": "conditioning",
2786
+ "type": "CONDITIONING",
2787
+ "link": 613
2788
+ },
2789
+ {
2790
+ "localized_name": "latent",
2791
+ "name": "latent",
2792
+ "shape": 7,
2793
+ "type": "LATENT",
2794
+ "link": 605
2795
+ }
2796
+ ],
2797
+ "outputs": [
2798
+ {
2799
+ "localized_name": "CONDITIONING",
2800
+ "name": "CONDITIONING",
2801
+ "type": "CONDITIONING",
2802
+ "links": [
2803
+ 599,
2804
+ 601
2805
+ ]
2806
+ }
2807
+ ],
2808
+ "properties": {
2809
+ "cnr_id": "comfy-core",
2810
+ "ver": "0.3.63",
2811
+ "Node name for S&R": "ReferenceLatent"
2812
+ },
2813
+ "widgets_values": []
2814
+ },
2815
+ {
2816
+ "id": 380,
2817
+ "type": "ReferenceLatent",
2818
+ "pos": [
2819
+ 1090,
2820
+ 3060
2821
+ ],
2822
+ "size": [
2823
+ 197.712890625,
2824
+ 46
2825
+ ],
2826
+ "flags": {},
2827
+ "order": 3,
2828
+ "mode": 4,
2829
+ "inputs": [
2830
+ {
2831
+ "localized_name": "conditioning",
2832
+ "name": "conditioning",
2833
+ "type": "CONDITIONING",
2834
+ "link": 615
2835
+ },
2836
+ {
2837
+ "localized_name": "latent",
2838
+ "name": "latent",
2839
+ "shape": 7,
2840
+ "type": "LATENT",
2841
+ "link": 604
2842
+ }
2843
+ ],
2844
+ "outputs": [
2845
+ {
2846
+ "localized_name": "CONDITIONING",
2847
+ "name": "CONDITIONING",
2848
+ "type": "CONDITIONING",
2849
+ "links": [
2850
+ 598
2851
+ ]
2852
+ }
2853
+ ],
2854
+ "properties": {
2855
+ "cnr_id": "comfy-core",
2856
+ "ver": "0.3.63",
2857
+ "Node name for S&R": "ReferenceLatent"
2858
+ },
2859
+ "widgets_values": []
2860
+ },
2861
+ {
2862
+ "id": 381,
2863
+ "type": "ReferenceLatent",
2864
+ "pos": [
2865
+ 1090,
2866
+ 3190
2867
+ ],
2868
+ "size": [
2869
+ 197.712890625,
2870
+ 46
2871
+ ],
2872
+ "flags": {},
2873
+ "order": 4,
2874
+ "mode": 4,
2875
+ "inputs": [
2876
+ {
2877
+ "localized_name": "conditioning",
2878
+ "name": "conditioning",
2879
+ "type": "CONDITIONING",
2880
+ "link": 609
2881
+ },
2882
+ {
2883
+ "localized_name": "latent",
2884
+ "name": "latent",
2885
+ "shape": 7,
2886
+ "type": "LATENT",
2887
+ "link": 585
2888
+ }
2889
+ ],
2890
+ "outputs": [
2891
+ {
2892
+ "localized_name": "CONDITIONING",
2893
+ "name": "CONDITIONING",
2894
+ "type": "CONDITIONING",
2895
+ "links": [
2896
+ 586,
2897
+ 612,
2898
+ 613
2899
+ ]
2900
+ }
2901
+ ],
2902
+ "properties": {
2903
+ "cnr_id": "comfy-core",
2904
+ "ver": "0.3.63",
2905
+ "Node name for S&R": "ReferenceLatent"
2906
+ },
2907
+ "widgets_values": []
2908
+ },
2909
+ {
2910
+ "id": 379,
2911
+ "type": "ReferenceLatent",
2912
+ "pos": [
2913
+ 1090,
2914
+ 2880
2915
+ ],
2916
+ "size": [
2917
+ 200,
2918
+ 50
2919
+ ],
2920
+ "flags": {},
2921
+ "order": 2,
2922
+ "mode": 4,
2923
+ "inputs": [
2924
+ {
2925
+ "localized_name": "conditioning",
2926
+ "name": "conditioning",
2927
+ "type": "CONDITIONING",
2928
+ "link": 606
2929
+ },
2930
+ {
2931
+ "localized_name": "latent",
2932
+ "name": "latent",
2933
+ "shape": 7,
2934
+ "type": "LATENT",
2935
+ "link": 580
2936
+ }
2937
+ ],
2938
+ "outputs": [
2939
+ {
2940
+ "localized_name": "CONDITIONING",
2941
+ "name": "CONDITIONING",
2942
+ "type": "CONDITIONING",
2943
+ "links": [
2944
+ 581,
2945
+ 614
2946
+ ]
2947
+ }
2948
+ ],
2949
+ "properties": {
2950
+ "cnr_id": "comfy-core",
2951
+ "ver": "0.3.63",
2952
+ "Node name for S&R": "ReferenceLatent"
2953
+ },
2954
+ "widgets_values": []
2955
+ },
2956
+ {
2957
+ "id": 378,
2958
+ "type": "ReferenceLatent",
2959
+ "pos": [
2960
+ 1090,
2961
+ 2970
2962
+ ],
2963
+ "size": [
2964
+ 197.712890625,
2965
+ 46
2966
+ ],
2967
+ "flags": {},
2968
+ "order": 1,
2969
+ "mode": 4,
2970
+ "inputs": [
2971
+ {
2972
+ "localized_name": "conditioning",
2973
+ "name": "conditioning",
2974
+ "type": "CONDITIONING",
2975
+ "link": 614
2976
+ },
2977
+ {
2978
+ "localized_name": "latent",
2979
+ "name": "latent",
2980
+ "shape": 7,
2981
+ "type": "LATENT",
2982
+ "link": 602
2983
+ }
2984
+ ],
2985
+ "outputs": [
2986
+ {
2987
+ "localized_name": "CONDITIONING",
2988
+ "name": "CONDITIONING",
2989
+ "type": "CONDITIONING",
2990
+ "links": [
2991
+ 583,
2992
+ 615
2993
+ ]
2994
+ }
2995
+ ],
2996
+ "properties": {
2997
+ "cnr_id": "comfy-core",
2998
+ "ver": "0.3.63",
2999
+ "Node name for S&R": "ReferenceLatent"
3000
+ },
3001
+ "widgets_values": []
3002
+ }
3003
+ ],
3004
+ "groups": [],
3005
+ "links": [
3006
+ {
3007
+ "id": 585,
3008
+ "origin_id": -10,
3009
+ "origin_slot": 0,
3010
+ "target_id": 381,
3011
+ "target_slot": 1,
3012
+ "type": "LATENT"
3013
+ },
3014
+ {
3015
+ "id": 580,
3016
+ "origin_id": -10,
3017
+ "origin_slot": 0,
3018
+ "target_id": 379,
3019
+ "target_slot": 1,
3020
+ "type": "LATENT"
3021
+ },
3022
+ {
3023
+ "id": 598,
3024
+ "origin_id": 380,
3025
+ "origin_slot": 0,
3026
+ "target_id": -20,
3027
+ "target_slot": 0,
3028
+ "type": "CONDITIONING"
3029
+ },
3030
+ {
3031
+ "id": 601,
3032
+ "origin_id": 374,
3033
+ "origin_slot": 0,
3034
+ "target_id": -20,
3035
+ "target_slot": 1,
3036
+ "type": "CONDITIONING"
3037
+ },
3038
+ {
3039
+ "id": 602,
3040
+ "origin_id": -10,
3041
+ "origin_slot": 1,
3042
+ "target_id": 378,
3043
+ "target_slot": 1,
3044
+ "type": "LATENT"
3045
+ },
3046
+ {
3047
+ "id": 603,
3048
+ "origin_id": -10,
3049
+ "origin_slot": 1,
3050
+ "target_id": 382,
3051
+ "target_slot": 1,
3052
+ "type": "LATENT"
3053
+ },
3054
+ {
3055
+ "id": 604,
3056
+ "origin_id": -10,
3057
+ "origin_slot": 2,
3058
+ "target_id": 380,
3059
+ "target_slot": 1,
3060
+ "type": "LATENT"
3061
+ },
3062
+ {
3063
+ "id": 605,
3064
+ "origin_id": -10,
3065
+ "origin_slot": 2,
3066
+ "target_id": 374,
3067
+ "target_slot": 1,
3068
+ "type": "LATENT"
3069
+ },
3070
+ {
3071
+ "id": 606,
3072
+ "origin_id": -10,
3073
+ "origin_slot": 3,
3074
+ "target_id": 379,
3075
+ "target_slot": 0,
3076
+ "type": "CONDITIONING"
3077
+ },
3078
+ {
3079
+ "id": 609,
3080
+ "origin_id": -10,
3081
+ "origin_slot": 4,
3082
+ "target_id": 381,
3083
+ "target_slot": 0,
3084
+ "type": "CONDITIONING"
3085
+ },
3086
+ {
3087
+ "id": 612,
3088
+ "origin_id": 381,
3089
+ "origin_slot": 0,
3090
+ "target_id": 382,
3091
+ "target_slot": 0,
3092
+ "type": "CONDITIONING"
3093
+ },
3094
+ {
3095
+ "id": 613,
3096
+ "origin_id": 381,
3097
+ "origin_slot": 0,
3098
+ "target_id": 374,
3099
+ "target_slot": 0,
3100
+ "type": "CONDITIONING"
3101
+ },
3102
+ {
3103
+ "id": 614,
3104
+ "origin_id": 379,
3105
+ "origin_slot": 0,
3106
+ "target_id": 378,
3107
+ "target_slot": 0,
3108
+ "type": "CONDITIONING"
3109
+ },
3110
+ {
3111
+ "id": 615,
3112
+ "origin_id": 378,
3113
+ "origin_slot": 0,
3114
+ "target_id": 380,
3115
+ "target_slot": 0,
3116
+ "type": "CONDITIONING"
3117
+ }
3118
+ ],
3119
+ "extra": {}
3120
+ }
3121
+ ]
3122
+ },
1246
3123
  "config": {},
1247
3124
  "extra": {
1248
3125
  "ds": {
1249
- "scale": 0.5300288151517762,
3126
+ "scale": 0.17294968135997613,
1250
3127
  "offset": [
1251
- 1236.5826111125436,
1252
- 518.8996996799999
3128
+ 3983.8445634670265,
3129
+ 1228.9412928073593
1253
3130
  ]
1254
3131
  },
1255
- "frontendVersion": "1.28.1",
3132
+ "frontendVersion": "1.27.7",
1256
3133
  "ue_links": [],
1257
3134
  "links_added_by_ue": [],
1258
3135
  "VHS_latentpreview": false,