Views
No views yet

From Slow Bidirectional to Fast Autoregressive Video Diffusion Models,
Tianwei Yin*, Qiang Zhang*, Richard Zhang, William T. Freeman, Frédo Durand, Eli Shechtman, Xun Huang (* equal contribution)
1git clone https://github.com/tianweiy/CausVid && cd CausVid
2conda create -n causvid python=3.10 -y
3conda activate causvid
4pip install torch torchvision
5pip install -r requirements.txt
6python setup.py developpython minimal_inference/autoregressive_inference.py --config_path configs/wan_causal_dmd.yaml --checkpoint_folder XXX --output_folder XXX --prompt_file_path XXX python minimal_inference/longvideo_autoregressive_inference.py --config_path configs/wan_causal_dmd.yaml --checkpoint_folder XXX --output_folder XXX --prompt_file_path XXX --num_rollout XXX python minimal_inference/bidirectional_inference.py --config_path configs/wan_bidirectional_dmd_from_scratch.yaml --checkpoint_folder XXX --output_folder XXX --prompt_file_path XXX 1@inproceedings{yin2025causvid,
2 title={From Slow Bidirectional to Fast Autoregressive Video Diffusion Models},
3 author={Yin, Tianwei and Zhang, Qiang and Zhang, Richard and Freeman, William T and Durand, Fredo and Shechtman, Eli and Huang, Xun},
4 booktitle={CVPR},
5 year={2025}
6}
7
8@inproceedings{yin2024improved,
9 title={Improved Distribution Matching Distillation for Fast Image Synthesis},
10 author={Yin, Tianwei and Gharbi, Micha{\"e}l and Park, Taesung and Zhang, Richard and Shechtman, Eli and Durand, Fredo and Freeman, William T},
11 booktitle={NeurIPS},
12 year={2024}
13}
14
15@inproceedings{yin2024onestep,
16 title={One-step Diffusion with Distribution Matching Distillation},
17 author={Yin, Tianwei and Gharbi, Micha{\"e}l and Zhang, Richard and Shechtman, Eli and Durand, Fr{\'e}do and Freeman, William T and Park, Taesung},
18 booktitle={CVPR},
19 year={2024}
20}