Ziye Li1 · Hao Luo2,3 · Xincheng Shuai1 · Henghui Ding ✉️ 1
1Fudan University · 2DAMO Academy, Alibaba group · 3Hupan Lab
git clone https://github.com/ZyLieee/AnyI2V.git
cd AnyI2V
conda create -n anyi2v python=3.10
pip install -r requirements.txt
The video will be save into ./samples
python -m scripts.AnyI2V_fp16 --config configs/prompts/1_1_animate_RealisticVision.yaml
The demo will run at localhost:7860 with the default setting.
python -m scripts.app
Please consider to cite AnyI2V if it helps your research.
@inproceedings{AnyI2V,
title={{AnyI2V}: Animating Any Conditional Image with Motion Control Generation},
author={Li, Ziye and Luo, Hao and Shuai, Xincheng and Ding, Henghui},
booktitle={ICCV},
year={2025}
}