svdq-flux.1-dev.json 20.2 KB
Newer Older
1
{
2
3
  "last_node_id": 41,
  "last_link_id": 123,
4
  "nodes": [
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
    {
      "id": 26,
      "type": "FluxGuidance",
      "pos": [
        533.9339599609375,
        118.7322998046875
      ],
      "size": [
        317.4000244140625,
        58
      ],
      "flags": {},
      "order": 10,
      "mode": 0,
      "inputs": [
        {
          "name": "conditioning",
muyangli's avatar
muyangli committed
22
          "localized_name": "conditioning",
23
24
25
26
27
28
29
          "type": "CONDITIONING",
          "link": 41
        }
      ],
      "outputs": [
        {
          "name": "CONDITIONING",
muyangli's avatar
muyangli committed
30
          "localized_name": "CONDITIONING",
31
          "type": "CONDITIONING",
muyangli's avatar
muyangli committed
32
          "shape": 3,
33
34
35
          "links": [
            42
          ],
muyangli's avatar
muyangli committed
36
          "slot_index": 0
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
        }
      ],
      "properties": {
        "Node name for S&R": "FluxGuidance"
      },
      "widgets_values": [
        3.5
      ],
      "color": "#233",
      "bgcolor": "#355"
    },
    {
      "id": 9,
      "type": "SaveImage",
      "pos": [
        1170.8551025390625,
        128.45352172851562
      ],
      "size": [
        985.3012084960938,
        1060.3828125
      ],
      "flags": {},
      "order": 16,
      "mode": 0,
      "inputs": [
        {
          "name": "images",
muyangli's avatar
muyangli committed
65
          "localized_name": "images",
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
          "type": "IMAGE",
          "link": 9
        }
      ],
      "outputs": [],
      "properties": {},
      "widgets_values": [
        "ComfyUI"
      ]
    },
    {
      "id": 25,
      "type": "RandomNoise",
      "pos": [
        819.1885986328125,
        709.9674072265625
      ],
      "size": [
        315,
        82
      ],
      "flags": {},
muyangli's avatar
muyangli committed
88
      "order": 0,
89
90
91
92
93
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "NOISE",
muyangli's avatar
muyangli committed
94
          "localized_name": "NOISE",
95
          "type": "NOISE",
muyangli's avatar
muyangli committed
96
          "shape": 3,
97
98
          "links": [
            37
muyangli's avatar
muyangli committed
99
          ]
100
101
102
103
104
105
        }
      ],
      "properties": {
        "Node name for S&R": "RandomNoise"
      },
      "widgets_values": [
muyangli's avatar
muyangli committed
106
        385675283593224,
107
108
109
110
111
        "randomize"
      ],
      "color": "#2a363b",
      "bgcolor": "#3f5159"
    },
112
113
114
115
    {
      "id": 16,
      "type": "KSamplerSelect",
      "pos": [
116
117
        813.7789306640625,
        847.5765991210938
118
119
120
121
122
123
      ],
      "size": [
        315,
        58
      ],
      "flags": {},
muyangli's avatar
muyangli committed
124
      "order": 1,
125
126
127
128
129
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "SAMPLER",
muyangli's avatar
muyangli committed
130
          "localized_name": "SAMPLER",
131
          "type": "SAMPLER",
muyangli's avatar
muyangli committed
132
          "shape": 3,
133
134
          "links": [
            19
muyangli's avatar
muyangli committed
135
          ]
136
137
138
139
140
141
142
143
144
145
        }
      ],
      "properties": {
        "Node name for S&R": "KSamplerSelect"
      },
      "widgets_values": [
        "euler"
      ]
    },
    {
146
147
      "id": 17,
      "type": "BasicScheduler",
148
      "pos": [
149
150
        818.5535888671875,
        948.8093872070312
151
152
      ],
      "size": [
153
154
        315,
        106
155
156
      ],
      "flags": {},
157
      "order": 13,
158
159
160
      "mode": 0,
      "inputs": [
        {
161
          "name": "model",
muyangli's avatar
muyangli committed
162
          "localized_name": "model",
163
164
          "type": "MODEL",
          "link": 55,
165
          "slot_index": 0
166
167
168
        }
      ],
      "outputs": [
169
        {
170
          "name": "SIGMAS",
muyangli's avatar
muyangli committed
171
          "localized_name": "SIGMAS",
172
          "type": "SIGMAS",
muyangli's avatar
muyangli committed
173
          "shape": 3,
174
175
          "links": [
            20
muyangli's avatar
muyangli committed
176
          ]
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
        }
      ],
      "properties": {
        "Node name for S&R": "BasicScheduler"
      },
      "widgets_values": [
        "simple",
        25,
        1
      ]
    },
    {
      "id": 30,
      "type": "ModelSamplingFlux",
      "pos": [
        831.30419921875,
        1103.71337890625
      ],
      "size": [
        315,
muyangli's avatar
muyangli committed
197
        170
198
199
200
201
202
      ],
      "flags": {},
      "order": 11,
      "mode": 0,
      "inputs": [
203
        {
204
          "name": "model",
muyangli's avatar
muyangli committed
205
          "localized_name": "model",
206
207
208
          "type": "MODEL",
          "link": 123,
          "slot_index": 0
209
210
        },
        {
211
212
          "name": "width",
          "type": "INT",
muyangli's avatar
muyangli committed
213
214
215
216
          "pos": [
            10,
            84
          ],
217
218
          "widget": {
            "name": "width"
muyangli's avatar
muyangli committed
219
220
221
          },
          "link": 115,
          "slot_index": 1
222
223
        },
        {
224
225
          "name": "height",
          "type": "INT",
muyangli's avatar
muyangli committed
226
227
228
229
          "pos": [
            10,
            108
          ],
230
231
          "widget": {
            "name": "height"
muyangli's avatar
muyangli committed
232
233
234
          },
          "link": 114,
          "slot_index": 2
235
236
237
238
        }
      ],
      "outputs": [
        {
239
          "name": "MODEL",
muyangli's avatar
muyangli committed
240
          "localized_name": "MODEL",
241
          "type": "MODEL",
muyangli's avatar
muyangli committed
242
          "shape": 3,
243
          "links": [
244
245
            54,
            55
246
          ],
muyangli's avatar
muyangli committed
247
          "slot_index": 0
248
249
250
        }
      ],
      "properties": {
251
        "Node name for S&R": "ModelSamplingFlux"
252
      },
253
254
255
256
257
258
      "widgets_values": [
        1.15,
        0.5,
        1024,
        1024
      ]
259
260
261
262
263
    },
    {
      "id": 8,
      "type": "VAEDecode",
      "pos": [
264
265
        938.151611328125,
        299.3258056640625
266
267
268
269
270
271
      ],
      "size": [
        210,
        46
      ],
      "flags": {},
272
      "order": 15,
273
274
275
276
      "mode": 0,
      "inputs": [
        {
          "name": "samples",
muyangli's avatar
muyangli committed
277
          "localized_name": "samples",
278
279
280
281
282
          "type": "LATENT",
          "link": 24
        },
        {
          "name": "vae",
muyangli's avatar
muyangli committed
283
          "localized_name": "vae",
284
285
286
287
288
289
290
          "type": "VAE",
          "link": 12
        }
      ],
      "outputs": [
        {
          "name": "IMAGE",
muyangli's avatar
muyangli committed
291
          "localized_name": "IMAGE",
292
293
294
295
296
297
298
299
300
301
302
303
304
          "type": "IMAGE",
          "links": [
            9
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "VAEDecode"
      },
      "widgets_values": []
    },
    {
305
306
      "id": 22,
      "type": "BasicGuider",
307
      "pos": [
308
309
        691.55615234375,
        303.7747497558594
310
311
      ],
      "size": [
312
313
        222.3482666015625,
        46
314
315
      ],
      "flags": {},
316
      "order": 12,
317
318
319
      "mode": 0,
      "inputs": [
        {
320
          "name": "model",
muyangli's avatar
muyangli committed
321
          "localized_name": "model",
322
323
324
          "type": "MODEL",
          "link": 54,
          "slot_index": 0
325
326
        },
        {
327
          "name": "conditioning",
muyangli's avatar
muyangli committed
328
          "localized_name": "conditioning",
329
330
331
          "type": "CONDITIONING",
          "link": 42,
          "slot_index": 1
332
333
334
335
        }
      ],
      "outputs": [
        {
336
          "name": "GUIDER",
muyangli's avatar
muyangli committed
337
          "localized_name": "GUIDER",
338
          "type": "GUIDER",
muyangli's avatar
muyangli committed
339
          "shape": 3,
340
          "links": [
341
            30
342
          ],
muyangli's avatar
muyangli committed
343
          "slot_index": 0
344
345
346
        }
      ],
      "properties": {
347
        "Node name for S&R": "BasicGuider"
348
      },
349
      "widgets_values": []
350
351
    },
    {
352
      "id": 35,
353
354
      "type": "PrimitiveNode",
      "pos": [
355
356
        937.396484375,
        392.3027038574219
357
358
359
360
361
362
      ],
      "size": [
        210,
        82
      ],
      "flags": {},
363
      "order": 2,
364
365
366
367
368
369
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "INT",
          "type": "INT",
muyangli's avatar
muyangli committed
370
371
372
          "widget": {
            "name": "height"
          },
373
          "links": [
374
375
            113,
            114
376
          ],
muyangli's avatar
muyangli committed
377
          "slot_index": 0
378
379
        }
      ],
380
      "title": "height",
381
382
383
384
385
386
387
388
389
390
391
      "properties": {
        "Run widget replace on values": false
      },
      "widgets_values": [
        1024,
        "fixed"
      ],
      "color": "#323",
      "bgcolor": "#535"
    },
    {
392
      "id": 34,
393
394
      "type": "PrimitiveNode",
      "pos": [
395
396
        689.2933959960938,
        394.09967041015625
397
398
399
400
401
402
      ],
      "size": [
        210,
        82
      ],
      "flags": {},
muyangli's avatar
muyangli committed
403
      "order": 3,
404
405
406
407
408
409
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "INT",
          "type": "INT",
muyangli's avatar
muyangli committed
410
411
412
          "widget": {
            "name": "width"
          },
413
          "links": [
414
415
            112,
            115
416
          ],
muyangli's avatar
muyangli committed
417
          "slot_index": 0
418
419
        }
      ],
420
      "title": "width",
421
422
423
424
425
426
427
428
429
430
431
      "properties": {
        "Run widget replace on values": false
      },
      "widgets_values": [
        1024,
        "fixed"
      ],
      "color": "#323",
      "bgcolor": "#535"
    },
    {
432
433
      "id": 27,
      "type": "EmptySD3LatentImage",
434
      "pos": [
435
436
        825.0562133789062,
        526.280029296875
437
438
439
      ],
      "size": [
        315,
muyangli's avatar
muyangli committed
440
        126
441
442
      ],
      "flags": {},
443
      "order": 7,
444
445
446
447
448
      "mode": 0,
      "inputs": [
        {
          "name": "width",
          "type": "INT",
muyangli's avatar
muyangli committed
449
450
451
452
          "pos": [
            10,
            36
          ],
453
454
          "widget": {
            "name": "width"
muyangli's avatar
muyangli committed
455
456
          },
          "link": 112
457
458
459
460
        },
        {
          "name": "height",
          "type": "INT",
muyangli's avatar
muyangli committed
461
462
463
464
          "pos": [
            10,
            60
          ],
465
466
          "widget": {
            "name": "height"
muyangli's avatar
muyangli committed
467
468
          },
          "link": 113
469
        }
470
471
472
      ],
      "outputs": [
        {
473
          "name": "LATENT",
muyangli's avatar
muyangli committed
474
          "localized_name": "LATENT",
475
          "type": "LATENT",
muyangli's avatar
muyangli committed
476
          "shape": 3,
477
          "links": [
478
            116
479
          ],
muyangli's avatar
muyangli committed
480
          "slot_index": 0
481
482
483
        }
      ],
      "properties": {
484
        "Node name for S&R": "EmptySD3LatentImage"
485
486
      },
      "widgets_values": [
487
488
489
        1024,
        1024,
        1
490
491
492
      ]
    },
    {
493
494
      "id": 6,
      "type": "CLIPTextEncode",
495
      "pos": [
496
497
        217.73886108398438,
        306.472412109375
498
499
      ],
      "size": [
500
501
        422.84503173828125,
        164.31304931640625
502
503
      ],
      "flags": {},
504
      "order": 8,
505
506
507
      "mode": 0,
      "inputs": [
        {
508
          "name": "clip",
muyangli's avatar
muyangli committed
509
          "localized_name": "clip",
510
511
          "type": "CLIP",
          "link": 118
512
513
        }
      ],
514
515
516
      "outputs": [
        {
          "name": "CONDITIONING",
muyangli's avatar
muyangli committed
517
          "localized_name": "CONDITIONING",
518
519
520
521
522
523
524
525
526
527
528
          "type": "CONDITIONING",
          "links": [
            41
          ],
          "slot_index": 0
        }
      ],
      "title": "CLIP Text Encode (Positive Prompt)",
      "properties": {
        "Node name for S&R": "CLIPTextEncode"
      },
529
      "widgets_values": [
530
531
532
533
        "GHIBSKY style, cozy mountain cabin covered in snow, with smoke curling from the chimney and a warm, inviting light spilling through the windows"
      ],
      "color": "#232",
      "bgcolor": "#353"
534
535
    },
    {
536
537
      "id": 41,
      "type": "SVDQuantFluxLoraLoader",
538
      "pos": [
539
540
        308.1814880371094,
        1080.8433837890625
541
542
      ],
      "size": [
543
544
        484.5584716796875,
        146.848388671875
545
546
      ],
      "flags": {},
547
      "order": 9,
548
549
550
551
      "mode": 0,
      "inputs": [
        {
          "name": "model",
muyangli's avatar
muyangli committed
552
          "localized_name": "model",
553
          "type": "MODEL",
554
          "link": 122
555
556
557
558
559
        }
      ],
      "outputs": [
        {
          "name": "MODEL",
muyangli's avatar
muyangli committed
560
          "localized_name": "MODEL",
561
562
          "type": "MODEL",
          "links": [
563
            123
564
565
566
567
568
          ],
          "slot_index": 0
        }
      ],
      "properties": {
569
        "Node name for S&R": "SVDQuantFluxLoraLoader"
570
571
      },
      "widgets_values": [
572
        "aleksa-codes/flux-ghibsky-illustration/lora.safetensors",
573
        "auto",
574
        "mit-han-lab/svdq-int4-flux.1-dev",
575
576
577
578
        1
      ]
    },
    {
579
580
      "id": 10,
      "type": "VAELoader",
581
      "pos": [
582
583
        509.58099365234375,
        541.80322265625
584
585
      ],
      "size": [
586
587
        311.81634521484375,
        60.429901123046875
588
589
      ],
      "flags": {},
590
      "order": 4,
591
      "mode": 0,
592
      "inputs": [],
593
594
      "outputs": [
        {
595
          "name": "VAE",
muyangli's avatar
muyangli committed
596
          "localized_name": "VAE",
597
          "type": "VAE",
muyangli's avatar
muyangli committed
598
          "shape": 3,
599
          "links": [
600
            12
601
          ],
muyangli's avatar
muyangli committed
602
          "slot_index": 0
603
604
605
        }
      ],
      "properties": {
606
        "Node name for S&R": "VAELoader"
607
      },
608
609
610
      "widgets_values": [
        "ae.safetensors"
      ]
611
612
613
614
615
    },
    {
      "id": 39,
      "type": "SVDQuantTextEncoderLoader",
      "pos": [
616
617
        375.7381591796875,
        652.5384521484375
618
619
620
      ],
      "size": [
        352.79998779296875,
621
        178
622
623
      ],
      "flags": {},
muyangli's avatar
muyangli committed
624
      "order": 5,
625
626
627
628
629
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "CLIP",
muyangli's avatar
muyangli committed
630
          "localized_name": "CLIP",
631
632
633
634
635
636
637
638
639
640
641
642
643
644
          "type": "CLIP",
          "links": [
            118
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "SVDQuantTextEncoderLoader"
      },
      "widgets_values": [
        "flux",
        "t5xxl_fp16.safetensors",
        "clip_l.safetensors",
        512,
645
646
        "BF16",
        "mit-han-lab/svdq-flux.1-t5"
647
648
649
      ]
    },
    {
650
651
      "id": 13,
      "type": "SamplerCustomAdvanced",
652
      "pos": [
653
654
        867.9028930664062,
        126.43718719482422
655
656
      ],
      "size": [
657
658
        272.3617858886719,
        124.53733825683594
659
660
      ],
      "flags": {},
661
      "order": 14,
662
663
664
      "mode": 0,
      "inputs": [
        {
665
          "name": "noise",
muyangli's avatar
muyangli committed
666
          "localized_name": "noise",
667
668
          "type": "NOISE",
          "link": 37,
669
          "slot_index": 0
670
        },
671
        {
672
          "name": "guider",
muyangli's avatar
muyangli committed
673
          "localized_name": "guider",
674
675
676
677
678
679
          "type": "GUIDER",
          "link": 30,
          "slot_index": 1
        },
        {
          "name": "sampler",
muyangli's avatar
muyangli committed
680
          "localized_name": "sampler",
681
682
683
684
685
686
          "type": "SAMPLER",
          "link": 19,
          "slot_index": 2
        },
        {
          "name": "sigmas",
muyangli's avatar
muyangli committed
687
          "localized_name": "sigmas",
688
689
690
691
692
693
          "type": "SIGMAS",
          "link": 20,
          "slot_index": 3
        },
        {
          "name": "latent_image",
muyangli's avatar
muyangli committed
694
          "localized_name": "latent_image",
695
696
697
          "type": "LATENT",
          "link": 116,
          "slot_index": 4
698
699
700
701
        }
      ],
      "outputs": [
        {
702
          "name": "output",
muyangli's avatar
muyangli committed
703
          "localized_name": "output",
704
          "type": "LATENT",
muyangli's avatar
muyangli committed
705
          "shape": 3,
706
          "links": [
707
            24
708
          ],
muyangli's avatar
muyangli committed
709
          "slot_index": 0
710
        },
711
        {
712
          "name": "denoised_output",
muyangli's avatar
muyangli committed
713
          "localized_name": "denoised_output",
714
          "type": "LATENT",
muyangli's avatar
muyangli committed
715
716
          "shape": 3,
          "links": null
717
718
719
        }
      ],
      "properties": {
720
        "Node name for S&R": "SamplerCustomAdvanced"
721
      },
722
      "widgets_values": []
muyangli's avatar
muyangli committed
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
    },
    {
      "id": 38,
      "type": "SVDQuantFluxDiTLoader",
      "pos": [
        425.7825012207031,
        887.9263916015625
      ],
      "size": [
        315,
        106
      ],
      "flags": {},
      "order": 6,
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "MODEL",
          "localized_name": "MODEL",
          "type": "MODEL",
          "links": [
            122
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "SVDQuantFluxDiTLoader"
      },
      "widgets_values": [
        "mit-han-lab/svdq-int4-flux.1-dev",
        "disable",
        0
      ]
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
    }
  ],
  "links": [
    [
      9,
      8,
      0,
      9,
      0,
      "IMAGE"
    ],
    [
      12,
      10,
      0,
      8,
      1,
      "VAE"
    ],
    [
      19,
      16,
      0,
      13,
      2,
      "SAMPLER"
    ],
    [
      20,
      17,
      0,
      13,
      3,
      "SIGMAS"
    ],
    [
      24,
      13,
      0,
      8,
      0,
      "LATENT"
    ],
    [
      30,
      22,
      0,
      13,
      1,
      "GUIDER"
    ],
    [
      37,
      25,
      0,
      13,
      0,
      "NOISE"
    ],
    [
      41,
      6,
      0,
      26,
      0,
      "CONDITIONING"
    ],
    [
      42,
      26,
      0,
      22,
      1,
      "CONDITIONING"
    ],
    [
      54,
      30,
      0,
      22,
      0,
      "MODEL"
    ],
    [
      55,
      30,
      0,
      17,
      0,
      "MODEL"
    ],
    [
      112,
      34,
      0,
      27,
      0,
      "INT"
    ],
    [
      113,
      35,
      0,
      27,
      1,
      "INT"
    ],
    [
      114,
      35,
      0,
      30,
      2,
      "INT"
    ],
    [
      115,
      34,
      0,
      30,
      1,
      "INT"
    ],
    [
      116,
      27,
      0,
      13,
      4,
      "LATENT"
    ],
    [
      118,
      39,
      0,
      6,
      0,
      "CLIP"
    ],
    [
898
      122,
899
900
      38,
      0,
901
      41,
902
903
904
905
      0,
      "MODEL"
    ],
    [
906
907
      123,
      41,
908
909
910
911
912
913
914
915
916
917
      0,
      30,
      0,
      "MODEL"
    ]
  ],
  "groups": [],
  "config": {},
  "extra": {
    "ds": {
918
      "scale": 1.0152559799477106,
919
      "offset": [
muyangli's avatar
muyangli committed
920
921
        1093.678904911345,
        404.94781362261836
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
      ]
    },
    "groupNodes": {
      "EmptyLatentImage": {
        "nodes": [
          {
            "type": "PrimitiveNode",
            "pos": [
              432,
              480
            ],
            "size": {
              "0": 210,
              "1": 82
            },
            "flags": {},
            "order": 6,
            "mode": 0,
            "outputs": [
              {
                "name": "INT",
                "type": "INT",
                "links": [],
                "widget": {
                  "name": "height"
                },
                "slot_index": 0
              }
            ],
            "title": "height",
            "properties": {
              "Run widget replace on values": false
            },
            "color": "#323",
            "bgcolor": "#535",
            "index": 0
          },
          {
            "type": "PrimitiveNode",
            "pos": [
              672,
              480
            ],
            "size": {
              "0": 210,
              "1": 82
            },
            "flags": {},
            "order": 7,
            "mode": 0,
            "outputs": [
              {
                "name": "INT",
                "type": "INT",
                "links": [],
                "slot_index": 0,
                "widget": {
                  "name": "width"
                }
              }
            ],
            "title": "width",
            "properties": {
              "Run widget replace on values": false
            },
            "color": "#323",
            "bgcolor": "#535",
            "index": 1
          },
          {
            "type": "EmptySD3LatentImage",
            "pos": [
              480,
              624
            ],
            "size": {
              "0": 315,
              "1": 106
            },
            "flags": {},
            "order": 10,
            "mode": 0,
            "inputs": [
              {
                "name": "width",
                "type": "INT",
                "link": null,
                "widget": {
                  "name": "width"
                }
              },
              {
                "name": "height",
                "type": "INT",
                "link": null,
                "widget": {
                  "name": "height"
                }
              }
            ],
            "outputs": [
              {
                "name": "LATENT",
                "type": "LATENT",
                "links": [],
                "shape": 3,
                "slot_index": 0
              }
            ],
            "properties": {
              "Node name for S&R": "EmptySD3LatentImage"
            },
            "widgets_values": [
              1024,
              1024,
              1
            ],
            "index": 2
          }
        ],
        "links": [
          [
            1,
            0,
            2,
            0,
            34,
            "INT"
          ],
          [
            0,
            0,
            2,
            1,
            35,
            "INT"
          ]
        ],
        "external": [
          [
            0,
            0,
            "INT"
          ],
          [
            1,
            0,
            "INT"
          ],
          [
            2,
            0,
            "LATENT"
          ]
        ],
        "config": {
          "0": {
            "output": {
              "0": {
                "name": "height"
              }
            },
            "input": {
              "value": {
                "visible": true
              }
            }
          },
          "1": {
            "output": {
              "0": {
                "name": "width"
              }
            },
            "input": {
              "value": {
                "visible": true
              }
            }
          },
          "2": {
            "input": {
              "width": {
                "visible": false
              },
              "height": {
                "visible": false
              }
            }
          }
        }
      }
1114
1115
    },
    "node_versions": {
muyangli's avatar
muyangli committed
1116
      "comfy-core": "0.3.24"
1117
1118
1119
1120
    }
  },
  "version": 0.4
}