{
  "29": {
    "inputs": {
      "filename_prefix": "Krea2_turbo",
      "images": [
        "30:8",
        0
      ]
    },
    "class_type": "SaveImage",
    "_meta": {
      "title": "Save Image"
    }
  },
  "30:5": {
    "inputs": {
      "width": 854,
      "height": 480,
      "batch_size": 1
    },
    "class_type": "EmptyLatentImage",
    "_meta": {
      "title": "Empty Latent Image"
    }
  },
  "30:12": {
    "inputs": {
      "vae_name": "qwen_image_vae.safetensors"
    },
    "class_type": "VAELoader",
    "_meta": {
      "title": "Load VAE"
    }
  },
  "30:11": {
    "inputs": {
      "clip_name": "qwen3vl_4b_bf16.safetensors",
      "type": "krea2",
      "device": "default"
    },
    "class_type": "CLIPLoader",
    "_meta": {
      "title": "Load CLIP"
    }
  },
  "30:10": {
    "inputs": {
      "unet_name": "krea2_turbo_bf16.safetensors",
      "weight_dtype": "default"
    },
    "class_type": "UNETLoader",
    "_meta": {
      "title": "Load Diffusion Model"
    }
  },
  "30:6": {
    "inputs": {
      "text": "a close-up portrait of a golden retriever dog lying on a light carpet in a cozy living room, warm natural sunlight coming from the side, soft focus background, high detail fur texture, friendly and calm expression, 16:9 aspect ratio",
      "clip": [
        "30:11",
        0
      ]
    },
    "class_type": "CLIPTextEncode",
    "_meta": {
      "title": "CLIP Text Encode (Prompt)"
    }
  },
  "30:13": {
    "inputs": {
      "conditioning": [
        "30:6",
        0
      ]
    },
    "class_type": "ConditioningZeroOut",
    "_meta": {
      "title": "ConditioningZeroOut"
    }
  },
  "30:3": {
    "inputs": {
      "seed": 25307613725414,
      "steps": 8,
      "cfg": 1,
      "sampler_name": "euler",
      "scheduler": "simple",
      "denoise": 1,
      "model": [
        "30:10",
        0
      ],
      "positive": [
        "30:6",
        0
      ],
      "negative": [
        "30:13",
        0
      ],
      "latent_image": [
        "30:5",
        0
      ]
    },
    "class_type": "KSampler",
    "_meta": {
      "title": "KSampler"
    }
  },
  "30:8": {
    "inputs": {
      "samples": [
        "30:3",
        0
      ],
      "vae": [
        "30:12",
        0
      ]
    },
    "class_type": "VAEDecode",
    "_meta": {
      "title": "VAE Decode"
    }
  }
}