This article introduces how to use ComfyUI to complete the Wan2.2 Fun Inp start-end frame video generation example
Model Type | VRAM Usage | First Generation Time | Second Generation Time |
---|---|---|---|
fp8_scaled | 83% | ≈ 524s | ≈ 520s |
fp8_scaled + 4-step LoRA | 89% | ≈ 138s | ≈ 79s |
Workflow
-> 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.
Download JSON Workflow
Use the following materials as the start and end framesLoad Diffusion Model
node loads the wan2.2_fun_inpaint_high_noise_14B_fp8_scaled.safetensors
modelLoraLoaderModelOnly
node loads the wan2.2_i2v_lightx2v_4steps_lora_v1_high_noise.safetensors
Load Diffusion Model
node loads the wan2.2_fun_inpaint_low_noise_14B_fp8_scaled.safetensors
modelLoraLoaderModelOnly
node loads the wan2.2_i2v_lightx2v_4steps_lora_v1_low_noise.safetensors
Load CLIP
node loads the umt5_xxl_fp8_e4m3fn_scaled.safetensors
modelLoad VAE
node loads the wan_2.1_vae.safetensors
modelWanFunInpaintToVideo
node
width
and height
parameters. The default is 640
. We set a smaller size, but you can modify it as needed.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.Run
button, or use the shortcut Ctrl(cmd) + Enter
to execute video generation