{
  "1": {
    "inputs": {
      "unet_name": "flux1-schnell-fp8.safetensors",
      "weight_dtype": "fp8_e4m3fn"
    },
    "class_type": "UNETLoader",
    "_meta": {"title": "FLUX.1-Schnell FP8"}
  },
  "2": {
    "inputs": {
      "clip_name1": "clip_l.safetensors",
      "clip_name2": "t5xxl_fp8_e4m3fn.safetensors",
      "type": "flux"
    },
    "class_type": "DualCLIPLoader",
    "_meta": {"title": "CLIP + T5 文本编码器"}
  },
  "3": {
    "inputs": {
      "clip": ["2", 0],
      "clip_l": "{{positive_prompt}}",
      "t5xxl": "",
      "guidance": 3.5
    },
    "class_type": "CLIPTextEncodeFlux",
    "_meta": {"title": "正面提示词"}
  },
  "4": {
    "inputs": {
      "width": "{{width}}",
      "height": "{{height}}",
      "batch_size": 1
    },
    "class_type": "EmptyLatentImage",
    "_meta": {"title": "画布 (4步极速)"}
  },
  "5": {
    "inputs": {
      "model": ["1", 0],
      "steps": 4,
      "denoise": 1.0
    },
    "class_type": "Flux2Scheduler",
    "_meta": {"title": "FLUX调度器 (4步)"} 
  },
  "6": {
    "inputs": {
      "noise": ["7", 0],
      "guider": ["5", 0],
      "sampler": ["8", 0],
      "sigmas": ["5", 1],
      "latent_image": ["4", 0]
    },
    "class_type": "SamplerCustomAdvanced",
    "_meta": {"title": "高级采样器"}
  },
  "7": {
    "inputs": {
      "noise_seed": "{{seed}}"
    },
    "class_type": "RandomNoise",
    "_meta": {"title": "随机噪声"}
  },
  "8": {
    "inputs": {
      "sampler_name": "euler"
    },
    "class_type": "KSamplerSelect",
    "_meta": {"title": "采样器选择"}
  },
  "9": {
    "inputs": {
      "samples": ["6", 0],
      "vae": ["10", 0]
    },
    "class_type": "VAEDecode",
    "_meta": {"title": "VAE解码"}
  },
  "10": {
    "inputs": {
      "vae_name": "ae.safetensors"
    },
    "class_type": "VAELoader",
    "_meta": {"title": "VAE"} 
  },
  "11": {
    "inputs": {
      "images": ["9", 0],
      "filename_prefix": "FLUX_T2I"
    },
    "class_type": "SaveImage",
    "_meta": {"title": "保存图像"}
  }
}
