Add pipeline tag
Browse filesThis PR ensures the model can be found at:
* https://huggingface.co/papers/2412.00131
* https://huggingface.co/models?pipeline_tag=text-to-video&sort=trending
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
3 |
---
|
4 |
|
5 |
|
@@ -167,14 +168,14 @@ For more details, please refer to the [Contribution Guidelines](docs/Contributio
|
|
167 |
## BibTeX
|
168 |
|
169 |
```bibtex
|
170 |
-
@
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
}
|
179 |
```
|
180 |
## Latest DOI
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
pipeline_tag: text-to-video
|
4 |
---
|
5 |
|
6 |
|
|
|
168 |
## BibTeX
|
169 |
|
170 |
```bibtex
|
171 |
+
@misc{lin2024opensoraplanopensourcelarge,
|
172 |
+
title={Open-Sora Plan: Open-Source Large Video Generation Model},
|
173 |
+
author={Bin Lin and Yunyang Ge and Xinhua Cheng and Zongjian Li and Bin Zhu and Shaodong Wang and Xianyi He and Yang Ye and Shenghai Yuan and Liuhan Chen and Tanghui Jia and Junwu Zhang and Zhenyu Tang and Yatian Pang and Bin She and Cen Yan and Zhiheng Hu and Xiaoyi Dong and Lin Chen and Zhang Pan and Xing Zhou and Shaoling Dong and Yonghong Tian and Li Yuan},
|
174 |
+
year={2024},
|
175 |
+
eprint={2412.00131},
|
176 |
+
archivePrefix={arXiv},
|
177 |
+
primaryClass={cs.CV},
|
178 |
+
url={https://arxiv.org/abs/2412.00131},
|
179 |
}
|
180 |
```
|
181 |
## Latest DOI
|