Downloads · 30 days
0
Vchitect/LongVie2
LongVie2 is a image-to-video model from Vchitect. Use it for the image-to-video task on the model card, and read the license before you ship it in a product.
LongVie 2 is a multimodal controllable world model for generating ultra-long videos with depth and pointmap control signals, as presented in the paper LongVie 2: Multimodal Controllable Ultra-Long Video World Model. I…
Downloads · 30 days
0
Access
Public
Updated Dec 23, 2025
Repo size
13.7 GB
Likes
26
Public
Click a slice to open those files.
.safetensors13.7 GB · 100%
From the Hugging Face model README
LongVie 2 is a multimodal controllable world model for generating ultra-long videos with depth and pointmap control signals, as presented in the paper LongVie 2: Multimodal Controllable Ultra-Long Video World Model. It is an end-to-end autoregressive framework trained to enhance controllability, long-term visual quality, and temporal consistency.
To get started with LongVie 2, follow the installation steps from the GitHub repository:
conda create -n longvie python=3.10 -y
conda activate longvie
conda install psutil
pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu121
python -m pip install ninja
python -m pip install git+https://github.com/Dao-AILab/flash-attention.git@v2.7.2.post1
cd LongVie
pip install -e .
Wan2.1-I2V-14B-480P:python download_wan2.1.py
./model/LongVie/Generate a 5s video clip (~8-9 mins on a single A100 GPU) using the following command:
bash sample_longvideo.sh
If you find this work useful, please consider citing:
@misc{gao2025longvie2,
title={LongVie 2: Multimodal Controllable Ultra-Long Video World Model},
author={Jianxiong Gao and Zhaoxi Chen and Xian Liu and Junhao Zhuang and Chengming Xu and Jianfeng Feng and Yu Qiao and Yanwei Fu and Chenyang Si and Ziwei Liu},
year={2025},
eprint={2512.13604},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2512.13604},
}