{
  "last_node_id": 10,
  "last_link_id": 9,
  "nodes": [
    {
      "id": 1,
      "type": "UNETLoader",
      "pos": [50, 100],
      "size": {"0": 315, "1": 58},
      "inputs": [],
      "outputs": [
        {"name": "MODEL", "type": "MODEL", "links": [1], "slot_index": 0}
      ],
      "properties": {"Node name for S&R": "UNETLoader"},
      "widgets_values": ["FLUX1/flux-2-klein-9b.safetensors"]
    },
    {
      "id": 2,
      "type": "VAELoader",
      "pos": [50, 200],
      "size": {"0": 315, "1": 58},
      "inputs": [],
      "outputs": [
        {"name": "VAE", "type": "VAE", "links": [3], "slot_index": 0}
      ],
      "properties": {"Node name for S&R": "VAELoader"},
      "widgets_values": ["flux2-vae.safetensors"]
    },
    {
      "id": 3,
      "type": "CLIPLoader",
      "pos": [50, 300],
      "size": {"0": 315, "1": 58},
      "inputs": [],
      "outputs": [
        {"name": "CLIP", "type": "CLIP", "links": [2], "slot_index": 0}
      ],
      "properties": {"Node name for S&R": "CLIPLoader"},
      "widgets_values": ["qwen/qwen3_8b_abliterated_v2-fp8mixed.safetensors"]
    },
    {
      "id": 4,
      "type": "CLIPTextEncode",
      "pos": [450, 50],
      "size": {"0": 400, "1": 200},
      "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": ["portrait of a young woman with blue eyes, natural lighting, detailed skin texture, professional photography"]
    },
    {
      "id": 5,
      "type": "CLIPTextEncode",
      "pos": [450, 350],
      "size": {"0": 400, "1": 100},
      "inputs": [
        {"name": "clip", "type": "CLIP", "link": 2}
      ],
      "outputs": [
        {"name": "CONDITIONING", "type": "CONDITIONING", "links": [5], "slot_index": 0}
      ],
      "properties": {"Node name for S&R": "CLIPTextEncode"},
      "widgets_values": ["text, watermark, blurry, ugly, deformed, noisy, distorted"]
    },
    {
      "id": 6,
      "type": "FluxGuidance",
      "pos": [850, 50],
      "size": {"0": 218, "1": 58},
      "inputs": [
        {"name": "conditioning", "type": "CONDITIONING", "link": 4}
      ],
      "outputs": [
        {"name": "CONDITIONING", "type": "CONDITIONING", "links": [6], "slot_index": 0}
      ],
      "properties": {"Node name for S&R": "FluxGuidance"},
      "widgets_values": [1.0]
    },
    {
      "id": 7,
      "type": "EmptyLatentImage",
      "pos": [450, 550],
      "size": {"0": 315, "1": 106},
      "inputs": [],
      "outputs": [
        {"name": "LATENT", "type": "LATENT", "links": [7], "slot_index": 0}
      ],
      "properties": {"Node name for S&R": "EmptyLatentImage"},
      "widgets_values": [832, 1216, 1]
    },
    {
      "id": 8,
      "type": "KSampler",
      "pos": [1150, 150],
      "size": {"0": 315, "1": 262},
      "inputs": [
        {"name": "model", "type": "MODEL", "link": 1},
        {"name": "positive", "type": "CONDITIONING", "link": 6},
        {"name": "negative", "type": "CONDITIONING", "link": 5},
        {"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": [42, "randomize", 8, 1.0, "euler_cfg_pp", "simple", 1]
    },
    {
      "id": 9,
      "type": "VAEDecode",
      "pos": [1550, 150],
      "size": {"0": 210, "1": 56},
      "inputs": [
        {"name": "samples", "type": "LATENT", "link": 8},
        {"name": "vae", "type": "VAE", "link": 3}
      ],
      "outputs": [
        {"name": "IMAGE", "type": "IMAGE", "links": [9], "slot_index": 0}
      ],
      "properties": {"Node name for S&R": "VAEDecode"},
      "widgets_values": []
    },
    {
      "id": 10,
      "type": "SaveImage",
      "pos": [1850, 150],
      "size": {"0": 315, "1": 270},
      "inputs": [
        {"name": "images", "type": "IMAGE", "link": 9}
      ],
      "outputs": [],
      "properties": {},
      "widgets_values": ["flux_klein_v1_portrait"]
    }
  ],
  "links": [
    [1, 1, 0, 8, 0, "MODEL"],
    [2, 3, 0, 4, 0, "CLIP"],
    [2, 3, 0, 5, 0, "CLIP"],
    [3, 2, 0, 9, 1, "VAE"],
    [4, 4, 0, 6, 0, "CONDITIONING"],
    [5, 5, 0, 8, 2, "CONDITIONING"],
    [6, 6, 0, 8, 1, "CONDITIONING"],
    [7, 7, 0, 8, 3, "LATENT"],
    [8, 8, 0, 9, 0, "LATENT"],
    [9, 9, 0, 10, 0, "IMAGE"]
  ],
  "groups": [],
  "config": {},
  "extra": {},
  "version": 0.4
}
