Wan 2.2 is a new generation multimodal generative model launched by WAN AI. This model adopts an innovative MoE (Mixture of Experts) architecture, consisting of high-noise and low-noise expert models. It can divide expert models according to denoising timesteps, thus generating higher quality video content.
Wan 2.2 has three core features: cinematic-level aesthetic control, deeply integrating professional film industry aesthetic standards, supporting multi-dimensional visual control such as lighting, color, and composition; large-scale complex motion, easily restoring various complex motions and enhancing the smoothness and controllability of motion; precise semantic compliance, excelling in complex scenes and multi-object generation, better restoring users’ creative intentions.
The model supports multiple generation modes such as text-to-video and image-to-video, suitable for content creation, artistic creation, education and training, and other application scenarios.
Wan2.2 Prompt Guide
Model Highlights
- Cinematic-level Aesthetic Control: Professional camera language, supports multi-dimensional visual control such as lighting, color, and composition
- Large-scale Complex Motion: Smoothly restores various complex motions, enhances motion controllability and naturalness
- Precise Semantic Compliance: Complex scene understanding, multi-object generation, better restoring creative intentions
- Efficient Compression Technology: 5B version with high compression ratio VAE, memory optimization, supports mixed training
Wan2.2 Open Source Model Versions
The Wan2.2 series models are based on the Apache 2.0 open source license and support commercial use. The Apache 2.0 license allows you to freely use, modify, and distribute these models, including for commercial purposes, as long as you retain the original copyright notice and license text.ComfyOrg Wan2.2 Live Streams
For ComfyUI Wan2.2 usage, we have conducted live streams, which you can view to learn how to use them.
This tutorial will use the 🤗 Comfy-Org/Wan_2.2_ComfyUI_Repackaged version.

Wan2.2 TI2V 5B Hybrid Version Workflow Example
Wan 2.2 5B Video Generation
Fast text-to-video and image-to-video generation with 5B parameters. Optimized for rapid prototyping and creative exploration.
Run on Comfy Cloud
Open in Comfy Cloud
Download Workflow
Download JSON or search “Wan2.2 5B” in Template Library
2. Manually Download Models
All models mentioned can be found at Comfy-Org/Wan_2.2_ComfyUI_Repackaged. Diffusion Modelwan2.2_ti2v_5B_fp16.safetensors
5B hybrid diffusion model. Place in
ComfyUI/models/diffusion_models/wan2.2_vae.safetensors
Wan2.2 VAE. Place in
ComfyUI/models/vae/umt5_xxl_fp8_e4m3fn_scaled.safetensors
FP8 text encoder. Place in
ComfyUI/models/text_encoders/3. Follow the Steps

- Ensure the
Load Diffusion Modelnode loads thewan2.2_ti2v_5B_fp16.safetensorsmodel. - Ensure the
Load CLIPnode loads theumt5_xxl_fp8_e4m3fn_scaled.safetensorsmodel. - Ensure the
Load VAEnode loads thewan2.2_vae.safetensorsmodel. - (Optional) If you need to perform image-to-video generation, you can use the shortcut Ctrl+B to enable the
Load imagenode to upload an image. - (Optional) In the
Wan22ImageToVideoLatentnode, you can adjust the size settings and the total number of video frames (length). - (Optional) If you need to modify the prompts (positive and negative), please do so in the
CLIP Text Encodernode at step 5. - Click the
Runbutton, or use the shortcutCtrl(cmd) + Enterto execute video generation.
Wan2.2 14B T2V Text-to-Video Workflow Example
Wan 2.2 14B Text to Video
Generate high-quality videos from text prompts with cinematic aesthetic control and dynamic motion generation using Wan 2.2.
Run on Comfy Cloud
Open in Comfy Cloud
Download Workflow
Download JSON or search “Wan2.2 14B T2V” in Template Library
2. Manually Download Models
All models mentioned can be found at Comfy-Org/Wan_2.2_ComfyUI_Repackaged. Diffusion Modelswan2.2_t2v_high_noise_14B_fp8_scaled.safetensors
High noise diffusion model. Place in
ComfyUI/models/diffusion_models/wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors
Low noise diffusion model. Place in
ComfyUI/models/diffusion_models/wan_2.1_vae.safetensors
Wan2.1 VAE (compatible with Wan2.2). Place in
ComfyUI/models/vae/umt5_xxl_fp8_e4m3fn_scaled.safetensors
FP8 text encoder. Place in
ComfyUI/models/text_encoders/3. Follow the Steps

- Ensure the first
Load Diffusion Modelnode loads thewan2.2_t2v_high_noise_14B_fp8_scaled.safetensorsmodel. - Ensure the second
Load Diffusion Modelnode loads thewan2.2_t2v_low_noise_14B_fp8_scaled.safetensorsmodel. - Ensure the
Load CLIPnode loads theumt5_xxl_fp8_e4m3fn_scaled.safetensorsmodel. - Ensure the
Load VAEnode loads thewan_2.1_vae.safetensorsmodel. - (Optional) In the
EmptyHunyuanLatentVideonode, you can adjust the size settings and the total number of video frames (length). - (Optional) If you need to modify the prompts (positive and negative), please do so in the
CLIP Text Encodernode at step 5. - Click the
Runbutton, or use the shortcutCtrl(cmd) + Enterto execute video generation.
Wan2.2 14B I2V Image-to-Video Workflow Example
Wan 2.2 14B Image to Video
Transform static images into dynamic videos with precise motion control and style preservation using Wan 2.2.
Run on Comfy Cloud
Open in Comfy Cloud
Download Workflow
Download JSON or search “Wan2.2 14B I2V” in Template Library
LoadImage node:
video_wan2_2_14B_i2v_input_image.jpg
LoadImage node 97 · video_wan2_2_14B_i2v_input_image.jpg
2. Manually Download Models
All models mentioned can be found at Comfy-Org/Wan_2.2_ComfyUI_Repackaged. Diffusion Modelswan2.2_i2v_high_noise_14B_fp16.safetensors
High noise I2V diffusion model. Place in
ComfyUI/models/diffusion_models/wan2.2_i2v_low_noise_14B_fp16.safetensors
Low noise I2V diffusion model. Place in
ComfyUI/models/diffusion_models/wan_2.1_vae.safetensors
Wan2.1 VAE (compatible with Wan2.2). Place in
ComfyUI/models/vae/umt5_xxl_fp8_e4m3fn_scaled.safetensors
FP8 text encoder. Place in
ComfyUI/models/text_encoders/3. Follow the Steps

- Make sure the first
Load Diffusion Modelnode loads thewan2.2_t2v_high_noise_14B_fp8_scaled.safetensorsmodel. - Make sure the second
Load Diffusion Modelnode loads thewan2.2_t2v_low_noise_14B_fp8_scaled.safetensorsmodel. - Make sure the
Load CLIPnode loads theumt5_xxl_fp8_e4m3fn_scaled.safetensorsmodel. - Make sure the
Load VAEnode loads thewan_2.1_vae.safetensorsmodel. - In the
Load Imagenode, upload the image to be used as the initial frame. - If you need to modify the prompts (positive and negative), do so in the
CLIP Text Encodernode at step 6. - (Optional) In
EmptyHunyuanLatentVideo, you can adjust the size settings and the total number of video frames (length). - Click the
Runbutton, or use the shortcutCtrl(cmd) + Enterto execute video generation.
Wan2.2 14B FLF2V Workflow Example
The first and last frame workflow uses the same model locations as the I2V section.Wan 2.2 14B First-Last Frame to Video
Generate smooth video transitions by defining start and end frames.
Run on Comfy Cloud
Open in Comfy Cloud
Download Workflow
Download JSON or search “Wan2.2 14B FLF2V” in Template Library
LoadImage nodes:
video_wan2_2_14B_flf2v_start_image.png
LoadImage node 62 · video_wan2_2_14B_flf2v_start_image.pngvideo_wan2_2_14B_flf2v_end_image.png
LoadImage node 68 · video_wan2_2_14B_flf2v_end_image.png

2. Follow the Steps

- Upload the image to be used as the starting frame in the first
Load Imagenode. - Upload the image to be used as the ending frame in the second
Load Imagenode. - Adjust the size settings in the
WanFirstLastFrameToVideonode.- By default, a relatively small size is set to prevent low VRAM users from consuming too many resources.
- If you have enough VRAM, you can try a resolution around 720P.
- Write appropriate prompts according to your first and last frames.
- Click the
Runbutton, or use the shortcutCtrl(cmd) + Enterto execute video generation.