百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
W

Wan-Alpha

> 编程语言
开源

[CVPR 2026 重点] 使用 Alpha 通道实现高质量的文字到视频生成

396 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

[CVPR 2026 重点] 使用 Alpha 通道实现高质量的文字到视频生成

Qualitative results of video generation using Wan-Alpha-v2.0. Our model successfully generates various scenes with accurate and clearly rendered transparency. Notably, it can synthesize diverse semi-transparent objects, glowing effects, and fine-grained details such as hair.


News

  • [2026.03.17] Released checkpoints for Wan-Alpha v1.0 and v2.0 VAE.
  • [2026.03.10] Released Wan-Alpha v2.0 and Wan-Alpha VAE training codes and training datasets.
  • [2026.02.21] Wan-Alpha v2.0 has been accepted by CVPR 2026!
  • [2025.12.16] Released Wan-Alpha v2.0, the Wan2.1-14B-T2V–adapted weights and inference code are now open-sourced.
  • [2025.12.16] We update our paper on arXiv.
  • [2025.09.30] Our technical report is available on arXiv.
  • [2025.09.30] Released Wan-Alpha v1.0, the Wan2.1-14B-T2V–adapted weights and inference code are now open-sourced.

To-Do List

  • Paper: Available on arXiv.
  • Inference Code: Released inference pipeline for Wan-Alpha v1.0 and v2.0.
  • Model Weights: Released checkpoints for Wan-Alpha v1.0 and v2.0.
  • Dataset: Open-source the VAE and T2V training dataset.
  • Training Code (VAE&T2V): Release training scripts for the VAE and text-to-RGBA video generation.
  • VAE Checkpoints: Release checkpoints for Wan-Alpha v1.0 and v2.0 VAE.
  • Image-to-Video: Release Wan-Alpha-I2V model weights.

Showcase

Text-to-Video Generation with Alpha Channel
Prompt Preview Video Alpha Video
"The background of this video is transparent. It features a beige, woven rattan hanging chair with soft seat and back cushions. Realistic style. Medium shot."
For more results, please visit Our Website

Quick Start

1. Environment Setup
bash
# Clone the project repository
git clone https://github.com/WeChatCV/Wan-Alpha.git
cd Wan-Alpha

# Create and activate Conda environment
conda create -n Wan-Alpha python=3.11 -y
conda activate Wan-Alpha

# Install dependencies
pip install -r requirements.txt
2. Model Download

Download Wan2.1-T2V-14B

Download Lightx2v-T2V-14B

Download Wan-Alpha-v1.0, Wan-Alpha-v2.0

Download Wan-Alpha-v1.0-VAE, Wan-Alpha-v2.0-VAE

Usage

You can test our model through:

…

You can specify the weights of Wan2.1-T2V-14B with --ckpt_dir, LightX2V-T2V-14B with --lightx2v_path, Wan-Alpha-VAE with --vae_lora_checkpoint, and Wan-Alpha-T2V with --lora_path. Finally, you can find the rendered RGBA videos with a checkerboard background and PNG frames at --output_dir.

We provide an example of Gaussian mask. You can also use gen_gaussian_mask.py to generate a Gaussian mask from an existing alpha video. Alternatively, you can directly create a Gaussian ellipse video, which can be either static or dynamic (e.g., moving from left to right). Note that alpha_shift_mean is a fixed parameter.

Prompt Writing Tip: You need to specify that the background of the video is transparent, the visual style, the shot type (such as close-up, medium shot, wide shot, or extreme close-up), and a description of the main subject. Prompts support both Chinese and English input.

bash
# An example of prompt.
This video has a transparent background. Close-up shot. A colorful parrot flying. Realistic style.

Training

VAE

For the VAE training dataset, please refer to Section 3.3 of our paper for preparation details.

You can train our VAE model through

…

Before VAE training, you need to cache empty text ("") for VAE training.

T2V

You can download the training dataset from Google Drive or Hugging Face.

You can train our T2V model through

…

We recommend caching the processed data before starting the training process to improve efficiency.

Official ComfyUI Version

Coming soon...

Acknowledgements

This project is built upon the following excellent open-source projects:

  • DiffSynth-Studio (training/inference framework)
  • Wan2.1 (base video generation model)
  • LightX2V (inference acceleration)
  • WanVideo_comfy (inference acceleration)

We sincerely thank the authors and contributors of these projects.

✏ Citation

If you find our work helpful for your research, please consider citing our paper:

bibtex
@misc{dong2025wanalpha,
      title={Video Generation with Stable Transparency via Shiftable RGB-A Distribution Learner}, 
      author={Haotian Dong and Wenjing Wang and Chen Li and Jing Lyu and Di Lin},
      year={2025},
      eprint={2509.24979},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2509.24979}, 
}

Contact Us

If you have any questions or suggestions, feel free to reach out via GitHub Issues . We look forward to your feedback!

Issues· 18 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Python

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言