{
  "id": "45e524c0-3409-4690-9a92-d012e579a1df",
  "revision": 0,
  "last_node_id": 16,
  "last_link_id": 14,
  "nodes": [
    {
      "id": 2,
      "type": "CLIPLoader",
      "pos": [
        0,
        140
      ],
      "size": [
        270,
        114
      ],
      "flags": {},
      "order": 0,
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "CLIP",
          "type": "CLIP",
          "links": [
            1
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "CLIPLoader"
      },
      "widgets_values": [
        "z-image\\qwen_3_4b.safetensors",
        "flux2",
        "default"
      ]
    },
    {
      "id": 3,
      "type": "VAELoader",
      "pos": [
        0,
        300
      ],
      "size": [
        270,
        62
      ],
      "flags": {},
      "order": 1,
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "VAE",
          "type": "VAE",
          "links": [
            11
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "VAELoader"
      },
      "widgets_values": [
        "flux\\flux2-vae.safetensors"
      ]
    },
    {
      "id": 4,
      "type": "CLIPTextEncode",
      "pos": [
        440,
        0
      ],
      "size": [
        400,
        200
      ],
      "flags": {},
      "order": 7,
      "mode": 0,
      "inputs": [
        {
          "name": "clip",
          "type": "CLIP",
          "link": 1
        }
      ],
      "outputs": [
        {
          "name": "CONDITIONING",
          "type": "CONDITIONING",
          "links": [
            2,
            13
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "CLIPTextEncode"
      },
      "widgets_values": [
        "A vintage travel poster for Kyoto with the large text \"KYOTO\" at the top in art-deco font, a torii gate and autumn maple leaves, subtitle \"Old Capital, New Wonders\" at the bottom"
      ]
    },
    {
      "id": 7,
      "type": "RandomNoise",
      "pos": [
        880,
        280
      ],
      "size": [
        270,
        82
      ],
      "flags": {},
      "order": 2,
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "NOISE",
          "type": "NOISE",
          "links": [
            5
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "RandomNoise"
      },
      "widgets_values": [
        848325768,
        "randomize"
      ]
    },
    {
      "id": 8,
      "type": "KSamplerSelect",
      "pos": [
        880,
        420
      ],
      "size": [
        270,
        62
      ],
      "flags": {},
      "order": 3,
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "SAMPLER",
          "type": "SAMPLER",
          "links": [
            7
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "KSamplerSelect"
      },
      "widgets_values": [
        "euler"
      ]
    },
    {
      "id": 9,
      "type": "Flux2Scheduler",
      "pos": [
        880,
        540
      ],
      "size": [
        270,
        118
      ],
      "flags": {},
      "order": 4,
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "SIGMAS",
          "type": "SIGMAS",
          "links": [
            8
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "Flux2Scheduler"
      },
      "widgets_values": [
        4,
        832,
        1216
      ]
    },
    {
      "id": 10,
      "type": "EmptyFlux2LatentImage",
      "pos": [
        880,
        720
      ],
      "size": [
        270,
        118
      ],
      "flags": {},
      "order": 5,
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "LATENT",
          "type": "LATENT",
          "links": [
            9
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "EmptyFlux2LatentImage"
      },
      "widgets_values": [
        832,
        1216,
        1
      ]
    },
    {
      "id": 11,
      "type": "SamplerCustomAdvanced",
      "pos": [
        1340,
        0
      ],
      "size": [
        225,
        114
      ],
      "flags": {},
      "order": 10,
      "mode": 0,
      "inputs": [
        {
          "name": "noise",
          "type": "NOISE",
          "link": 5
        },
        {
          "name": "guider",
          "type": "GUIDER",
          "link": 6
        },
        {
          "name": "sampler",
          "type": "SAMPLER",
          "link": 7
        },
        {
          "name": "sigmas",
          "type": "SIGMAS",
          "link": 8
        },
        {
          "name": "latent_image",
          "type": "LATENT",
          "link": 9
        }
      ],
      "outputs": [
        {
          "name": "output",
          "type": "LATENT",
          "links": [
            10
          ]
        },
        {
          "name": "denoised_output",
          "type": "LATENT",
          "links": null
        }
      ],
      "properties": {
        "Node name for S&R": "SamplerCustomAdvanced"
      },
      "widgets_values": []
    },
    {
      "id": 12,
      "type": "VAEDecode",
      "pos": [
        1800,
        0
      ],
      "size": [
        225,
        54
      ],
      "flags": {},
      "order": 11,
      "mode": 0,
      "inputs": [
        {
          "name": "samples",
          "type": "LATENT",
          "link": 10
        },
        {
          "name": "vae",
          "type": "VAE",
          "link": 11
        }
      ],
      "outputs": [
        {
          "name": "IMAGE",
          "type": "IMAGE",
          "links": [
            12
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "VAEDecode"
      },
      "widgets_values": []
    },
    {
      "id": 13,
      "type": "SaveImage",
      "pos": [
        1800,
        120
      ],
      "size": [
        313.46875,
        70
      ],
      "flags": {},
      "order": 12,
      "mode": 0,
      "inputs": [
        {
          "name": "images",
          "type": "IMAGE",
          "link": 12
        }
      ],
      "outputs": [
        {
          "name": "images",
          "type": "IMAGE",
          "links": null
        }
      ],
      "properties": {},
      "widgets_values": [
        "%date:yyyyMMdd%/ComfyUI"
      ]
    },
    {
      "id": 14,
      "type": "ConditioningZeroOut",
      "pos": [
        880,
        0
      ],
      "size": [
        280,
        34
      ],
      "flags": {},
      "order": 8,
      "mode": 0,
      "inputs": [
        {
          "name": "conditioning",
          "type": "CONDITIONING",
          "link": 2
        }
      ],
      "outputs": [
        {
          "name": "CONDITIONING",
          "type": "CONDITIONING",
          "links": [
            4
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "ConditioningZeroOut"
      },
      "widgets_values": []
    },
    {
      "id": 15,
      "type": "CFGGuider",
      "pos": [
        880,
        100
      ],
      "size": [
        280,
        102
      ],
      "flags": {},
      "order": 9,
      "mode": 0,
      "inputs": [
        {
          "name": "model",
          "type": "MODEL",
          "link": 14
        },
        {
          "name": "positive",
          "type": "CONDITIONING",
          "link": 13
        },
        {
          "name": "negative",
          "type": "CONDITIONING",
          "link": 4
        }
      ],
      "outputs": [
        {
          "name": "GUIDER",
          "type": "GUIDER",
          "links": [
            6
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "CFGGuider"
      },
      "widgets_values": [
        1
      ]
    },
    {
      "id": 16,
      "type": "UnetLoaderGGUF",
      "pos": [
        2.333333333333274,
        -9.999999999999993
      ],
      "size": [
        340,
        86
      ],
      "flags": {},
      "order": 6,
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "MODEL",
          "type": "MODEL",
          "links": [
            14
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "UnetLoaderGGUF"
      },
      "widgets_values": [
        "flux\\flux2-dev-Q4_K_M.gguf"
      ]
    }
  ],
  "links": [
    [
      1,
      2,
      0,
      4,
      0,
      "CLIP"
    ],
    [
      2,
      4,
      0,
      14,
      0,
      "CONDITIONING"
    ],
    [
      4,
      14,
      0,
      15,
      2,
      "CONDITIONING"
    ],
    [
      5,
      7,
      0,
      11,
      0,
      "NOISE"
    ],
    [
      6,
      15,
      0,
      11,
      1,
      "GUIDER"
    ],
    [
      7,
      8,
      0,
      11,
      2,
      "SAMPLER"
    ],
    [
      8,
      9,
      0,
      11,
      3,
      "SIGMAS"
    ],
    [
      9,
      10,
      0,
      11,
      4,
      "LATENT"
    ],
    [
      10,
      11,
      0,
      12,
      0,
      "LATENT"
    ],
    [
      11,
      3,
      0,
      12,
      1,
      "VAE"
    ],
    [
      12,
      12,
      0,
      13,
      0,
      "IMAGE"
    ],
    [
      13,
      4,
      0,
      15,
      1,
      "CONDITIONING"
    ],
    [
      14,
      16,
      0,
      15,
      0,
      "MODEL"
    ]
  ],
  "groups": [],
  "config": {},
  "extra": {
    "ds": {
      "scale": 0.9,
      "offset": [
        376.00000000000017,
        284.4444444444443
      ]
    },
    "frontendVersion": "1.47.11",
    "VHS_latentpreview": false,
    "VHS_latentpreviewrate": 0,
    "VHS_MetadataImage": true,
    "VHS_KeepIntermediate": true
  },
  "version": 0.4
}
