CPU3DAI tools for 3D, video and audio

Wan: video generator — what it does and what you need to run it

Wan is an open-source video generator from Alibaba that tackles the text-to-video task. The model converts a text description into a video sequence and, according to the developers, is capable of running on consumer graphics cards.

What it does

The authors describe Wan as an open and advanced large-scale model for video generation. The repository description states that the T2V-1.3B model generates a five-second video at 480P on an RTX 4090 in about four minutes without optimization techniques such as quantization. The developers note that the model's performance is comparable to some closed-source counterparts.

What you need to run it

  • Platform and language: Python, the diffusers library.
  • VRAM: as described by the author, the T2V-1.3B model requires 8.19 GB of VRAM.
  • Model weights files: the largest weights file takes up 10.6 GB. The authors do not specify the total size of all weights files.
  • License: the code and weights are distributed under Apache-2.0.
  • Repository: github.com/Wan-Video/Wan2.1, created on February 25, 2025. The latest code change was on March 5, 2026.
  • Model: huggingface.co/Wan-AI/Wan2.1-T2V-14B.
  • Website: wan.video.

Who it suits

The tool may appeal to those looking for an open-source model for text-to-video generation that can run on local hardware. The stated VRAM consumption of 8.19 GB allows it to run on many consumer GPUs. The model is not suitable for those who need high-resolution video generation in a short time without additional optimization — the authors provide data only for 480P, and rendering time on a top-tier card is about four minutes per five seconds of video.

Wan is distributed under the permissive Apache-2.0 license for both code and weights, which removes many restrictions on use and modification. However, it is worth noting that all performance estimates are provided by the developers themselves, not obtained through independent testing.

Wan video generator pipeline From text prompt to finished video Text prompt Scene description in natural language Format: text Tokenization Splitting text into tokens Library: diffusers T2V model Frame generation Wan2.1-T2V-14B VRAM: 8.19 GB Assembly Combining frames into video 480P, 5 sec Finished video Video 5 seconds long 480P resolution Format: MP4 Developer: Alibaba · License: Apache-2.0 · Code: Python · Model: Wan2.1-T2V-14B
How the Wan pipeline works. The diagram is drawn from the tool’s fact sheet.

Fact sheet

Tasktext-to-video source
Code licenseApache-2.0 source
Weights licenseapache-2.0 source
VRAM8.19 GB per the author’s description source
Largest weights file10.6 GB source
All weights files64.3 GB source
Librarydiffusers source
LanguagePython source
Last code change2026-03-05 source
Repository created2025-02-25 source
Changes often — as of 2026-08-19
GitHub stars16724 source
Forks3119 source
Downloads per month46924 source
Model updated2025-03-12 source

Values are collected automatically from official sources and were checked on 2026-08-19. Each one links to its source, and values taken from the developer’s pages also carry a verbatim quote — hover over the note. Pricing and versions are shown as of the check date and change most often; verify on the vendor’s site before buying.

See also