Model reference · open weights

Wan2.1-VACE

Available as managed deployment Video Wan-AI Image→video 2 variants 10k dl/mo

Wan2.1-VACE is an open-weight video model from Wan-AI. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

MakerWan-AI
TypeVideo models
TaskImage→video
Parameters (lead)2.2B
Runs withdiffusers
Released2025-06-04
Popularity10k downloads / month
LicenceOpen weights

About

What Wan2.1-VACE is

💜 Wan &nbsp&nbsp | &nbsp&nbsp 🖥️ GitHub &nbsp&nbsp | &nbsp&nbsp🤗 Hugging Face&nbsp&nbsp | &nbsp&nbsp🤖 ModelScope&nbsp&nbsp | &nbsp&nbsp 📑 Technical Report &nbsp&nbsp | &nbsp&nbsp 📑 Blog &nbsp&nbsp | &nbsp&nbsp💬 WeChat Group&nbsp&nbsp | &nbsp&nbsp 📖 Discord&nbsp&nbsp


Wan: Open and Advanced Large-Scale Video Generative Models

In this repository, we present Wan2.1, a comprehensive and open suite of video foundation models that pushes the boundaries of video generation. Wan2.1 offers these key features:

  • 👍 SOTA Performance: Wan2.1 consistently outperforms existing open-source models and state-of-the-art commercial solutions across multiple benchmarks.
  • 👍 Supports Consumer-grade GPUs: The T2V-1.3B model requires only 8.19 GB VRAM, making it compatible with almost all consumer-grade GPUs. It can generate a 5-second 480P video on an RTX 4090 in about 4 minutes (without optimization techniques like quantization). Its performance is even comparable to some closed-source models.
  • 👍 Multiple Tasks: Wan2.1 excels in Text-to-Video, Image-to-Video, Video Editing, Text-to-Image, and Video-to-Audio, advancing the field of video generation.
  • 👍 Visual Text Generation: Wan2.1 is the first video model capable of generating both Chinese and English text, featuring robust text generation that enhances its practical applications.
  • 👍 Powerful Video VAE: Wan-VAE delivers exceptional efficiency and performance, encoding and decoding 1080P videos of any length while preserving temporal information, making it an ideal foundation for video and image generation.

Video Demos

    Your browser does not support the video tag.

🔥 Latest News!!

  • May 14, 2025: 👋 We introduce Wan2.1 VACE, an all-in-one model for video creation and editing, along with its inference code, weights, and technical report!
  • Apr 17, 2025: 👋 We introduce Wan2.1 FLF2V with its inference code and weights!
  • Mar 21, 2025: 👋 We are excited to announce the release of the Wan2.1 technical report. We welcome discussions and feedback!
  • Mar 3, 2025: 👋 Wan2.1's T2V and I2V have been integrated into Diffusers (T2V | I2V). Feel free to give it a try!
  • Feb 27, 2025: 👋 Wan2.1 has been integrated into ComfyUI. Enjoy!
  • Feb 25, 2025: 👋 We've released the inference code and weights of Wan2.1.

Community Works

If your work has improved Wan2.1 and you would like more people to see it, please inform us.

  • Phantom has developed a unified video generation framework for single and multi-subject references based on Wan2.1-T2V-1.3B. Please refer to their examples.
  • UniAnimate-DiT, based on Wan2.1-14B-I2V, has trained a Human image animation model and has open-sourced the inference and training code. Feel free to enjoy it!
  • CFG-Zero enhances Wan2.1 (covering both T2V and I2V models) from the perspective of CFG.
  • TeaCache now supports Wan2.1 acceleration, capable of increasing speed by approximately 2x. Feel free to give it a try!
  • DiffSynth-Studio provides more support for Wan2.1, including video-to-video, FP8 quantization, VRAM optimization, LoRA training, and more. Please refer to their examples.

📑 Todo List

  • Wan2.1 Text-to-Video
    • [x] Multi-GPU Inference code of the 14B and 1.3B models
    • [x] Checkpoints of the 14B and 1.3B models
    • [x] Gradio demo
    • [x] ComfyUI integration
    • [x] Diffusers integration
    • [ ] Diffusers + Multi-GPU Inference
  • Wan2.1 Image-to-Video
    • [x] Multi-GPU Inference code of the 14B model
    • [x] Checkpoints of the 14B model
    • [x] Gradio demo
    • [x] ComfyUI integration
    • [x] Diffusers integration
    • [ ] Diffusers + Multi-GPU Inference
  • Wan2.1 First-Last-Frame-to-Video
    • [x] Multi-GPU Inference code of the 14B model
    • [x] Checkpoints of the 14B model
    • [x] Gradio demo
    • [ ] ComfyUI integration
    • [x] Diffusers integration
    • [ ] Diffusers + Multi-GPU Inference
  • Wan2.1 VACE
    • [x] Multi-GPU Inference code of the 14B and 1.3B models
    • [x] Checkpoints of the 14B and 1.3B models
    • [x] Gradio demo
    • [x] ComfyUI integration
    • [x] Diffusers integration
    • [ ] Diffusers + Multi-GPU Inference

Quickstart

Installation

Clone the repo:

git clone https://github.com/Wan-Video/Wan2.1.git
cd Wan2.1

Install dependencies:

# Ensure torch >= 2.4.0
pip install -r requirements.txt

Model Download

ModelsDownload LinkNotes
T2V-14B🤗 Huggingface 🤖 ModelScopeSupports both 480P and 720P
I2V-14B-720P🤗 Huggingface

From the published model card. Full card on the HuggingFace links in the sidebar.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys wan2-1-vace for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (wan2-1-vace below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/videos/generations \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"wan2-1-vace","prompt":"a drone shot over a forest"}'

Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms