Add metadata and Github repository link (#1)
Browse files- Add metadata and Github repository link (5d5ad54376a63abc1e4de330c4a0260dff7bf708)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
|
|
4 |
<p align="center">
|
5 |
<img src="assets/logo.png" height=100>
|
6 |
</p>
|
@@ -13,6 +16,7 @@ license: mit
|
|
13 |
<div align="center">
|
14 |
<a href="https://huggingface.co/stepfun-ai/stepvideo-t2v"><img src="https://img.shields.io/static/v1?label=Step-Video-T2V&message=HuggingFace&color=yellow"></a>  
|
15 |
<a href="https://huggingface.co/stepfun-ai/stepvideo-t2v-turbo"><img src="https://img.shields.io/static/v1?label=Step-Video-T2V-Turbo&message=HuggingFace&color=yellow"></a>  
|
|
|
16 |
</div>
|
17 |
|
18 |
## 🔥🔥🔥 News!!
|
@@ -165,4 +169,5 @@ The online version of Step-Video-T2V is available on [跃问视频](https://yuew
|
|
165 |
|
166 |
## 8. Acknowledgement
|
167 |
- We would like to express our sincere thanks to the [xDiT](https://github.com/xdit-project/xDiT) team for their invaluable support and parallelization strategy.
|
168 |
-
- Our code will be integrated into the official repository of [Huggingface/Diffusers](https://github.com/huggingface/diffusers).
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
library_name: diffusers
|
4 |
+
pipeline_tag: text-to-video
|
5 |
---
|
6 |
+
|
7 |
<p align="center">
|
8 |
<img src="assets/logo.png" height=100>
|
9 |
</p>
|
|
|
16 |
<div align="center">
|
17 |
<a href="https://huggingface.co/stepfun-ai/stepvideo-t2v"><img src="https://img.shields.io/static/v1?label=Step-Video-T2V&message=HuggingFace&color=yellow"></a>  
|
18 |
<a href="https://huggingface.co/stepfun-ai/stepvideo-t2v-turbo"><img src="https://img.shields.io/static/v1?label=Step-Video-T2V-Turbo&message=HuggingFace&color=yellow"></a>  
|
19 |
+
<a href="https://github.com/stepfun-ai/Step-Video-T2V"><img src="https://img.shields.io/static/v1?label=Code&message=Github&color=black"></a>  
|
20 |
</div>
|
21 |
|
22 |
## 🔥🔥🔥 News!!
|
|
|
169 |
|
170 |
## 8. Acknowledgement
|
171 |
- We would like to express our sincere thanks to the [xDiT](https://github.com/xdit-project/xDiT) team for their invaluable support and parallelization strategy.
|
172 |
+
- Our code will be integrated into the official repository of [Huggingface/Diffusers](https://github.com/huggingface/diffusers).
|
173 |
+
- We thank the [FastVideo](https://github.com/hao-ai-lab/FastVideo) team for their continued collaboration and look forward to launching inference acceleration solutions together in the near future.
|