Views
No views yet
1git clone https://github.com/LanDiff/LanDiff
2cd LanDiff1# Create environment
2uv sync
3# Install gradio for run local demo (Optional)
4uv sync --extra gradio1# Create and activate Conda environment
2conda create -n landiff python=3.10
3conda activate landiff
4pip install torch==2.5.1 torchvision==0.20.1 --index-url https://download.pytorch.org/whl/cu121
5
6# Install dependencies
7pip install -r requirements.txt
8# Install gradio for run local demo (Optional)
9pip install gradio==5.27.0| Model | Download Link | Download Link |
|---|---|---|
| LanDiff | 🤗 Huggingface | 🤖 ModelScope |
@article{landiff,
title={The Best of Both Worlds: Integrating Language Models and Diffusion Models for Video Generation},
author={Yin, Aoxiong and Shen, Kai and Leng, Yichong and Tan, Xu and Zhou, Xinyu and Li, Juncheng and Tang, Siliang},
journal={arXiv preprint arXiv:2503.04606},
year={2025}
}