Views
No views yet
1# Download the trained One-Forcing checkpoint
2hf download JiaqiFeng/OneForcing checkpoints/one_forcing.pt --local-dir .
3
4# Run the inference script
5bash scripts/infer.sh \
6 --checkpoint_path checkpoints/one_forcing.pt \
7 --prompt_path prompts/demos.txt \
8 --output_folder outputs1@article{feng2026oneforcing,
2 title={One-Forcing: Towards Stable One-Step Autoregressive Video Generation},
3 author={Feng, Jiaqi and Cui, Justin and Ban, Yuanhao and Hsieh, Cho-Jui},
4 journal={arXiv preprint arXiv:2605.23458},
5 year={2026},
6 eprint={2605.23458},
7 archivePrefix={arXiv},
8 primaryClass={cs.CV},
9 url={https://arxiv.org/abs/2605.23458}
10}