Releases9/3/2026 · Hugging Face — karta modelu Wan2.2-Animate-2-14B; arXiv 2608.06009Alibaba's new animation model was built for live video — and the live-video version is the one part it did not release
Alibaba published Wan2.2-Animate-2-14B on 7 August 2026 under Apache 2.0: weights, inference code and, a day later, a paper. It animates a still character from a driving video of a person performing, and the engineering behind it is a genuine redesign rather than a refresh. The first generation extracted a pose skeleton from the driving video and handed that to the generator; the team's own paper names what goes wrong with that arrangement, in plain terms — extraction errors travel into the output, and the character's identity drifts as the clip runs. Animate-2 removes the extractor and feeds the driving video straight into a rebuilt diffusion transformer.
The paper's own framing, though, is not about fidelity. It opens by pointing out that every existing system of this kind is designed for offline synthesis and cannot meet the requirements of interactive applications such as digital avatars and live-streaming hosts. Its answer is Wan-Animate-2-Lite, an efficient variant trained in three stages — teacher-forcing pretraining with an error buffer, then Self-Forcing distillation with chunk-wise backpropagation — to pull latency down to real-time thresholds. That is the claim the abstract ends on.
Lite is not in the repository. What is there are two checkpoints of identical size, 32.8 GB each: a base build that runs 40 denoising steps with classifier-free guidance, and a distilled build that reaches a picture in 10 steps with guidance off. Distillation makes the offline model roughly four times cheaper to sample; it is not the streaming architecture the paper describes. And the omission does not read as a queue: the to-do list on the model card has every item ticked — inference code, checkpoints, Diffusers, DiffSynth-Studio, ComfyUI — with no line for Lite at all.
A smaller detail points the same way. The citation block at the bottom of the card still carries an unfilled placeholder where the arXiv number should be, while the correct number sits in a badge at the top of the same file. This was shipped quickly.
What readers can act on is the ordinary part. The download counters show demand pointing at speed rather than quality: on the Diffusers conversions published the day before the release, the distilled build is pulled around three times more often than the full-quality one. The first-generation Animate, meanwhile, is still being fetched an order of magnitude more than either — which is what usually happens in the first month of a model that changes how it is driven. The base repository reports no downloads at all against 185 bookmarks, but that counter tends to read zero for repositories shipping raw checkpoint files rather than a standard configuration, so it says more about how the files are pulled than about interest in them.
Wan2.2-Animate-2-14B →