Improve model card: Add pipeline tag, library name, and project page link (#1)
Browse files- Improve model card: Add pipeline tag, library name, and project page link (7212900f05ee39c2d5705a89122da19a42f23dcf)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
datasets:
|
| 4 |
-
- FastVideo/Wan-Syn_77x448x832_600k
|
| 5 |
base_model:
|
| 6 |
- Wan-AI/Wan2.1-T2V-1.3B-Diffusers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# FastVideo FastWan2.1-T2V-1.3B-Diffusers Model
|
|
@@ -17,7 +19,8 @@ base_model:
|
|
| 17 |
|
| 18 |
<div align="center">
|
| 19 |
<a href="https://arxiv.org/pdf/2505.13389">Paper</a> |
|
| 20 |
-
<a href="https://github.com/hao-ai-lab/FastVideo">Github</a>
|
|
|
|
| 21 |
</div>
|
| 22 |
</div>
|
| 23 |
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
base_model:
|
| 3 |
- Wan-AI/Wan2.1-T2V-1.3B-Diffusers
|
| 4 |
+
datasets:
|
| 5 |
+
- FastVideo/Wan-Syn_77x448x832_600k
|
| 6 |
+
license: apache-2.0
|
| 7 |
+
pipeline_tag: text-to-video
|
| 8 |
+
library_name: diffusers
|
| 9 |
---
|
| 10 |
|
| 11 |
# FastVideo FastWan2.1-T2V-1.3B-Diffusers Model
|
|
|
|
| 19 |
|
| 20 |
<div align="center">
|
| 21 |
<a href="https://arxiv.org/pdf/2505.13389">Paper</a> |
|
| 22 |
+
<a href="https://github.com/hao-ai-lab/FastVideo">Github</a> |
|
| 23 |
+
<a href="https://hao-ai-lab.github.io/FastVideo">Project Page</a>
|
| 24 |
</div>
|
| 25 |
</div>
|
| 26 |
|