calcuis commited on
Commit
0d7eb9a
1 Parent(s): 9bc7a63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -5
README.md CHANGED
@@ -1,5 +1,32 @@
1
- ---
2
- license: other
3
- license_name: other
4
- license_link: LICENSE
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: other
4
+ license_link: LICENSE
5
+ language:
6
+ - en
7
+ base_model:
8
+ - Lightricks/LTX-Video
9
+ pipeline_tag: image-to-video
10
+ tags:
11
+ - text-to-video
12
+ - ltx-video
13
+ - ltxv
14
+ - gguf-comfy
15
+ ---
16
+
17
+ # GGUF quantized version of LTX-Video
18
+
19
+ ## Setup (once)
20
+ - drag ltx-video-2b-v0.9-q5_0.gguf (1.39GB) to > ./ComfyUI/models/unet
21
+ - drag t5xxl_fp8_e4m3fn.safetensors (4.89GB) to > ./ComfyUI/models/clip
22
+ - drag ltx-video-vae.safetensors (799MB) to > ./ComfyUI/models/vae
23
+
24
+ ## Run it straight (no installation needed way)
25
+ - run the .bat file in the main directory (assuming you are using the gguf-comfy pack below)
26
+ - drag the workflow json file to > your browser
27
+
28
+ ### References
29
+ - base model from [lightricks](https://huggingface.co/Lightricks/LTX-Video)
30
+ - comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
31
+ - gguf node from [city96](https://github.com/city96/ComfyUI-GGUF)
32
+ - gguf-comfy [pack](https://github.com/calcuis/gguf-comfy/releases)