Add pipeline_tag and library_name to model card
#4
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
datasets:
|
| 4 |
-
- RaphaelLiu/PusaV1_training
|
| 5 |
base_model:
|
| 6 |
- Wan-AI/Wan2.1-T2V-14B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
tags:
|
| 8 |
- image-to-video
|
| 9 |
- start-end-frames
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
base_model:
|
| 3 |
- Wan-AI/Wan2.1-T2V-14B
|
| 4 |
+
datasets:
|
| 5 |
+
- RaphaelLiu/PusaV1_training
|
| 6 |
+
library_name: diffusers
|
| 7 |
+
license: apache-2.0
|
| 8 |
+
pipeline_tag: image-to-video
|
| 9 |
tags:
|
| 10 |
- image-to-video
|
| 11 |
- start-end-frames
|