{
  "6": {
    "inputs": {
      "text": "YOUR_PROMPT_HERE",
      "clip": ["97", 0]
    },
    "class_type": "CLIPTextEncode"
  },
  "7": {
    "inputs": {
      "text": "YOUR_NEGATIVE_PROMPT_HERE",
      "clip": ["97", 0]
    },
    "class_type": "CLIPTextEncode"
  },
  "8": {
    "inputs": {
      "samples": ["58", 0],
      "vae": ["39", 0]
    },
    "class_type": "VAEDecode"
  },
  "39": {
    "inputs": {
      "vae_name": "Wan2_1_VAE_bf16.safetensors"
    },
    "class_type": "VAELoader"
  },
  "54": {
    "inputs": {
      "shift": 8,
      "model": ["77", 0]
    },
    "class_type": "ModelSamplingSD3"
  },
  "55": {
    "inputs": {
      "shift": 8,
      "model": ["103", 0]
    },
    "class_type": "ModelSamplingSD3"
  },
  "57": {
    "inputs": {
      "add_noise": "enable",
      "noise_seed": ["105", 0],
      "steps": ["68", 0],
      "cfg": 1,
      "sampler_name": "euler",
      "scheduler": "simple",
      "start_at_step": 0,
      "end_at_step": ["67", 0],
      "return_with_leftover_noise": "enable",
      "model": ["54", 0],
      "positive": ["107", 0],
      "negative": ["107", 1],
      "latent_image": ["107", 2]
    },
    "class_type": "KSamplerAdvanced"
  },
  "58": {
    "inputs": {
      "add_noise": "disable",
      "noise_seed": ["105", 0],
      "steps": ["68", 0],
      "cfg": 1,
      "sampler_name": "euler",
      "scheduler": "simple",
      "start_at_step": ["67", 0],
      "end_at_step": 10000,
      "return_with_leftover_noise": "disable",
      "model": ["55", 0],
      "positive": ["107", 0],
      "negative": ["107", 1],
      "latent_image": ["57", 0]
    },
    "class_type": "KSamplerAdvanced"
  },
  "67": {
    "inputs": { "value": 4 },
    "class_type": "INTConstant"
  },
  "68": {
    "inputs": { "value": 8 },
    "class_type": "INTConstant"
  },
  "77": {
    "inputs": {
      "unet_name": "WanVideo\\2.2\\Wan2.2_Remix_NSFW_i2v_14b_high_lighting_v2.0.safetensors",
      "weight_dtype": "fp8_e4m3fn"
    },
    "class_type": "UNETLoader"
  },
  "97": {
    "inputs": {
      "clip_name": "nsfw_wan_umt5-xxl_bf16_fixed.safetensors",
      "type": "wan",
      "device": "default"
    },
    "class_type": "CLIPLoader"
  },
  "99": {
    "inputs": {
      "frame_rate": 22,
      "loop_count": 0,
      "filename_prefix": "Wan2.2_I2V",
      "format": "video/h264-mp4",
      "pix_fmt": "yuv420p",
      "crf": 19,
      "save_metadata": true,
      "trim_to_audio": false,
      "pingpong": false,
      "save_output": true,
      "images": ["104", 0]
    },
    "class_type": "VHS_VideoCombine"
  },
  "103": {
    "inputs": {
      "unet_name": "WanVideo\\2.2\\Wan2.2_Remix_NSFW_i2v_14b_low_lighting_v2.0.safetensors",
      "weight_dtype": "fp8_e4m3fn"
    },
    "class_type": "UNETLoader"
  },
  "104": {
    "inputs": {
      "strength": 0.5,
      "use_gpu": false,
      "images": ["8", 0]
    },
    "class_type": "FastUnsharpSharpen"
  },
  "105": {
    "inputs": { "seed": -1 },
    "class_type": "Seed (rgthree)"
  },
  "106": {
    "inputs": { "image": "YOUR_IMAGE_NAME.jpg" },
    "class_type": "LoadImage"
  },
  "107": {
    "inputs": {
      "width": 1280,
      "height": 720,
      "length": 81,
      "batch_size": 1,
      "positive": ["6", 0],
      "negative": ["7", 0],
      "vae": ["39", 0],
      "start_image": ["106", 0]
    },
    "class_type": "WanImageToVideo"
  }
}