herrscher0 commited on
Commit
3a98c3d
·
verified ·
1 Parent(s): b447ce8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -16,7 +16,7 @@ pipeline_tag: other
16
 
17
  **A state-of-the-art text-to-motion generation model based on Latent Diffusion Forcing**
18
 
19
- [Paper]() | [Github](https://github.com/ShandaAI/FloodDiffusion) | [Project Page](https://shandaai.github.io/FloodDiffusion/)
20
 
21
  </div>
22
 
@@ -183,9 +183,10 @@ motion = model(
183
  If you use this model in your research, please cite:
184
 
185
  ```bibtex
186
- @article{flood2025,
187
  title={FloodDiffusion: Tailored Diffusion Forcing for Streaming Motion Generation},
188
- author={YIYI CAI, Yuhan Wu, Kunhang Li, YOU ZHOU, Bo Zheng, Haiyang Liu},
 
189
  year={2025}
190
  }
191
  ```
 
16
 
17
  **A state-of-the-art text-to-motion generation model based on Latent Diffusion Forcing**
18
 
19
+ [Paper](https://arxiv.org/abs/2512.03520) | [Github](https://github.com/ShandaAI/FloodDiffusion) | [Project Page](https://shandaai.github.io/FloodDiffusion/)
20
 
21
  </div>
22
 
 
183
  If you use this model in your research, please cite:
184
 
185
  ```bibtex
186
+ @article{cai2025flooddiffusion,
187
  title={FloodDiffusion: Tailored Diffusion Forcing for Streaming Motion Generation},
188
+ author={Yiyi Cai, Yuhan Wu, Kunhang Li, You Zhou, Bo Zheng, Haiyang Liu},
189
+ journal={arXiv preprint arXiv:2512.03520},
190
  year={2025}
191
  }
192
  ```