|
--- |
|
license: other |
|
license_name: other |
|
license_link: LICENSE |
|
language: |
|
- en |
|
base_model: |
|
- Lightricks/LTX-Video |
|
pipeline_tag: image-to-video |
|
tags: |
|
- text-to-video |
|
- ltx-video |
|
- ltxv |
|
- gguf-comfy |
|
--- |
|
|
|
# GGUF quantized version of LTX-Video |
|
|
|
## Setup (once) |
|
- drag ltx-video-2b-v0.9-q5_0.gguf (1.39GB) to > ./ComfyUI/models/unet |
|
- drag t5xxl_fp8_e4m3fn.safetensors (4.89GB) to > ./ComfyUI/models/clip |
|
- drag ltx-video-vae.safetensors (799MB) to > ./ComfyUI/models/vae |
|
|
|
## Run it straight (no installation needed way) |
|
- run the .bat file in the main directory (assuming you are using the gguf-comfy pack below) |
|
- drag the workflow json file (below) to > your browser |
|
|
|
### Workflows |
|
- example workflow for gguf |
|
- example workflow for the original safetensors |
|
|
|
### References |
|
- base model from [lightricks](https://huggingface.co/Lightricks/LTX-Video) |
|
- comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI) |
|
- gguf node from [city96](https://github.com/city96/ComfyUI-GGUF) |
|
- gguf-comfy [pack](https://github.com/calcuis/gguf-comfy/releases) |