{
  "1": {
    "class_type": "UnetLoaderGGUF",
    "inputs": {
      "unet_name": "qwen-image-2512-Q5_K_M.gguf"
    }
  },
  "1a": {
    "class_type": "LoraLoaderModelOnly",
    "inputs": {
      "model": [
        "1",
        0
      ],
      "lora_name": "Qwen-Image-2512-Lightning-4steps-V1.0-bf16.safetensors",
      "strength_model": 1.0
    }
  },
  "1ab": {
    "class_type": "LoraLoaderModelOnly",
    "_comment": "character LoRA slot — runner_inputs.lora injection point (watcher 가 학습 ckpt 끼움). 미주입 시 빈 strength 0 유지 위해 placeholder.",
    "inputs": {
      "model": [
        "1a",
        0
      ],
      "lora_name": "whisper_whsp_qwen2512_v1-step00002500.safetensors",
      "strength_model": 0.85
    }
  },
  "1b": {
    "class_type": "ModelSamplingAuraFlow",
    "inputs": {
      "model": [
        "1ab",
        0
      ],
      "shift": 3.0
    }
  },
  "1c": {
    "class_type": "CFGNorm",
    "inputs": {
      "model": [
        "1b",
        0
      ],
      "strength": 1.0
    }
  },
  "2": {
    "class_type": "CLIPLoader",
    "inputs": {
      "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
      "type": "qwen_image"
    }
  },
  "3": {
    "class_type": "VAELoader",
    "inputs": {
      "vae_name": "qwen_image_vae.safetensors"
    }
  },
  "7": {
    "class_type": "CLIPTextEncode",
    "inputs": {
      "clip": [
        "2",
        0
      ],
      "text": "whsp, tall slender Korean woman, 170cm, 8-head fashion-model proportions, full body standing, urban city street, daylight, candid photograph, photorealistic, Sony A7R V 35mm f/8, 16:9 landscape"
    }
  },
  "8": {
    "class_type": "CLIPTextEncode",
    "inputs": {
      "clip": [
        "2",
        0
      ],
      "text": ""
    }
  },
  "9": {
    "class_type": "EmptyQwenImageLayeredLatentImage",
    "inputs": {
      "width": 1344,
      "height": 768,
      "layers": 1,
      "batch_size": 1
    }
  },
  "10": {
    "class_type": "KSampler",
    "inputs": {
      "model": [
        "1c",
        0
      ],
      "positive": [
        "7",
        0
      ],
      "negative": [
        "8",
        0
      ],
      "latent_image": [
        "9",
        0
      ],
      "seed": 3064970996,
      "steps": 4,
      "cfg": 1.0,
      "sampler_name": "euler",
      "scheduler": "beta",
      "denoise": 1.0
    }
  },
  "11": {
    "class_type": "VAEDecode",
    "inputs": {
      "samples": [
        "10",
        0
      ],
      "vae": [
        "3",
        0
      ]
    }
  },
  "13": {
    "class_type": "SaveImage",
    "inputs": {
      "images": [
        "11",
        0
      ],
      "filename_prefix": "t2i-qwen-image-2512-lightning4-mac"
    }
  }
}