{
  "1": {
    "inputs": {
      "unet_name": "qwen-image-Q4_K_M.gguf"
    },
    "class_type": "UnetLoaderGGUF",
    "_meta": {
      "title": "UNET GGUF"
    }
  },
  "2": {
    "inputs": {
      "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
      "type": "qwen_image",
      "device": "default"
    },
    "class_type": "CLIPLoader",
    "_meta": {
      "title": "CLIP"
    }
  },
  "3": {
    "inputs": {
      "vae_name": "qwen_image_vae.safetensors"
    },
    "class_type": "VAELoader",
    "_meta": {
      "title": "VAE"
    }
  },
  "4": {
    "inputs": {
      "text": "{{positive_prompt}}",
      "clip": ["2", 0]
    },
    "class_type": "CLIPTextEncode",
    "_meta": {
      "title": "正面提示词"
    }
  },
  "5": {
    "inputs": {
      "text": "{{negative_prompt}}",
      "clip": ["2", 0]
    },
    "class_type": "CLIPTextEncode",
    "_meta": {
      "title": "负面提示词"
    }
  },
  "8": {
    "inputs": {
      "width": "{{width}}",
      "height": "{{height}}",
      "batch_size": 1
    },
    "class_type": "EmptyLatentImage",
    "_meta": {
      "title": "画布"
    }
  },
  "12": {
    "inputs": {
      "sampling": "eps",
      "zsnr": false,
      "model": ["1", 0]
    },
    "class_type": "ModelSamplingDiscrete",
    "_meta": {
      "title": "采样离散化"
    }
  },
  "9": {
    "inputs": {
      "seed": "{{seed}}",
      "steps": 8,
      "cfg": 4.5,
      "sampler_name": "euler",
      "scheduler": "simple",
      "denoise": 1,
      "model": ["12", 0],
      "positive": ["4", 0],
      "negative": ["5", 0],
      "latent_image": ["8", 0]
    },
    "class_type": "KSampler",
    "_meta": {
      "title": "K采样器"
    }
  },
  "10": {
    "inputs": {
      "samples": ["9", 0],
      "vae": ["3", 0]
    },
    "class_type": "VAEDecode",
    "_meta": {
      "title": "VAE解码"
    }
  },
  "11": {
    "inputs": {
      "filename_prefix": "Qwen_T2I",
      "images": ["10", 0]
    },
    "class_type": "SaveImage",
    "_meta": {
      "title": "保存图像"
    }
  }
}
