Improve model card: Add pipeline tag, library name, license, and update paper/project links (#6)
Browse files- Improve model card: Add pipeline tag, library name, license, and update paper/project links (13232ff70198919fdfb12998e49e0209298b62c6)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
papers:
|
| 5 |
- title: 'Stable Video Infinity: Infinite-Length Video Generation with Error Recycling'
|
| 6 |
authors:
|
|
@@ -9,19 +17,17 @@ papers:
|
|
| 9 |
- Po-Chien Luan
|
| 10 |
- Yang Gao
|
| 11 |
- Alexandre Alahi
|
| 12 |
-
url: https://
|
| 13 |
conference: arXiv preprint, 2025
|
| 14 |
-
tags:
|
| 15 |
-
- video generation
|
| 16 |
-
datasets:
|
| 17 |
-
- vita-video-gen/svi-benchmark
|
| 18 |
---
|
|
|
|
| 19 |
<div align="center">
|
| 20 |
|
| 21 |
<h1>Stable Video Infinity: Infinite-Length Video Generation with Error Recycling<h1>
|
| 22 |
|
| 23 |
<p align="center">
|
| 24 |
-
<a href="https://
|
|
|
|
| 25 |
<a href="https://github.com/vita-epfl/Stable-Video-Infinity"> <img src="https://img.shields.io/badge/SVI-GitHub-black?logo=github&logoColor=white" alt="SVI on GitHub"/> </a>
|
| 26 |
<a href="https://huggingface.co/datasets/vita-video-gen/svi-benchmark"> <img src="https://img.shields.io/badge/SVI_Dataset-Hugging%20Face-orange?logo=huggingface&logoColor=yellow" alt="SVI Dataset"/> </a>
|
| 27 |
<a href="https://huggingface.co/vita-video-gen/svi-model"> <img src="https://img.shields.io/badge/SVI_models-Hugging%20Face-FFCC00?logo=huggingface&logoColor=yellow" alt="SVI Models"/> </a> </p> </div>
|
|
@@ -57,5 +63,6 @@ If you find our work helpful for your research, please consider citing our paper
|
|
| 57 |
author={Wuyang Li and Wentao Pan and Po-Chien Luan and Yang Gao and Alexandre Alahi},
|
| 58 |
journal={arXiv preprint arXiv: arXiv:2510.09212},
|
| 59 |
year={2025},
|
|
|
|
| 60 |
}
|
| 61 |
```
|
|
|
|
| 1 |
---
|
| 2 |
+
datasets:
|
| 3 |
+
- vita-video-gen/svi-benchmark
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
tags:
|
| 7 |
+
- video generation
|
| 8 |
+
pipeline_tag: image-to-video
|
| 9 |
+
library_name: diffusers
|
| 10 |
+
license: mit
|
| 11 |
+
project_page: https://stable-video-infinity.github.io/homepage/
|
| 12 |
papers:
|
| 13 |
- title: 'Stable Video Infinity: Infinite-Length Video Generation with Error Recycling'
|
| 14 |
authors:
|
|
|
|
| 17 |
- Po-Chien Luan
|
| 18 |
- Yang Gao
|
| 19 |
- Alexandre Alahi
|
| 20 |
+
url: https://huggingface.co/papers/2510.09212
|
| 21 |
conference: arXiv preprint, 2025
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
+
|
| 24 |
<div align="center">
|
| 25 |
|
| 26 |
<h1>Stable Video Infinity: Infinite-Length Video Generation with Error Recycling<h1>
|
| 27 |
|
| 28 |
<p align="center">
|
| 29 |
+
<a href="https://huggingface.co/papers/2510.09212"> <img src="https://img.shields.io/badge/Paper-HuggingFace-red?logo=huggingface&logoColor=yellow" alt="Paper on Hugging Face"/> </a>
|
| 30 |
+
<a href="https://stable-video-infinity.github.io/homepage/"> <img src="https://img.shields.io/badge/Project-Page-green" alt="Project Page"/> </a>
|
| 31 |
<a href="https://github.com/vita-epfl/Stable-Video-Infinity"> <img src="https://img.shields.io/badge/SVI-GitHub-black?logo=github&logoColor=white" alt="SVI on GitHub"/> </a>
|
| 32 |
<a href="https://huggingface.co/datasets/vita-video-gen/svi-benchmark"> <img src="https://img.shields.io/badge/SVI_Dataset-Hugging%20Face-orange?logo=huggingface&logoColor=yellow" alt="SVI Dataset"/> </a>
|
| 33 |
<a href="https://huggingface.co/vita-video-gen/svi-model"> <img src="https://img.shields.io/badge/SVI_models-Hugging%20Face-FFCC00?logo=huggingface&logoColor=yellow" alt="SVI Models"/> </a> </p> </div>
|
|
|
|
| 63 |
author={Wuyang Li and Wentao Pan and Po-Chien Luan and Yang Gao and Alexandre Alahi},
|
| 64 |
journal={arXiv preprint arXiv: arXiv:2510.09212},
|
| 65 |
year={2025},
|
| 66 |
+
url={https://huggingface.co/papers/2510.09212},
|
| 67 |
}
|
| 68 |
```
|