{
  "1": {
    "class_type": "UNETLoader",
    "_comment": "Krea 2 Turbo 12B NVFP4 (공식 양자화판) — r2i 판의 베이스. 성향 리스크 없는 공식 판을 골랐다(RedCraft 는 미요청 노출 이력).",
    "inputs": {
      "unet_name": "krea2_turbo_nvfp4.safetensors",
      "weight_dtype": "default"
    }
  },
  "2": {
    "class_type": "CLIPLoader",
    "_comment": "Krea 2 dedicated Qwen3-VL 4B BF16 text encoder.",
    "inputs": {
      "clip_name": "qwen3vl_4b_bf16.safetensors",
      "type": "krea2",
      "device": "default"
    }
  },
  "3": {
    "class_type": "VAELoader",
    "inputs": {
      "vae_name": "qwen_image_vae.safetensors"
    }
  },
  "4": {
    "class_type": "TextEncodeQwenImageEdit",
    "_comment": "ref 이미지를 **텍스트 인코더의 비전 입력**으로 넣는다(krea2 TE = Qwen3-VL-4B). ★`vae` 미연결이 설계다 — krea2 는 reference_latents 를 안 읽으므로(model_base.Krea2.extra_conds) 물려봐야 조용히 무시된다. 노드가 ref 를 ~1MP 로 **비율 유지 리사이즈**(area)하고 크롭은 안 한다.",
    "inputs": {
      "clip": [
        "2",
        0
      ],
      "prompt": "The same young woman as in the reference photo, full body, riding a skateboard down an empty city street. She wears a hip streetwear outfit: an oversized cropped varsity jacket over a white crop top, baggy low-rise cargo pants, chunky white sneakers, a small crossbody bag, silver hoop earrings. Her long dark hair streams behind her in the wind. One foot on the board, the other pushing off the asphalt, knees bent, arms out for balance, leaning into the motion. Late afternoon sunlight rakes across the road, long shadows, blurred storefronts and parked cars behind her. Candid street photograph, 35mm, shallow depth of field, natural skin texture."
    }
  },
  "5": {
    "class_type": "ConditioningZeroOut",
    "_comment": "Official Krea 2 Turbo template derives zero negative conditioning from positive.",
    "inputs": {
      "conditioning": [
        "4",
        0
      ]
    }
  },
  "6": {
    "class_type": "EmptyLatentImage",
    "inputs": {
      "width": 768,
      "height": 1344,
      "batch_size": 1
    }
  },
  "7": {
    "class_type": "KSampler",
    "_comment": "Official Krea 2 Turbo defaults: 8 steps, CFG 1, Euler/simple.",
    "inputs": {
      "model": [
        "1",
        0
      ],
      "positive": [
        "4",
        0
      ],
      "negative": [
        "5",
        0
      ],
      "latent_image": [
        "6",
        0
      ],
      "seed": 1879991402,
      "steps": 8,
      "cfg": 1.0,
      "sampler_name": "euler",
      "scheduler": "simple",
      "denoise": 1.0
    }
  },
  "8": {
    "class_type": "VAEDecode",
    "inputs": {
      "samples": [
        "7",
        0
      ],
      "vae": [
        "3",
        0
      ]
    }
  },
  "9": {
    "class_type": "SaveImage",
    "inputs": {
      "images": [
        "8",
        0
      ],
      "filename_prefix": "krea2-r2i-nvfp4-spark_j028513"
    }
  }
}