Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,46 @@
|
|
| 1 |
-
---
|
| 2 |
-
license:
|
| 3 |
-
--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: THUDM/CogVideoX-5b-I2V
|
| 4 |
+
tags:
|
| 5 |
+
- video-generation
|
| 6 |
+
- cogvideox
|
| 7 |
+
- motion-control
|
| 8 |
+
- driving
|
| 9 |
+
- physics
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Motion Forcing: A Decoupled Framework for Robust Video Generation in Motion Dynamics
|
| 13 |
+
|
| 14 |
+
[](https://arxiv.org/abs/XXXX.XXXXX)
|
| 15 |
+
[](https://tianshuo-xu.github.io/Motion-Forcing/)
|
| 16 |
+
[](https://github.com/Tianshuo-Xu/Motion-Forcing)
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
- **Base model**: [THUDM/CogVideoX-5b-I2V](https://huggingface.co/THUDM/CogVideoX-5b-I2V)
|
| 20 |
+
- **Task**: Image-to-video generation with motion control
|
| 21 |
+
|
| 22 |
+
## Usage
|
| 23 |
+
|
| 24 |
+
```bash
|
| 25 |
+
git clone https://github.com/Tianshuo-Xu/Motion-Forcing
|
| 26 |
+
cd Motion-Forcing
|
| 27 |
+
pip install -r requirements.txt
|
| 28 |
+
python gradio_demo.py
|
| 29 |
+
```
|
| 30 |
+
|
| 31 |
+
The model weights are downloaded automatically from this repo via `diffusers`. See the [GitHub repository](https://github.com/Tianshuo-Xu/Motion-Forcing) for full setup instructions and CLI options.
|
| 32 |
+
|
| 33 |
+
## Demo & Results
|
| 34 |
+
|
| 35 |
+
Visit the [project page](https://tianshuo-xu.github.io/Motion-Forcing/) for video comparisons across driving scenes, physics simulations, and embodied AI tasks.
|
| 36 |
+
|
| 37 |
+
## Citation
|
| 38 |
+
|
| 39 |
+
```bibtex
|
| 40 |
+
@article{motionforcing2025,
|
| 41 |
+
title = {Motion Forcing: A Decoupled Framework for Robust Video Generation in Motion Dynamics},
|
| 42 |
+
author = {Tianshuo Xu and others},
|
| 43 |
+
journal = {arXiv preprint arXiv:XXXX.XXXXX},
|
| 44 |
+
year = {2025}
|
| 45 |
+
}
|
| 46 |
+
```
|