Wan 2.2 5B Fun Control

Wan 2.2 5B Fun Control is a compact, multi-condition video diffusion workflow that demonstrates how to steer motion and composition using control signals—most notably edges via the Canny node—while generating short clips from text, images, or reference video. The core of the graph is the Wan22FunControlToVideo node, which fuses your prompt (from CLIPTextEncode), optional start image or video (LoadImage, LoadVideo + GetVideoComponents), and control maps (Canny) into a temporally coherent latent sequence. A UNETLoader loads the wan2.2_fun_control_5B_bf16.safetensors diffusion model and pairs it with VAELoader (wan2.2_vae) and CLIPLoader; sampling is driven by KSampler using ModelSamplingSD3 to match Wan 2.2’s scheduler. VAEDecode converts latents to frames, CreateVideo packs frames to a clip, and SaveVideo writes the final file.

Technically, the workflow is organized into clear groups: Step1 - Load models, Step 2 - Start_image, Step3 - Prompt, and Step 3 - Control video and video preprocessing. Edge guidance is prepared by the Canny node (low/high thresholds) and passed to Wan22FunControlToVideo to anchor structure and motion. You can preview intermediate frames with PreviewImage, then finalize your result with CreateVideo and SaveVideo. While Wan 2.2 Fun Control supports multiple conditions (e.g., depth and pose), this template wires up edge control by default; you can extend it by adding depth/pose nodes and routing their outputs to Wan22FunControlToVideo. Note: at only 5B parameters, Wan 2.2 Fun Control trades fidelity for speed and accessibility—expect softer details and lean on strong control signals, simpler scenes, and shorter clips for best results.

FAQ

常見問題

查看所有工作流
Character
Cinematic
Image to Video
Lip Sync
Multiple Angles
Portrait
Style Reference
Style Transfer
Text to Video
Video Generation
Video
Showing 30 of 580 templates