BrianChen1129 nielsr HF Staff commited on
Commit
4122f9f
·
verified ·
1 Parent(s): 5c2a97a

Improve model card: Add pipeline tag, library name, and links (#2)

Browse files

- Improve model card: Add pipeline tag, library name, and links (31eba76b36a383b406905576e9bd86c48ff49b2e)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +5 -2
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