Update README.md
Browse files
README.md
CHANGED
@@ -17,17 +17,17 @@ tags:
|
|
17 |
# GGUF quantized version of LTX-Video
|
18 |
|
19 |
## Setup (once)
|
20 |
-
- drag ltx-video-2b-v0.9-q5_0.gguf (1.
|
21 |
-
- drag t5xxl_fp8_e4m3fn.safetensors (4.89GB) to > ./ComfyUI/models/clip
|
22 |
-
- drag ltx-video-vae.safetensors (
|
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 (below) to > your browser
|
27 |
|
28 |
### Workflows
|
29 |
-
- example workflow for gguf
|
30 |
-
- example workflow for the original safetensors
|
31 |
|
32 |
### References
|
33 |
- base model from [lightricks](https://huggingface.co/Lightricks/LTX-Video)
|
|
|
17 |
# GGUF quantized version of LTX-Video
|
18 |
|
19 |
## Setup (once)
|
20 |
+
- drag ltx-video-2b-v0.9-q5_0.gguf ([1.5GB](https://huggingface.co/calcuis/ltxv-gguf/blob/main/ltx-video-2b-v0.9-q5_0.gguf)) to > ./ComfyUI/models/unet
|
21 |
+
- drag t5xxl_fp8_e4m3fn.safetensors ([4.89GB](https://huggingface.co/calcuis/ltxv-gguf/blob/main/t5xxl_fp8_e4m3fn.safetensors)) to > ./ComfyUI/models/clip
|
22 |
+
- drag ltx-video-vae.safetensors ([838MB](https://huggingface.co/calcuis/ltxv-gguf/blob/main/ltx-video-vae.safetensors)) 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 (below) to > your browser
|
27 |
|
28 |
### Workflows
|
29 |
+
- example workflow for [gguf](https://huggingface.co/calcuis/ltxv-gguf/blob/main/workflow-ltxv-gguf.json)
|
30 |
+
- example workflow for the original [safetensors](https://huggingface.co/calcuis/ltxv-gguf/blob/main/workflow-ltxv-safetensors.json)
|
31 |
|
32 |
### References
|
33 |
- base model from [lightricks](https://huggingface.co/Lightricks/LTX-Video)
|