News
What's happening in robotics and AI — curated by the wujec.ai editors.
Alibaba'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 →Every Wan 2.2 model card points readers at a licence file the repository does not contain
Alibaba's Wan 2.2 video models all close their model cards with the same paragraph: the weights are Apache 2.0, the company claims no rights over what users generate, and "for a complete list of restrictions and details regarding your rights, please refer to the full text of the license" — with the phrase "license" linking to a file named LICENSE.txt inside the repository. That file is not there. We checked all four Wan 2.2 weight repositories on 2 September 2026: T2V-A14B, I2V-A14B, S2V-14B and Animate-14B each return 404 for LICENSE.txt. The two Wan 2.1 repositories we checked, T2V-14B and T2V-1.3B, do carry the file, with the standard Apache 2.0 text in full. The practical effect is smaller than it sounds, but it is not nothing. Two independent declarations of Apache 2.0 remain in place: the licence tag in the repository metadata on Hugging Face, which is what the platform displays and what automated licence scanners read, and the LICENSE file in Alibaba's matching code repository on GitHub. Anyone shipping a product on these weights has a licence. What they do not have is the document the model card tells them to go and read — the one it says contains the complete list of restrictions. The timing gives this more weight than a filing error usually deserves. Wan 2.2 is the last generation of Alibaba's video line whose weights were published at all; everything since — 2.5, 2.6, 2.7 and Wan3.0 — is served through an API only. These four repositories are therefore not an archive. They are the files anyone who wants a Wan they can run on their own hardware downloads today, and one of them, Animate-14B, is the most bookmarked video model the company has ever released.
Wan2.2-Animate-14B →