Skip to content

Instantly share code, notes, and snippets.

@fofr
Created June 14, 2024 10:38
Show Gist options
  • Save fofr/13161c7e03c29430dd300382381adecb to your computer and use it in GitHub Desktop.
Save fofr/13161c7e03c29430dd300382381adecb to your computer and use it in GitHub Desktop.
Comparing different settings and text encoders with SD3 medium
{
"last_node_id": 341,
"last_link_id": 721,
"nodes": [
{
"id": 286,
"type": "ConditioningZeroOut",
"pos": [
-1295.4237534051308,
126.18084781444678
],
"size": {
"0": 211.60000610351562,
"1": 26
},
"flags": {},
"order": 27,
"mode": 0,
"inputs": [
{
"name": "conditioning",
"type": "CONDITIONING",
"link": 624
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
620
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "ConditioningZeroOut"
}
},
{
"id": 287,
"type": "ConditioningSetTimestepRange",
"pos": [
-995.4237534051326,
16.180847814447425
],
"size": {
"0": 317.4000244140625,
"1": 82
},
"flags": {},
"order": 33,
"mode": 0,
"inputs": [
{
"name": "conditioning",
"type": "CONDITIONING",
"link": 620
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
621
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "ConditioningSetTimestepRange"
},
"widgets_values": [
0.1,
1
]
},
{
"id": 285,
"type": "ConditioningSetTimestepRange",
"pos": [
-995.4237534051326,
156.18084781444637
],
"size": {
"0": 317.4000244140625,
"1": 82
},
"flags": {},
"order": 28,
"mode": 0,
"inputs": [
{
"name": "conditioning",
"type": "CONDITIONING",
"link": 625,
"slot_index": 0
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
622
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "ConditioningSetTimestepRange"
},
"widgets_values": [
0,
0.1
]
},
{
"id": 288,
"type": "ConditioningCombine",
"pos": [
-635.4237534051352,
16.180847814447425
],
"size": {
"0": 228.39999389648438,
"1": 46
},
"flags": {},
"order": 36,
"mode": 0,
"inputs": [
{
"name": "conditioning_1",
"type": "CONDITIONING",
"link": 621
},
{
"name": "conditioning_2",
"type": "CONDITIONING",
"link": 622
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
665
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "ConditioningCombine"
}
},
{
"id": 231,
"type": "VAEDecode",
"pos": [
141,
-178
],
"size": {
"0": 210,
"1": 46
},
"flags": {},
"order": 42,
"mode": 0,
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 596
},
{
"name": "vae",
"type": "VAE",
"link": 557
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
635
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "VAEDecode"
}
},
{
"id": 13,
"type": "ModelSamplingSD3",
"pos": [
-1922,
-210
],
"size": {
"0": 315,
"1": 58
},
"flags": {
"collapsed": false
},
"order": 23,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 565
}
],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
591
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "ModelSamplingSD3"
},
"widgets_values": [
3
]
},
{
"id": 276,
"type": "CheckpointLoaderSimple",
"pos": [
-2305,
-369
],
"size": {
"0": 315,
"1": 98
},
"flags": {},
"order": 0,
"mode": 0,
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
692
],
"shape": 3,
"slot_index": 0
},
{
"name": "CLIP",
"type": "CLIP",
"links": [
609,
638
],
"shape": 3,
"slot_index": 1
},
{
"name": "VAE",
"type": "VAE",
"links": [
633
],
"shape": 3,
"slot_index": 2
}
],
"properties": {
"Node name for S&R": "CheckpointLoaderSimple"
},
"widgets_values": [
"sd3_medium_incl_clips_t5xxlfp8.safetensors"
]
},
{
"id": 271,
"type": "KSampler",
"pos": [
-269,
-179
],
"size": [
296.78721938545505,
233.59028538801567
],
"flags": {},
"order": 39,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 591
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 605
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 665
},
{
"name": "latent_image",
"type": "LATENT",
"link": 715
},
{
"name": "seed",
"type": "INT",
"link": 597,
"widget": {
"name": "seed"
},
"slot_index": 4
},
{
"name": "steps",
"type": "INT",
"link": 666,
"widget": {
"name": "steps"
}
},
{
"name": "cfg",
"type": "FLOAT",
"link": 669,
"widget": {
"name": "cfg"
},
"slot_index": 6
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
596
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "KSampler"
},
"widgets_values": [
2316009305,
"fixed",
28,
3.5,
"dpmpp_2m",
"sgm_uniform",
1
]
},
{
"id": 327,
"type": "ModelSamplingSD3",
"pos": [
-1918,
-377
],
"size": {
"0": 315,
"1": 58
},
"flags": {
"collapsed": false
},
"order": 13,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 692
}
],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
693
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "ModelSamplingSD3"
},
"widgets_values": [
3
]
},
{
"id": 278,
"type": "CLIPTextEncode",
"pos": [
-1466,
-330
],
"size": {
"0": 285.6000061035156,
"1": 56.901302337646484
},
"flags": {},
"order": 17,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 638
},
{
"name": "text",
"type": "STRING",
"link": 718,
"widget": {
"name": "text"
},
"slot_index": 1
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
629
],
"shape": 3,
"slot_index": 0
}
],
"title": "CLIP Text Encode (Negative Prompt)",
"properties": {
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": [
"bad quality, poor quality, doll, disfigured, jpg, toy, bad anatomy, illegible"
],
"color": "#322",
"bgcolor": "#533"
},
{
"id": 290,
"type": "ConditioningZeroOut",
"pos": [
-1130,
-327
],
"size": {
"0": 211.60000610351562,
"1": 26
},
"flags": {},
"order": 25,
"mode": 0,
"inputs": [
{
"name": "conditioning",
"type": "CONDITIONING",
"link": 629
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
626,
631
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "ConditioningZeroOut"
}
},
{
"id": 289,
"type": "ConditioningSetTimestepRange",
"pos": [
-811,
-365
],
"size": {
"0": 317.4000244140625,
"1": 82
},
"flags": {},
"order": 30,
"mode": 0,
"inputs": [
{
"name": "conditioning",
"type": "CONDITIONING",
"link": 631,
"slot_index": 0
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
628
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "ConditioningSetTimestepRange"
},
"widgets_values": [
0,
0.1
]
},
{
"id": 291,
"type": "ConditioningSetTimestepRange",
"pos": [
-876,
-446
],
"size": {
"0": 317.4000244140625,
"1": 82
},
"flags": {},
"order": 29,
"mode": 0,
"inputs": [
{
"name": "conditioning",
"type": "CONDITIONING",
"link": 626
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
627
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "ConditioningSetTimestepRange"
},
"widgets_values": [
0.1,
1
]
},
{
"id": 292,
"type": "ConditioningCombine",
"pos": [
-552,
-458
],
"size": {
"0": 228.39999389648438,
"1": 46
},
"flags": {},
"order": 34,
"mode": 0,
"inputs": [
{
"name": "conditioning_1",
"type": "CONDITIONING",
"link": 627
},
{
"name": "conditioning_2",
"type": "CONDITIONING",
"link": 628
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
630
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "ConditioningCombine"
}
},
{
"id": 277,
"type": "KSampler",
"pos": [
-271,
-484
],
"size": [
298.8733193972789,
235.59642746900556
],
"flags": {},
"order": 37,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 693
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 610
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 630
},
{
"name": "latent_image",
"type": "LATENT",
"link": 716
},
{
"name": "seed",
"type": "INT",
"link": 636,
"widget": {
"name": "seed"
},
"slot_index": 4
},
{
"name": "steps",
"type": "INT",
"link": 667,
"widget": {
"name": "steps"
}
},
{
"name": "cfg",
"type": "FLOAT",
"link": 670,
"widget": {
"name": "cfg"
}
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
632
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "KSampler"
},
"widgets_values": [
2316009305,
"fixed",
28,
3.5,
"dpmpp_2m",
"sgm_uniform",
1
]
},
{
"id": 293,
"type": "VAEDecode",
"pos": [
118,
-483
],
"size": {
"0": 210,
"1": 46
},
"flags": {},
"order": 40,
"mode": 0,
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 632
},
{
"name": "vae",
"type": "VAE",
"link": 633
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
634
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "VAEDecode"
}
},
{
"id": 279,
"type": "CLIPTextEncode",
"pos": [
-1442,
-451
],
"size": {
"0": 265.3858642578125,
"1": 73.15559387207031
},
"flags": {},
"order": 15,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 609
},
{
"name": "text",
"type": "STRING",
"link": 717,
"widget": {
"name": "text"
}
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
610
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": [
"a photo of a woman"
]
},
{
"id": 296,
"type": "CheckpointLoaderSimple",
"pos": [
-2287,
-648
],
"size": {
"0": 315,
"1": 98
},
"flags": {},
"order": 1,
"mode": 0,
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
694
],
"shape": 3,
"slot_index": 0
},
{
"name": "CLIP",
"type": "CLIP",
"links": [
642,
643
],
"shape": 3,
"slot_index": 1
},
{
"name": "VAE",
"type": "VAE",
"links": [
650
],
"shape": 3,
"slot_index": 2
}
],
"properties": {
"Node name for S&R": "CheckpointLoaderSimple"
},
"widgets_values": [
"sd3_medium_incl_clips.safetensors"
]
},
{
"id": 328,
"type": "ModelSamplingSD3",
"pos": [
-1909,
-650
],
"size": {
"0": 315,
"1": 58
},
"flags": {
"collapsed": false
},
"order": 14,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 694
}
],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
695
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "ModelSamplingSD3"
},
"widgets_values": [
3
]
},
{
"id": 298,
"type": "CLIPTextEncode",
"pos": [
-1446,
-619
],
"size": {
"0": 285.6000061035156,
"1": 56.901302337646484
},
"flags": {},
"order": 18,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 642
},
{
"name": "text",
"type": "STRING",
"link": 720,
"widget": {
"name": "text"
},
"slot_index": 1
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
645
],
"shape": 3,
"slot_index": 0
}
],
"title": "CLIP Text Encode (Negative Prompt)",
"properties": {
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": [
"bad quality, poor quality, doll, disfigured, jpg, toy, bad anatomy, illegible"
],
"color": "#322",
"bgcolor": "#533"
},
{
"id": 299,
"type": "CLIPTextEncode",
"pos": [
-1448,
-739
],
"size": {
"0": 265.3858642578125,
"1": 73.15559387207031
},
"flags": {},
"order": 16,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 643
},
{
"name": "text",
"type": "STRING",
"link": 719,
"widget": {
"name": "text"
}
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
640
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": [
"a photo of a woman"
]
},
{
"id": 338,
"type": "GetNode",
"pos": [
-2612,
-12
],
"size": {
"0": 210,
"1": 58
},
"flags": {},
"order": 2,
"mode": 0,
"outputs": [
{
"name": "STRING",
"type": "STRING",
"links": [
712,
717,
719
],
"slot_index": 0
}
],
"title": "Get_prompt",
"properties": {},
"widgets_values": [
"prompt"
]
},
{
"id": 339,
"type": "GetNode",
"pos": [
-2614,
98
],
"size": {
"0": 210,
"1": 58
},
"flags": {},
"order": 3,
"mode": 0,
"outputs": [
{
"name": "STRING",
"type": "STRING",
"links": [
713,
718,
720
],
"slot_index": 0
}
],
"title": "Get_negative_prompt",
"properties": {},
"widgets_values": [
"negative_prompt"
]
},
{
"id": 297,
"type": "KSampler",
"pos": [
-262,
-786
],
"size": [
287.61283409142425,
226
],
"flags": {},
"order": 38,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 695
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 640
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 641
},
{
"name": "latent_image",
"type": "LATENT",
"link": 721
},
{
"name": "seed",
"type": "INT",
"link": 654,
"widget": {
"name": "seed"
},
"slot_index": 4
},
{
"name": "steps",
"type": "INT",
"link": 668,
"widget": {
"name": "steps"
}
},
{
"name": "cfg",
"type": "FLOAT",
"link": 671,
"widget": {
"name": "cfg"
},
"slot_index": 6
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
649
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "KSampler"
},
"widgets_values": [
2316009305,
"fixed",
28,
3.5,
"dpmpp_2m",
"sgm_uniform",
1
]
},
{
"id": 303,
"type": "ConditioningCombine",
"pos": [
-559,
-795
],
"size": {
"0": 228.39999389648438,
"1": 46
},
"flags": {},
"order": 35,
"mode": 0,
"inputs": [
{
"name": "conditioning_1",
"type": "CONDITIONING",
"link": 647
},
{
"name": "conditioning_2",
"type": "CONDITIONING",
"link": 648
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
641
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "ConditioningCombine"
}
},
{
"id": 302,
"type": "ConditioningSetTimestepRange",
"pos": [
-928,
-742
],
"size": {
"0": 317.4000244140625,
"1": 82
},
"flags": {},
"order": 32,
"mode": 0,
"inputs": [
{
"name": "conditioning",
"type": "CONDITIONING",
"link": 646
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
647
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "ConditioningSetTimestepRange"
},
"widgets_values": [
0.1,
1
]
},
{
"id": 300,
"type": "ConditioningSetTimestepRange",
"pos": [
-832,
-613
],
"size": {
"0": 317.4000244140625,
"1": 82
},
"flags": {},
"order": 31,
"mode": 0,
"inputs": [
{
"name": "conditioning",
"type": "CONDITIONING",
"link": 644,
"slot_index": 0
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
648
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "ConditioningSetTimestepRange"
},
"widgets_values": [
0,
0.1
]
},
{
"id": 301,
"type": "ConditioningZeroOut",
"pos": [
-1113,
-591
],
"size": {
"0": 211.60000610351562,
"1": 26
},
"flags": {},
"order": 26,
"mode": 0,
"inputs": [
{
"name": "conditioning",
"type": "CONDITIONING",
"link": 645
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
644,
646
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "ConditioningZeroOut"
}
},
{
"id": 304,
"type": "VAEDecode",
"pos": [
109,
-789
],
"size": {
"0": 210,
"1": 46
},
"flags": {},
"order": 41,
"mode": 0,
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 649
},
{
"name": "vae",
"type": "VAE",
"link": 650
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
651
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "VAEDecode"
}
},
{
"id": 341,
"type": "GetNode",
"pos": [
-920,
-228
],
"size": {
"0": 210,
"1": 58
},
"flags": {},
"order": 4,
"mode": 0,
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
715,
716,
721
],
"slot_index": 0
}
],
"title": "Get_latent",
"properties": {},
"widgets_values": [
"latent"
]
},
{
"id": 305,
"type": "SaveImage",
"pos": [
622,
-1537
],
"size": [
585.7416771306623,
602.9641282757248
],
"flags": {},
"order": 44,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 651
}
],
"title": "sd3_medium_incl_clips",
"properties": {},
"widgets_values": [
"SD3_just_clip"
]
},
{
"id": 294,
"type": "SaveImage",
"pos": [
1222,
-1533
],
"size": [
607.615738276226,
591.6134540982829
],
"flags": {},
"order": 43,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 634
}
],
"title": "sd3_medium_incl_clip_t5",
"properties": {},
"widgets_values": [
"SD3_t5_included"
]
},
{
"id": 295,
"type": "SaveImage",
"pos": [
-12,
-1539
],
"size": [
612.024469956468,
614.7574121037727
],
"flags": {},
"order": 45,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 635
}
],
"title": "sd3_medium - separate clip loaded (clip_l, clip_g, t5 fp16)",
"properties": {},
"widgets_values": [
"SD3_with_separate_clip_fp16"
]
},
{
"id": 283,
"type": "DF_Text_Box",
"pos": [
801,
-1786
],
"size": {
"0": 400,
"1": 200
},
"flags": {},
"order": 5,
"mode": 0,
"outputs": [
{
"name": "STRING",
"type": "STRING",
"links": [
711
],
"shape": 3,
"slot_index": 0
}
],
"title": "Negative prompt",
"properties": {
"Node name for S&R": "DF_Text_Box"
},
"widgets_values": [
""
]
},
{
"id": 335,
"type": "SetNode",
"pos": [
428,
-1786
],
"size": {
"0": 210,
"1": 58
},
"flags": {},
"order": 24,
"mode": 0,
"inputs": [
{
"name": "STRING",
"type": "STRING",
"link": 710
}
],
"outputs": [
{
"name": "*",
"type": "*",
"links": null
}
],
"title": "Set_prompt",
"properties": {
"previousName": "prompt"
},
"widgets_values": [
"prompt"
]
},
{
"id": 336,
"type": "SetNode",
"pos": [
1246,
-1784
],
"size": {
"0": 210,
"1": 58
},
"flags": {},
"order": 19,
"mode": 0,
"inputs": [
{
"name": "STRING",
"type": "STRING",
"link": 711
}
],
"outputs": [
{
"name": "*",
"type": "*",
"links": null
}
],
"title": "Set_negative_prompt",
"properties": {
"previousName": "negative_prompt"
},
"widgets_values": [
"negative_prompt"
]
},
{
"id": 135,
"type": "EmptySD3LatentImage",
"pos": [
878,
-858
],
"size": {
"0": 315,
"1": 106
},
"flags": {},
"order": 6,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
714
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "EmptySD3LatentImage"
},
"widgets_values": [
1024,
1024,
1
]
},
{
"id": 340,
"type": "SetNode",
"pos": [
1227,
-858
],
"size": {
"0": 210,
"1": 58
},
"flags": {},
"order": 20,
"mode": 0,
"inputs": [
{
"name": "LATENT",
"type": "LATENT",
"link": 714
}
],
"outputs": [
{
"name": "*",
"type": "*",
"links": null
}
],
"title": "Set_latent",
"properties": {
"previousName": "latent"
},
"widgets_values": [
"latent"
]
},
{
"id": 274,
"type": "CLIPTextEncode",
"pos": [
-1673,
-55
],
"size": [
288.4624706243301,
71.00660648712426
],
"flags": {},
"order": 22,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 602
},
{
"name": "text",
"type": "STRING",
"link": 712,
"widget": {
"name": "text"
}
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
605
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": [
""
]
},
{
"id": 71,
"type": "CLIPTextEncode",
"pos": [
-1680,
71
],
"size": [
285.6000061035156,
59.106860520316104
],
"flags": {
"collapsed": false
},
"order": 21,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 94
},
{
"name": "text",
"type": "STRING",
"link": 713,
"widget": {
"name": "text"
}
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
624,
625
],
"shape": 3,
"slot_index": 0
}
],
"title": "CLIP Text Encode (Negative Prompt)",
"properties": {
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": [
"bad quality, poor quality, doll, disfigured, jpg, toy, bad anatomy, illegible"
],
"color": "#322",
"bgcolor": "#533"
},
{
"id": 11,
"type": "TripleCLIPLoader",
"pos": [
-2035,
-55
],
"size": [
315,
106
],
"flags": {},
"order": 7,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "CLIP",
"type": "CLIP",
"links": [
94,
602
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "TripleCLIPLoader"
},
"widgets_values": [
"clip_l.safetensors",
"clip_g.safetensors",
"t5xxl_fp16.safetensors"
]
},
{
"id": 252,
"type": "CheckpointLoaderSimple",
"pos": [
-2316,
-211
],
"size": [
327.6293077236305,
98
],
"flags": {},
"order": 8,
"mode": 0,
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
565
],
"shape": 3,
"slot_index": 0
},
{
"name": "CLIP",
"type": "CLIP",
"links": [],
"shape": 3,
"slot_index": 1
},
{
"name": "VAE",
"type": "VAE",
"links": [
557
],
"shape": 3,
"slot_index": 2
}
],
"properties": {
"Node name for S&R": "CheckpointLoaderSimple"
},
"widgets_values": [
"sd3_medium.safetensors"
]
},
{
"id": 282,
"type": "DF_Text_Box",
"pos": [
-10,
-1796
],
"size": {
"0": 400,
"1": 200
},
"flags": {},
"order": 9,
"mode": 0,
"outputs": [
{
"name": "STRING",
"type": "STRING",
"links": [
710
],
"shape": 3,
"slot_index": 0
}
],
"title": "Positive prompt",
"properties": {
"Node name for S&R": "DF_Text_Box"
},
"widgets_values": [
"a soft pleasant photo of a golden retriever dog sitting on a chair, in the rain, in the middle of a meadow, low contrast, the dog has wet fur"
]
},
{
"id": 312,
"type": "PrimitiveNode",
"pos": [
-280,
-1393
],
"size": {
"0": 210,
"1": 82
},
"flags": {},
"order": 10,
"mode": 0,
"outputs": [
{
"name": "FLOAT",
"type": "FLOAT",
"links": [
669,
670,
671
],
"widget": {
"name": "cfg"
},
"slot_index": 0
}
],
"title": "CFG",
"properties": {
"Run widget replace on values": false
},
"widgets_values": [
3.5,
"fixed"
]
},
{
"id": 272,
"type": "PrimitiveNode",
"pos": [
-284,
-1262
],
"size": {
"0": 210,
"1": 82
},
"flags": {},
"order": 11,
"mode": 0,
"outputs": [
{
"name": "INT",
"type": "INT",
"links": [
597,
636,
654
],
"slot_index": 0,
"widget": {
"name": "seed"
}
}
],
"title": "Seed",
"properties": {
"Run widget replace on values": false
},
"widgets_values": [
2316009305,
"fixed"
]
},
{
"id": 310,
"type": "PrimitiveNode",
"pos": [
-276,
-1526
],
"size": {
"0": 210,
"1": 82
},
"flags": {},
"order": 12,
"mode": 0,
"outputs": [
{
"name": "INT",
"type": "INT",
"links": [
666,
667,
668
],
"slot_index": 0,
"widget": {
"name": "steps"
}
}
],
"title": "Steps",
"properties": {
"Run widget replace on values": false
},
"widgets_values": [
28,
"fixed"
]
}
],
"links": [
[
94,
11,
0,
71,
0,
"CLIP"
],
[
557,
252,
2,
231,
1,
"VAE"
],
[
565,
252,
0,
13,
0,
"MODEL"
],
[
591,
13,
0,
271,
0,
"MODEL"
],
[
596,
271,
0,
231,
0,
"LATENT"
],
[
597,
272,
0,
271,
4,
"INT"
],
[
602,
11,
0,
274,
0,
"CLIP"
],
[
605,
274,
0,
271,
1,
"CONDITIONING"
],
[
609,
276,
1,
279,
0,
"CLIP"
],
[
610,
279,
0,
277,
1,
"CONDITIONING"
],
[
620,
286,
0,
287,
0,
"CONDITIONING"
],
[
621,
287,
0,
288,
0,
"CONDITIONING"
],
[
622,
285,
0,
288,
1,
"CONDITIONING"
],
[
624,
71,
0,
286,
0,
"CONDITIONING"
],
[
625,
71,
0,
285,
0,
"CONDITIONING"
],
[
626,
290,
0,
291,
0,
"CONDITIONING"
],
[
627,
291,
0,
292,
0,
"CONDITIONING"
],
[
628,
289,
0,
292,
1,
"CONDITIONING"
],
[
629,
278,
0,
290,
0,
"CONDITIONING"
],
[
630,
292,
0,
277,
2,
"CONDITIONING"
],
[
631,
290,
0,
289,
0,
"CONDITIONING"
],
[
632,
277,
0,
293,
0,
"LATENT"
],
[
633,
276,
2,
293,
1,
"VAE"
],
[
634,
293,
0,
294,
0,
"IMAGE"
],
[
635,
231,
0,
295,
0,
"IMAGE"
],
[
636,
272,
0,
277,
4,
"INT"
],
[
638,
276,
1,
278,
0,
"CLIP"
],
[
640,
299,
0,
297,
1,
"CONDITIONING"
],
[
641,
303,
0,
297,
2,
"CONDITIONING"
],
[
642,
296,
1,
298,
0,
"CLIP"
],
[
643,
296,
1,
299,
0,
"CLIP"
],
[
644,
301,
0,
300,
0,
"CONDITIONING"
],
[
645,
298,
0,
301,
0,
"CONDITIONING"
],
[
646,
301,
0,
302,
0,
"CONDITIONING"
],
[
647,
302,
0,
303,
0,
"CONDITIONING"
],
[
648,
300,
0,
303,
1,
"CONDITIONING"
],
[
649,
297,
0,
304,
0,
"LATENT"
],
[
650,
296,
2,
304,
1,
"VAE"
],
[
651,
304,
0,
305,
0,
"IMAGE"
],
[
654,
272,
0,
297,
4,
"INT"
],
[
665,
288,
0,
271,
2,
"CONDITIONING"
],
[
666,
310,
0,
271,
5,
"INT"
],
[
667,
310,
0,
277,
5,
"INT"
],
[
668,
310,
0,
297,
5,
"INT"
],
[
669,
312,
0,
271,
6,
"FLOAT"
],
[
670,
312,
0,
277,
6,
"FLOAT"
],
[
671,
312,
0,
297,
6,
"FLOAT"
],
[
692,
276,
0,
327,
0,
"MODEL"
],
[
693,
327,
0,
277,
0,
"MODEL"
],
[
694,
296,
0,
328,
0,
"MODEL"
],
[
695,
328,
0,
297,
0,
"MODEL"
],
[
710,
282,
0,
335,
0,
"*"
],
[
711,
283,
0,
336,
0,
"*"
],
[
712,
338,
0,
274,
1,
"STRING"
],
[
713,
339,
0,
71,
1,
"STRING"
],
[
714,
135,
0,
340,
0,
"*"
],
[
715,
341,
0,
271,
3,
"LATENT"
],
[
716,
341,
0,
277,
3,
"LATENT"
],
[
717,
338,
0,
279,
1,
"STRING"
],
[
718,
339,
0,
278,
1,
"STRING"
],
[
719,
338,
0,
299,
1,
"STRING"
],
[
720,
339,
0,
298,
1,
"STRING"
],
[
721,
341,
0,
297,
3,
"LATENT"
]
],
"groups": [
{
"title": "Group",
"bounding": [
-1329,
-82,
970,
366
],
"color": "#3f789e",
"font_size": 24,
"locked": false
}
],
"config": {},
"extra": {
"ds": {
"scale": 0.7400249944258293,
"offset": [
683.89889396158,
1877.2420392417328
]
},
"groupNodes": {
"timestep-conditioning": {
"nodes": [
{
"type": "ConditioningSetTimestepRange",
"pos": [
-1010,
310
],
"size": {
"0": 317.4000244140625,
"1": 82
},
"flags": {},
"order": 13,
"mode": 0,
"inputs": [
{
"name": "conditioning",
"type": "CONDITIONING",
"link": null,
"slot_index": 0
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "ConditioningSetTimestepRange"
},
"widgets_values": [
0,
0.1
],
"index": 0
},
{
"type": "ConditioningZeroOut",
"pos": [
-1300,
250
],
"size": {
"0": 211.60000610351562,
"1": 26
},
"flags": {},
"order": 14,
"mode": 0,
"inputs": [
{
"name": "conditioning",
"type": "CONDITIONING",
"link": null
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "ConditioningZeroOut"
},
"index": 1
},
{
"type": "ConditioningSetTimestepRange",
"pos": [
-1010,
170
],
"size": {
"0": 317.4000244140625,
"1": 82
},
"flags": {},
"order": 16,
"mode": 0,
"inputs": [
{
"name": "conditioning",
"type": "CONDITIONING",
"link": null
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "ConditioningSetTimestepRange"
},
"widgets_values": [
0.1,
1
],
"index": 2
},
{
"type": "ConditioningCombine",
"pos": [
-660,
170
],
"size": {
"0": 228.39999389648438,
"1": 46
},
"flags": {},
"order": 17,
"mode": 0,
"inputs": [
{
"name": "conditioning_1",
"type": "CONDITIONING",
"link": null
},
{
"name": "conditioning_2",
"type": "CONDITIONING",
"link": null
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "ConditioningCombine"
},
"index": 3
}
],
"links": [
[
0,
0,
0,
0,
71,
"CONDITIONING"
],
[
0,
0,
1,
0,
71,
"CONDITIONING"
],
[
1,
0,
2,
0,
67,
"CONDITIONING"
],
[
2,
0,
3,
0,
68,
"CONDITIONING"
],
[
0,
0,
3,
1,
70,
"CONDITIONING"
]
],
"external": [
[
3,
0,
"CONDITIONING"
]
]
}
}
},
"version": 0.4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment