1# Clone the repository
2git clone https://github.com/Jklaity/Circle-Rotate.git
3cd Circle-Rotate
4
5# Download LoRA weights
6huggingface-cli download jk1741391802/circle-rotate-lora --local-dir ./checkpoints
7
8# Run inference
9python inference.py \
10 --first_frame examples/first.png \
11 --last_frame examples/last.png \
12 --prompt "A car, camera smoothly orbits left" \
13 --output output.mp4
1@article{circle-rotate2025,
2 title={Implicit Motion Alignment: A Data-Centric Empirical Study for Rigid-Body Video Generation},
3 year={2025}
4}