{
  "3": {
    "inputs": {
      "seed": "{{seed}}",
      "steps": "{{steps}}",
      "cfg": "{{cfg_scale}}",
      "sampler_name": "{{sampler}}",
      "scheduler": "{{scheduler}}",
      "denoise": 1,
      "model": ["54", 0],
      "positive": ["50", 0],
      "negative": ["50", 1],
      "latent_image": ["50", 2]
    },
    "class_type": "KSampler",
    "_meta": {
      "title": "K采样器"
    }
  },
  "6": {
    "inputs": {
      "text": "{{prompt}}",
      "clip": ["38", 0]
    },
    "class_type": "CLIPTextEncode",
    "_meta": {
      "title": "CLIP Text Encode (Positive Prompt)"
    }
  },
  "7": {
    "inputs": {
      "text": "{{negative_prompt}}",
      "clip": ["38", 0]
    },
    "class_type": "CLIPTextEncode",
    "_meta": {
      "title": "CLIP Text Encode (Negative Prompt)"
    }
  },
  "8": {
    "inputs": {
      "samples": ["3", 0],
      "vae": ["39", 0]
    },
    "class_type": "VAEDecode",
    "_meta": {
      "title": "VAE解码"
    }
  },
  "37": {
    "inputs": {
      "unet_name": "{{unet_model}}",
      "weight_dtype": "default"
    },
    "class_type": "UNETLoader",
    "_meta": {
      "title": "UNet加载器"
    }
  },
  "38": {
    "inputs": {
      "clip_name": "{{clip_model}}",
      "type": "wan",
      "device": "default"
    },
    "class_type": "CLIPLoader",
    "_meta": {
      "title": "加载CLIP"
    }
  },
  "39": {
    "inputs": {
      "vae_name": "{{vae_model}}"
    },
    "class_type": "VAELoader",
    "_meta": {
      "title": "加载VAE"
    }
  },
  "49": {
    "inputs": {
      "clip_name": "{{clip_vision_model}}"
    },
    "class_type": "CLIPVisionLoader",
    "_meta": {
      "title": "加载CLIP视觉"
    }
  },
  "50": {
    "inputs": {
      "width": "{{width}}",
      "height": "{{height}}",
      "length": "{{frames}}",
      "batch_size": 1,
      "positive": ["6", 0],
      "negative": ["7", 0],
      "vae": ["39", 0],
      "clip_vision_output": ["51", 0],
      "start_image": ["52", 0]
    },
    "class_type": "WanImageToVideo",
    "_meta": {
      "title": "WanImageToVideo"
    }
  },
  "51": {
    "inputs": {
      "crop": "none",
      "clip_vision": ["49", 0],
      "image": ["52", 0]
    },
    "class_type": "CLIPVisionEncode",
    "_meta": {
      "title": "CLIP视觉编码"
    }
  },
  "52": {
    "inputs": {
      "image": "{{input_image}}"
    },
    "class_type": "LoadImage",
    "_meta": {
      "title": "加载图像"
    }
  },
  "54": {
    "inputs": {
      "shift": "{{shift}}",
      "model": ["37", 0]
    },
    "class_type": "ModelSamplingSD3",
    "_meta": {
      "title": "采样算法（SD3）"
    }
  },
  "55": {
    "inputs": {
      "frame_rate": "{{fps}}",
      "loop_count": 0,
      "filename_prefix": "{{filename_prefix}}",
      "format": "video/h264-mp4",
      "pix_fmt": "yuv420p",
      "crf": 19,
      "save_metadata": true,
      "trim_to_audio": false,
      "pingpong": false,
      "save_output": true,
      "images": ["8", 0]
    },
    "class_type": "VHS_VideoCombine",
    "_meta": {
      "title": "Video Combine 🎥🟢🟢"
    }
  }
}