- Start-End Frame Control: Supports inputting start and end frame images to generate intermediate transition videos, enhancing video coherence and creative freedom
- High-Quality Video Generation: Based on the Wan2.2 architecture, outputs film-level quality videos
- Multi-Resolution Support: Supports generating videos at 512x512, 768x768, 1024x1024 and other resolutions to suit different scenarios
- 14B High-Performance Version: Model size exceeds 32GB, with better results but requires high VRAM
- 🤗Wan2.2-Fun-Inp-14B
- Code repository: VideoX-Fun
ComfyOrg Wan2.2 Fun InP & Control Youtube Live Stream Replay
Wan2.2 Fun Inp Start-End Frame Video Generation Workflow Example
This workflow provides two versions:- A version using Wan2.2-Lightning 4-step LoRA from lightx2v for accelerated video generation
- A fp8_scaled version without acceleration LoRA
Since the acceleration with LoRA is significant but the video dynamic is lost, the provided workflows enable the accelerated LoRA version by default. If you want to enable the other workflow, select it and use Ctrl+B to activate.
1. Download Workflow File
Please update your ComfyUI to the latest version, and find “Wan2.2 Fun Inp” under the menuWorkflow -> Browse Templates -> Video to load the workflow.
Or, after updating ComfyUI to the latest version, download the workflow below and drag it into ComfyUI to load.
Run on Comfy Cloud
Open in Comfy Cloud
Download Workflow
Download JSON or search “Wan2.2 Fun Inp” in Template Library
video_wan2_2_14B_fun_inpaint_start_image.png
Start frame for video generation. Download and use this image, or replace with your own.
video_wan2_2_14B_fun_inpaint_end_image.png
End frame for video generation. Download and use this image, or replace with your own.
2. Models
All models involved in this guide can be found here. Diffusion ModelsHigh Noise 14B FP8 Scaled
wan2.2_fun_inpaint_high_noise_14B_fp8_scaled.safetensors: High noise diffusion model for start-end frame inpainting
Low Noise 14B FP8 Scaled
wan2.2_fun_inpaint_low_noise_14B_fp8_scaled.safetensors: Low noise diffusion model for start-end frame inpainting
Lightning 4-Step High Noise LoRA
wan2.2_i2v_lightx2v_4steps_lora_v1_high_noise.safetensors: 4-step acceleration LoRA for high noise model
Lightning 4-Step Low Noise LoRA
wan2.2_i2v_lightx2v_4steps_lora_v1_low_noise.safetensors: 4-step acceleration LoRA for low noise model
Wan2.1 VAE
wan_2.1_vae.safetensors: Wan2.1 VAE for encoding and decoding
UMT5 XXL FP8 Scaled
umt5_xxl_fp8_e4m3fn_scaled.safetensors: Scaled FP8 text encoder
3. Workflow Guide

This workflow uses LoRA. Please make sure the corresponding Diffusion model and LoRA are matched.
- High noise model and LoRA loading
- Ensure the
Load Diffusion Modelnode loads thewan2.2_fun_inpaint_high_noise_14B_fp8_scaled.safetensorsmodel - Ensure the
LoraLoaderModelOnlynode loads thewan2.2_i2v_lightx2v_4steps_lora_v1_high_noise.safetensors
- Ensure the
- Low noise model and LoRA loading
- Ensure the
Load Diffusion Modelnode loads thewan2.2_fun_inpaint_low_noise_14B_fp8_scaled.safetensorsmodel - Ensure the
LoraLoaderModelOnlynode loads thewan2.2_i2v_lightx2v_4steps_lora_v1_low_noise.safetensors
- Ensure the
- Ensure the
Load CLIPnode loads theumt5_xxl_fp8_e4m3fn_scaled.safetensorsmodel - Ensure the
Load VAEnode loads thewan_2.1_vae.safetensorsmodel - Upload the start and end frame images as materials
- Enter your prompt in the Prompt group
- Adjust the size and video length in the
WanFunInpaintToVideonode- Adjust the
widthandheightparameters. The default is640. We set a smaller size, but you can modify it as needed. - Adjust the
length, which is the total number of frames. The current workflow fps is 16. For example, if you want to generate a 5-second video, you should set it to 5*16 = 80.
- Adjust the
- Click the
Runbutton, or use the shortcutCtrl(cmd) + Enterto execute video generation