wan_image_to_video
Generate a video from an image using Wan 2.2, with optional text prompts controlling motion and style. Automatically detects installed models and uses sensible defaults for all other parameters.
Instructions
Generate video from an image using Wan 2.2 (local model).
All parameters except prompt and input_image are optional with sensible defaults. Auto-detects installed Wan model and encoder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cfg | No | Guidance scale. Default: 6.0. | |
| seed | No | Random seed. Default: -1 (random). | |
| steps | No | Sampling steps. Default: 25. | |
| width | No | Video width. Default: 832. Must be multiple of 16. | |
| height | No | Video height. Default: 480. Must be multiple of 16. | |
| length | No | Number of frames. Default: 81. Must be n*4+1. | |
| prompt | Yes | Text description guiding the video motion and style. | |
| sampler | No | Sampler algorithm. Default: "euler". | euler |
| vae_name | No | VAE model. Default: "wan2.2_vae.safetensors". | wan2.2_vae.safetensors |
| clip_name | No | UMT5-XXL text encoder. Default: "" (auto-detects). | |
| scheduler | No | Noise scheduler. Default: "normal". | normal |
| frame_rate | No | Output FPS. Default: 16.0. | |
| input_image | Yes | Filename in ComfyUI's input directory. Upload first with upload_image if needed. | |
| diffusion_model | No | Wan 2.2 GGUF model. Default: "" (auto-detects). | |
| negative_prompt | No | Things to avoid. Default: "low quality, worst quality, deformed, distorted". | low quality, worst quality, deformed, distorted |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||