Add video-to-video pipeline tag

#1
by merve HF Staff - opened
Files changed (1) hide show
  1. README.md +18 -17
README.md CHANGED
@@ -1,29 +1,30 @@
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: text-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 cat is looking at the viewer.'
 
25
  parameters:
26
- negative_prompt: 'blurry, cropped, ugly'
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
  ---