{
  "last_node_id": 16,
  "last_link_id": 20,
  "nodes": [
    {
      "id": 1,
      "type": "CheckpointLoaderSimple",
      "pos": [
        50,
        100
      ],
      "size": [
        315,
        98
      ],
      "flags": {},
      "order": 0,
      "mode": 0,
      "inputs": {},
      "outputs": [
        {
          "name": "MODEL",
          "type": "MODEL",
          "links": [
            1,
            2
          ],
          "slot_index": 0
        },
        {
          "name": "CLIP",
          "type": "CLIP",
          "links": [
            3,
            4
          ],
          "slot_index": 1
        },
        {
          "name": "VAE",
          "type": "VAE",
          "links": [
            5
          ],
          "slot_index": 2
        }
      ],
      "properties": {
        "Node name for S&R": "CheckpointLoaderSimple"
      },
      "widgets_values": [
        "SDXL/albedobaseXL_v31Large.safetensors"
      ]
    },
    {
      "id": 2,
      "type": "EmptyLatentImage",
      "pos": [
        50,
        350
      ],
      "size": [
        315,
        106
      ],
      "flags": {},
      "order": 1,
      "mode": 0,
      "inputs": {},
      "outputs": [
        {
          "name": "LATENT",
          "type": "LATENT",
          "links": [
            6,
            7
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "EmptyLatentImage"
      },
      "widgets_values": [
        1024,
        1024,
        1
      ]
    },
    {
      "id": 3,
      "type": "CLIPTextEncode",
      "pos": [
        450,
        50
      ],
      "size": [
        400,
        200
      ],
      "flags": {},
      "order": 2,
      "mode": 0,
      "inputs": [
        {
          "name": "clip",
          "type": "CLIP",
          "link": 3
        }
      ],
      "outputs": [
        {
          "name": "CONDITIONING",
          "type": "CONDITIONING",
          "links": [
            8
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "CLIPTextEncode"
      },
      "widgets_values": [
        "a beautiful landscape with mountains and a lake, golden hour lighting, highly detailed, 8k"
      ]
    },
    {
      "id": 4,
      "type": "CLIPTextEncode",
      "pos": [
        450,
        350
      ],
      "size": [
        400,
        100
      ],
      "flags": {},
      "order": 3,
      "mode": 0,
      "inputs": [
        {
          "name": "clip",
          "type": "CLIP",
          "link": 4
        }
      ],
      "outputs": [
        {
          "name": "CONDITIONING",
          "type": "CONDITIONING",
          "links": [
            9
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "CLIPTextEncode"
      },
      "widgets_values": [
        "blurry, low quality, watermark, text"
      ]
    },
    {
      "id": 5,
      "type": "KSampler",
      "pos": [
        950,
        50
      ],
      "size": [
        315,
        262
      ],
      "flags": {},
      "order": 4,
      "mode": 0,
      "inputs": [
        {
          "name": "model",
          "type": "MODEL",
          "link": 1
        },
        {
          "name": "positive",
          "type": "CONDITIONING",
          "link": 8
        },
        {
          "name": "negative",
          "type": "CONDITIONING",
          "link": 9
        },
        {
          "name": "latent_image",
          "type": "LATENT",
          "link": 6
        }
      ],
      "outputs": [
        {
          "name": "LATENT",
          "type": "LATENT",
          "links": [
            10
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "KSampler"
      },
      "widgets_values": [
        42,
        "randomize",
        30,
        8.0,
        "euler_cfg_pp",
        "sgm_uniform",
        1
      ]
    },
    {
      "id": 6,
      "type": "KSampler",
      "pos": [
        950,
        350
      ],
      "size": [
        315,
        262
      ],
      "flags": {},
      "order": 5,
      "mode": 0,
      "inputs": [
        {
          "name": "model",
          "type": "MODEL",
          "link": 2
        },
        {
          "name": "positive",
          "type": "CONDITIONING",
          "link": 8
        },
        {
          "name": "negative",
          "type": "CONDITIONING",
          "link": 9
        },
        {
          "name": "latent_image",
          "type": "LATENT",
          "link": 7
        }
      ],
      "outputs": [
        {
          "name": "LATENT",
          "type": "LATENT",
          "links": [
            11
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "KSampler"
      },
      "widgets_values": [
        42,
        "randomize",
        30,
        8.0,
        "dpmpp_2m",
        "karras",
        1
      ]
    },
    {
      "id": 7,
      "type": "VAEDecode",
      "pos": [
        1350,
        50
      ],
      "size": [
        315,
        56
      ],
      "flags": {},
      "order": 6,
      "mode": 0,
      "inputs": [
        {
          "name": "samples",
          "type": "LATENT",
          "link": 10
        },
        {
          "name": "vae",
          "type": "VAE",
          "link": 5
        }
      ],
      "outputs": [
        {
          "name": "IMAGE",
          "type": "IMAGE",
          "links": [
            12
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "VAEDecode"
      },
      "widgets_values": []
    },
    {
      "id": 8,
      "type": "VAEDecode",
      "pos": [
        1350,
        350
      ],
      "size": [
        315,
        56
      ],
      "flags": {},
      "order": 7,
      "mode": 0,
      "inputs": [
        {
          "name": "samples",
          "type": "LATENT",
          "link": 11
        },
        {
          "name": "vae",
          "type": "VAE",
          "link": 5
        }
      ],
      "outputs": [
        {
          "name": "IMAGE",
          "type": "IMAGE",
          "links": [
            13
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "VAEDecode"
      },
      "widgets_values": []
    },
    {
      "id": 9,
      "type": "SaveImage",
      "pos": [
        1750,
        50
      ],
      "size": [
        350,
        270
      ],
      "flags": {},
      "order": 8,
      "mode": 0,
      "inputs": [
        {
          "name": "images",
          "type": "IMAGE",
          "link": 12
        }
      ],
      "outputs": [],
      "properties": {},
      "widgets_values": [
        "sdxl_euler_cfg_pp"
      ]
    },
    {
      "id": 10,
      "type": "SaveImage",
      "pos": [
        1750,
        350
      ],
      "size": [
        350,
        270
      ],
      "flags": {},
      "order": 9,
      "mode": 0,
      "inputs": [
        {
          "name": "images",
          "type": "IMAGE",
          "link": 13
        }
      ],
      "outputs": [],
      "properties": {},
      "widgets_values": [
        "sdxl_dpmpp_2m"
      ]
    },
    {
      "id": 11,
      "type": "Note",
      "pos": [
        1750,
        -80
      ],
      "size": [
        350,
        80
      ],
      "flags": {},
      "order": 10,
      "mode": 0,
      "inputs": {},
      "outputs": [],
      "properties": {},
      "widgets_values": [
        "SDXL Settings:\n- Sampler 1: euler_cfg_pp, CFG 8.0, 30 steps\n- Sampler 2: dpmpp_2m, CFG 8.0, 30 steps\n- CFG varies by model (7.0-8.0 typical)\n- Same seed (42), same prompt, same resolution (1024x1024)"
      ],
      "color": "#432",
      "bgcolor": "#653"
    },
    {
      "id": 12,
      "type": "Note",
      "pos": [
        50,
        -80
      ],
      "size": [
        315,
        60
      ],
      "flags": {},
      "order": 11,
      "mode": 0,
      "inputs": {},
      "outputs": [],
      "properties": {},
      "widgets_values": [
        "SDXL Two-Sampler Comparison\nReplace checkpoint with your SDXL model"
      ],
      "color": "#234",
      "bgcolor": "#35a"
    },
    {
      "id": 13,
      "type": "PrimitiveNode",
      "pos": [
        450,
        500
      ],
      "size": [
        400,
        100
      ],
      "flags": {},
      "order": 12,
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "TEXT",
          "type": "STRING",
          "links": [
            14
          ],
          "slot_index": 0,
          "widget": {
            "name": "text"
          }
        }
      ],
      "properties": {
        "Run widget replace on connection": true
      },
      "widgets_values": [
        "a beautiful landscape with mountains and a lake, golden hour lighting, highly detailed, 8k",
        "concat"
      ],
      "title": "Positive Prompt"
    },
    {
      "id": 14,
      "type": "PrimitiveNode",
      "pos": [
        900,
        500
      ],
      "size": [
        400,
        100
      ],
      "flags": {},
      "order": 13,
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "TEXT",
          "type": "STRING",
          "links": [
            15
          ],
          "slot_index": 0,
          "widget": {
            "name": "text"
          }
        }
      ],
      "properties": {
        "Run widget replace on connection": true
      },
      "widgets_values": [
        "blurry, low quality, watermark, text",
        "concat"
      ],
      "title": "Negative Prompt"
    },
    {
      "id": 15,
      "type": "Note",
      "pos": [
        950,
        650
      ],
      "size": [
        315,
        80
      ],
      "flags": {},
      "order": 14,
      "mode": 0,
      "inputs": {},
      "outputs": [],
      "properties": {},
      "widgets_values": [
        "SDXL uses two CLIP encoders (clip-vit-large-patch14 + clip-g)\nCheckpointLoaderSimple handles both automatically"
      ],
      "color": "#432",
      "bgcolor": "#653"
    },
    {
      "id": 16,
      "type": "Note",
      "pos": [
        1350,
        650
      ],
      "size": [
        315,
        80
      ],
      "flags": {},
      "order": 15,
      "mode": 0,
      "inputs": {},
      "outputs": [],
      "properties": {},
      "widgets_values": [
        "VAE: sd_xl_base_0.9vae.safetensors\nUse the 0.9 VAE version for best results"
      ],
      "color": "#432",
      "bgcolor": "#653"
    }
  ],
  "links": [
    [
      1,
      1,
      0,
      5,
      0,
      "MODEL"
    ],
    [
      2,
      1,
      0,
      6,
      0,
      "MODEL"
    ],
    [
      3,
      1,
      1,
      3,
      0,
      "CLIP"
    ],
    [
      4,
      1,
      1,
      4,
      0,
      "CLIP"
    ],
    [
      5,
      1,
      2,
      7,
      1,
      "VAE"
    ],
    [
      6,
      2,
      0,
      5,
      3,
      "LATENT"
    ],
    [
      7,
      2,
      0,
      6,
      3,
      "LATENT"
    ],
    [
      8,
      3,
      0,
      5,
      1,
      "CONDITIONING"
    ],
    [
      9,
      4,
      0,
      5,
      2,
      "CONDITIONING"
    ],
    [
      10,
      5,
      0,
      7,
      0,
      "LATENT"
    ],
    [
      11,
      6,
      0,
      8,
      0,
      "LATENT"
    ],
    [
      12,
      7,
      0,
      9,
      0,
      "IMAGE"
    ],
    [
      13,
      8,
      0,
      10,
      0,
      "IMAGE"
    ]
  ],
  "groups": [],
  "config": {},
  "extra": {
    "ds": {
      "scale": 1.1,
      "offset": [
        0,
        0
      ]
    }
  },
  "version": 0.4
}