{
  "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-step00000500.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": "girl, BUST SHOT ONLY — head shoulders and chest, generous headroom above, front-facing at slight low angle. NO legs visible, NO shoes visible, NO pants visible, NO lower body shown. She wears a structured dark navy notch lapel blazer over a cream silk camisole, delicate gold pendant necklace and small pearl stud earrings. Standing naturally facing the camera, relaxed shoulders, arms softly at sides. Background: professional music production mixing studio with mixing console and acoustic panels visible behind her, warm ambient studio lighting. Warm sincere closing expression with gentle warm smile. Deep depth of field, both subject and background in sharp crisp focus, no background blur. Cinematic widescreen 16:9. NO legs visible, NO shoes visible, NO pants visible, NO lower body shown. No text, no signs, no korean characters, clean background."
    }
  },
  "8": {
    "class_type": "CLIPTextEncode",
    "inputs": {
      "clip": [
        "2",
        0
      ],
      "text": ""
    }
  },
  "9": {
    "class_type": "EmptyQwenImageLayeredLatentImage",
    "inputs": {
      "width": 1536,
      "height": 864,
      "layers": 1,
      "batch_size": 1
    }
  },
  "10": {
    "class_type": "KSampler",
    "inputs": {
      "model": [
        "1c",
        0
      ],
      "positive": [
        "7",
        0
      ],
      "negative": [
        "8",
        0
      ],
      "latent_image": [
        "9",
        0
      ],
      "seed": 369954465,
      "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"
    }
  }
}