{
  "last_node_id": 10,
  "last_link_id": 10,
  "nodes": [
    {
      "id": 1,
      "type": "UNETLoader",
      "pos": [40, 60],
      "size": [360, 82],
      "flags": {},
      "order": 0,
      "mode": 0,
      "inputs": [],
      "outputs": [
        { "name": "MODEL", "type": "MODEL", "links": [1], "slot_index": 0 }
      ],
      "properties": { "Node name for S&R": "UNETLoader" },
      "widgets_values": ["flux1-krea-dev.safetensors", "default"]
    },
    {
      "id": 2,
      "type": "DualCLIPLoader",
      "pos": [40, 190],
      "size": [360, 122],
      "flags": {},
      "order": 1,
      "mode": 0,
      "inputs": [],
      "outputs": [
        { "name": "CLIP", "type": "CLIP", "links": [2, 3], "slot_index": 0 }
      ],
      "properties": { "Node name for S&R": "DualCLIPLoader" },
      "widgets_values": ["t5xxl_fp16.safetensors", "clip_l.safetensors", "flux"]
    },
    {
      "id": 3,
      "type": "VAELoader",
      "pos": [40, 360],
      "size": [360, 58],
      "flags": {},
      "order": 2,
      "mode": 0,
      "inputs": [],
      "outputs": [
        { "name": "VAE", "type": "VAE", "links": [9], "slot_index": 0 }
      ],
      "properties": { "Node name for S&R": "VAELoader" },
      "widgets_values": ["ae.safetensors"]
    },
    {
      "id": 4,
      "type": "CLIPTextEncode",
      "pos": [420, 60],
      "size": [430, 220],
      "flags": {},
      "order": 4,
      "mode": 0,
      "inputs": [
        { "name": "clip", "type": "CLIP", "link": 2 }
      ],
      "outputs": [
        { "name": "CONDITIONING", "type": "CONDITIONING", "links": [4], "slot_index": 0 }
      ],
      "properties": { "Node name for S&R": "CLIPTextEncode" },
      "widgets_values": ["A candid portrait photograph of a woman in a cafe by the window, soft natural morning light, shallow depth of field, photorealistic, fine skin texture, 35mm film look"]
    },
    {
      "id": 5,
      "type": "CLIPTextEncode",
      "pos": [420, 320],
      "size": [430, 110],
      "flags": {},
      "order": 5,
      "mode": 0,
      "inputs": [
        { "name": "clip", "type": "CLIP", "link": 3 }
      ],
      "outputs": [
        { "name": "CONDITIONING", "type": "CONDITIONING", "links": [6], "slot_index": 0 }
      ],
      "properties": { "Node name for S&R": "CLIPTextEncode" },
      "widgets_values": [""]
    },
    {
      "id": 6,
      "type": "FluxGuidance",
      "pos": [890, 60],
      "size": [260, 58],
      "flags": {},
      "order": 6,
      "mode": 0,
      "inputs": [
        { "name": "conditioning", "type": "CONDITIONING", "link": 4 }
      ],
      "outputs": [
        { "name": "CONDITIONING", "type": "CONDITIONING", "links": [5], "slot_index": 0 }
      ],
      "properties": { "Node name for S&R": "FluxGuidance" },
      "widgets_values": [4.5]
    },
    {
      "id": 7,
      "type": "EmptySD3LatentImage",
      "pos": [890, 170],
      "size": [260, 106],
      "flags": {},
      "order": 3,
      "mode": 0,
      "inputs": [],
      "outputs": [
        { "name": "LATENT", "type": "LATENT", "links": [7], "slot_index": 0 }
      ],
      "properties": { "Node name for S&R": "EmptySD3LatentImage" },
      "widgets_values": [1024, 1024, 1]
    },
    {
      "id": 8,
      "type": "KSampler",
      "pos": [1190, 60],
      "size": [300, 262],
      "flags": {},
      "order": 7,
      "mode": 0,
      "inputs": [
        { "name": "model", "type": "MODEL", "link": 1 },
        { "name": "positive", "type": "CONDITIONING", "link": 5 },
        { "name": "negative", "type": "CONDITIONING", "link": 6 },
        { "name": "latent_image", "type": "LATENT", "link": 7 }
      ],
      "outputs": [
        { "name": "LATENT", "type": "LATENT", "links": [8], "slot_index": 0 }
      ],
      "properties": { "Node name for S&R": "KSampler" },
      "widgets_values": [156680208700286, "randomize", 25, 1.0, "euler", "simple", 1.0]
    },
    {
      "id": 9,
      "type": "VAEDecode",
      "pos": [1530, 60],
      "size": [200, 46],
      "flags": {},
      "order": 8,
      "mode": 0,
      "inputs": [
        { "name": "samples", "type": "LATENT", "link": 8 },
        { "name": "vae", "type": "VAE", "link": 9 }
      ],
      "outputs": [
        { "name": "IMAGE", "type": "IMAGE", "links": [10], "slot_index": 0 }
      ],
      "properties": { "Node name for S&R": "VAEDecode" }
    },
    {
      "id": 10,
      "type": "SaveImage",
      "pos": [1530, 160],
      "size": [400, 450],
      "flags": {},
      "order": 9,
      "mode": 0,
      "inputs": [
        { "name": "images", "type": "IMAGE", "link": 10 }
      ],
      "outputs": [],
      "properties": {},
      "widgets_values": ["FluxKrea"]
    }
  ],
  "links": [
    [1, 1, 0, 8, 0, "MODEL"],
    [2, 2, 0, 4, 0, "CLIP"],
    [3, 2, 0, 5, 0, "CLIP"],
    [4, 4, 0, 6, 0, "CONDITIONING"],
    [5, 6, 0, 8, 1, "CONDITIONING"],
    [6, 5, 0, 8, 2, "CONDITIONING"],
    [7, 7, 0, 8, 3, "LATENT"],
    [8, 8, 0, 9, 0, "LATENT"],
    [9, 3, 0, 9, 1, "VAE"],
    [10, 9, 0, 10, 0, "IMAGE"]
  ],
  "groups": [],
  "config": {},
  "extra": {},
  "version": 0.4
}
