Add video-to-video pipeline tag
#1
by
merve
HF Staff
- opened
README.md
CHANGED
@@ -1,29 +1,30 @@
|
|
1 |
---
|
2 |
license: other
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
pipeline_tag:
|
17 |
inference: true
|
18 |
widget:
|
19 |
-
- text:
|
20 |
parameters:
|
21 |
-
negative_prompt:
|
22 |
output:
|
23 |
url: ./assets/image_0_0.gif
|
24 |
-
- text:
|
|
|
25 |
parameters:
|
26 |
-
negative_prompt:
|
27 |
output:
|
28 |
url: ./assets/image_1_0.gif
|
29 |
---
|
|
|
1 |
---
|
2 |
license: other
|
3 |
+
base_model: Lightricks/LTX-Video
|
4 |
tags:
|
5 |
+
- ltx-video
|
6 |
+
- ltx-video-diffusers
|
7 |
+
- text-to-video
|
8 |
+
- image-to-video
|
9 |
+
- diffusers
|
10 |
+
- simpletuner
|
11 |
+
- not-for-all-audiences
|
12 |
+
- lora
|
13 |
+
- template:sd-lora
|
14 |
+
- video-to-video
|
15 |
+
- lycoris
|
16 |
+
pipeline_tag: video-to-video
|
17 |
inference: true
|
18 |
widget:
|
19 |
+
- text: unconditional (blank prompt)
|
20 |
parameters:
|
21 |
+
negative_prompt: blurry, cropped, ugly
|
22 |
output:
|
23 |
url: ./assets/image_0_0.gif
|
24 |
+
- text: A photo-realistic image of a cat sitting in a field of lavender flowers. The
|
25 |
+
cat is looking at the viewer.
|
26 |
parameters:
|
27 |
+
negative_prompt: blurry, cropped, ugly
|
28 |
output:
|
29 |
url: ./assets/image_1_0.gif
|
30 |
---
|