Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<p align="center">
|
| 2 |
<h1 align="center">Rolling Forcing</h1>
|
| 3 |
<h3 align="center">Autoregressive Long Video Diffusion in Real Time</h3>
|
|
@@ -15,7 +28,7 @@
|
|
| 15 |
<a href="https://personal.ntu.edu.sg/shijian.lu/">Shijian Lu</a><sup>1</sup><br>
|
| 16 |
<sup>1</sup>Nanyang Technological University <sup>2</sup>ARC Lab, Tencent PCG
|
| 17 |
</p>
|
| 18 |
-
<h3 align="center"><a href="https://arxiv.org/abs/2509.25161"
|
| 19 |
</p>
|
| 20 |
|
| 21 |
|
|
@@ -40,6 +53,4 @@ If you find this codebase useful for your research, please cite our paper and co
|
|
| 40 |
journal={arXiv preprint arXiv:2509.25161},
|
| 41 |
year={2025}
|
| 42 |
}
|
| 43 |
-
```
|
| 44 |
-
|
| 45 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- Wan-AI/Wan2.1-T2V-1.3B
|
| 7 |
+
pipeline_tag: text-to-video
|
| 8 |
+
tags:
|
| 9 |
+
- Real-Time
|
| 10 |
+
- Long-Video
|
| 11 |
+
- Video-Diffusion-Model
|
| 12 |
+
- Autoregressive
|
| 13 |
+
---
|
| 14 |
<p align="center">
|
| 15 |
<h1 align="center">Rolling Forcing</h1>
|
| 16 |
<h3 align="center">Autoregressive Long Video Diffusion in Real Time</h3>
|
|
|
|
| 28 |
<a href="https://personal.ntu.edu.sg/shijian.lu/">Shijian Lu</a><sup>1</sup><br>
|
| 29 |
<sup>1</sup>Nanyang Technological University <sup>2</sup>ARC Lab, Tencent PCG
|
| 30 |
</p>
|
| 31 |
+
<h3 align="center"><a href="https://arxiv.org/abs/2509.25161"><img src="https://img.shields.io/badge/ArXiv-Paper-brown"></a> <a href="https://kunhao-liu.github.io/Rolling_Forcing_Webpage/"><img src="https://img.shields.io/badge/Project-Webpage-bron"></a> <a href="https://github.com/TencentARC/RollingForcing"><img src="https://img.shields.io/badge/GitHub-Code-blue"></a> <a href="https://huggingface.co/TencentARC/RollingForcing"><img src="https://img.shields.io/badge/HuggingFace-Model-yellow"></h3>
|
| 32 |
</p>
|
| 33 |
|
| 34 |
|
|
|
|
| 53 |
journal={arXiv preprint arXiv:2509.25161},
|
| 54 |
year={2025}
|
| 55 |
}
|
| 56 |
+
```
|
|
|
|
|
|