Text-to-Video
Diffusers
Safetensors
WanDMDPipeline
nielsr HF Staff commited on
Commit
7212900
·
verified ·
1 Parent(s): 9939332

Improve model card: Add pipeline tag, library name, and project page link

Browse files

This PR enhances the model card by:
- Adding `pipeline_tag: text-to-video` to improve discoverability on the Hub.
- Adding `library_name: diffusers` to enable the "Use in Diffusers" widget.
- Including a link to the project's official documentation/homepage for comprehensive information.

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