nielsr HF Staff commited on
Commit
b0b5233
·
verified ·
1 Parent(s): 41ff6d0

Add pipeline tag and library name to model card

Browse files

This PR enhances the model card by adding the `pipeline_tag: text-to-video` and `library_name: diffusers`.

Adding `pipeline_tag` will ensure the model is correctly categorized and discoverable on the Hugging Face Hub under text-to-video models. Including `library_name: diffusers` enables the automated "how to use" code snippet, facilitating easier adoption of the model.

The model is linked to its paper, [Video Generation with Stable Transparency via Shiftable RGB-A Distribution Learner](https://huggingface.co/papers/2509.24979), and its GitHub repository.

Please review and merge this PR if everything looks good.

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,7 +1,9 @@
1
  ---
2
- license: apache-2.0
3
  base_model:
4
  - Wan-AI/Wan2.1-T2V-14B
 
 
 
5
  ---
6
 
7
  <div align="center">
 
1
  ---
 
2
  base_model:
3
  - Wan-AI/Wan2.1-T2V-14B
4
+ license: apache-2.0
5
+ pipeline_tag: text-to-video
6
+ library_name: diffusers
7
  ---
8
 
9
  <div align="center">