Improve model card: Add pipeline tag, library name, and links
Browse filesThis PR enhances the model card by:
- Adding the `pipeline_tag: text-to-video` for better model discoverability on the Hub.
- Specifying `library_name: diffusers` to enable the "Use in Diffusers" quickstart button and ensure proper integration.
- Including the Hugging Face paper link alongside the existing arXiv link for the "VSA: Faster Video Diffusion with Trainable Sparse Attention" paper.
- Adding a link to the project's official documentation page for more context and resources.
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# FastVideo FastWan2.2-TI2V-5B-FullAttn-Diffusers Model
|
@@ -12,8 +14,9 @@ license: apache-2.0
|
|
12 |
</div>
|
13 |
|
14 |
<div align="center">
|
15 |
-
<a href="https://arxiv.org/pdf/2505.13389">Paper</a> |
|
16 |
-
<a href="https://github.com/hao-ai-lab/FastVideo">Github</a>
|
|
|
17 |
</div>
|
18 |
</div>
|
19 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
pipeline_tag: text-to-video
|
4 |
+
library_name: diffusers
|
5 |
---
|
6 |
|
7 |
# FastVideo FastWan2.2-TI2V-5B-FullAttn-Diffusers Model
|
|
|
14 |
</div>
|
15 |
|
16 |
<div align="center">
|
17 |
+
<a href="https://huggingface.co/papers/2505.13389">HF Paper (VSA)</a> | <a href="https://arxiv.org/pdf/2505.13389">arXiv Paper (VSA)</a> |
|
18 |
+
<a href="https://github.com/hao-ai-lab/FastVideo">Github</a> |
|
19 |
+
<a href="https://hao-ai-lab.github.io/FastVideo">Project Page</a>
|
20 |
</div>
|
21 |
</div>
|
22 |
|