Wan2.2 routes video denoising through a panel of experts
Wan2.2 is an open video generation suite that treats denoising timesteps like specialist jobs, scaling from a 5B model on an RTX 4090 up to a 14B MoE flagship that demands 80GB VRAM.

What it does Wan2.2 is a family of open-weight video foundation models from Alibaba’s Wan team. It generates video from text, images, speech, or combined prompts, shipping both a 14B-parameter MoE flagship and a 5B hybrid model that targets 720P output at 24fps. The repo provides inference code, model weights, and ready-made integrations for ComfyUI and Diffusers.
The interesting bit Most video diffusion models scale by making every layer wider; Wan2.2 instead uses a Mixture-of-Experts architecture to hand different denoising timesteps to different sub-networks. This grows total model capacity without linearly increasing per-step compute—an accounting trick that is rare in open video generation.
Key highlights
- Timestep-specialized MoE experts enlarge the model’s effective capacity while keeping the computational cost per denoising step flat.
- A 5B-parameter TI2V variant with a 16×16×4 VAE runs 720P@24fps on consumer hardware like an RTX 4090.
- Training data grew substantially over Wan2.1—65.6% more images and 83.2% more videos—with curated aesthetic labels for lighting, composition, and color tone.
- Modalities beyond vanilla text-to-video include speech-driven generation (
S2V-14B) and character animation/replacement (Animate-14B). - Broad ecosystem hooks: native ComfyUI and Diffusers support, plus community acceleration frameworks.
Caveats
- The 14B text-to-video model requires at least 80GB of VRAM for single-GPU inference, so the “consumer-grade” label only fits the smaller 5B model.
- The README asserts top performance against open and closed competitors but does not publish the comparison numbers or benchmarks.
Verdict Grab this if you want open video generation with an architectural idea beyond “stack more layers,” and you have the VRAM (or patience for offloading) to match. If you need a guaranteed drop-in replacement for proprietary APIs, the missing benchmark tables make that gamble hard to justify.
Frequently asked
- What is Wan-Video/Wan2.2?
- Wan2.2 is an open video generation suite that treats denoising timesteps like specialist jobs, scaling from a 5B model on an RTX 4090 up to a 14B MoE flagship that demands 80GB VRAM.
- Is Wan2.2 open source?
- Yes — Wan-Video/Wan2.2 is open source, released under the Apache-2.0 license.
- What language is Wan2.2 written in?
- Wan-Video/Wan2.2 is primarily written in Python.
- How popular is Wan2.2?
- Wan-Video/Wan2.2 has 17k stars on GitHub and is currently holding steady.
- Where can I find Wan2.2?
- Wan-Video/Wan2.2 is on GitHub at https://github.com/Wan-Video/Wan2.2.