Explicit `text-to-video` pipeline tag and `diffusers` library (#72)
Browse files- Explicit `text-to-video` pipeline tag (933ce92f28bae31cff57a0a0e638ec6d51f92592)
- Update README.md (56695134b12d43b8aa3aacba42fa7090fb81db04)
Co-authored-by: Lucain Pouget <[email protected]>
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- ltx-video
|
4 |
-
- text-to-video
|
5 |
- image-to-video
|
6 |
pinned: true
|
7 |
language:
|
8 |
- en
|
9 |
license: other
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# LTX-Video Model Card
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- ltx-video
|
|
|
4 |
- image-to-video
|
5 |
pinned: true
|
6 |
language:
|
7 |
- en
|
8 |
license: other
|
9 |
+
pipeline_tag: text-to-video
|
10 |
+
library_name: diffusers
|
11 |
---
|
12 |
|
13 |
# LTX-Video Model Card
|