Add pipeline tag and library name to model card
Browse filesThis 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.
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">
|