Improve model card with pipeline tag and library name
#17
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,13 +1,15 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: other
|
| 3 |
license_link: https://huggingface.co/THUDM/CogVideoX-5b-I2V/blob/main/LICENSE
|
| 4 |
-
language:
|
| 5 |
-
- en
|
| 6 |
tags:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
| 11 |
inference: false
|
| 12 |
---
|
| 13 |
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: other
|
| 5 |
license_link: https://huggingface.co/THUDM/CogVideoX-5b-I2V/blob/main/LICENSE
|
|
|
|
|
|
|
| 6 |
tags:
|
| 7 |
+
- cogvideox
|
| 8 |
+
- video-generation
|
| 9 |
+
- thudm
|
| 10 |
+
- image-to-video
|
| 11 |
+
pipeline_tag: text-to-video
|
| 12 |
+
library_name: diffusers
|
| 13 |
inference: false
|
| 14 |
---
|
| 15 |
|