Skip to content

LTX 2.5 GGUF

LTX 2.5 is an open-weights video generation model from Lightricks. This repository ships GGUF quants of the 22B distilled transformer. It generates video with synchronized audio from text, a single frame, or first and last frames.

Hugging Face repositoryLTX-2.5-GGUF on Hugging Face

Example output

Video from CivitAI

Available Quantizations

QuantSizeFile
Q4_011.65 GBltx-2.5-22b-distilled-transformer-Q4_0.gguf
Q8_021.22 GBltx-2.5-22b-distilled-transformer-Q8_0.gguf
Q8_CR20.04 GBltx-2.5-22b-distilled-transformer-Q8_CR.gguf

Model Input and Output

Variants and inputs

VariantInputs
Text-to-VideoA text prompt only.
Image-to-VideoA text prompt and one source frame.
First and Last Frame to VideoA text prompt and two keyframe images.

Outputs

FieldValue
AudioSynchronized stereo audio
Frame rate24 FPS
ResolutionUp to 2K with the spatial upscaler

ComfyUI Setup

Load the model with the GGUF loader node from comfyui-gguf-reboot. The loader node gives the best performance.

Dependencies

Place these files in the ComfyUI model folders before running a workflow.

ComponentFileFolder
Text encoderGemma 4 12B with projectionmodels/clip/ or text_encoders/
Video VAEltx-2.5-video-vae-bf16.safetensorsmodels/vae/
Audio VAEltx-2.5-audio-vae-bf16.safetensorsmodels/vae/
Spatial upscalerltx-2.5-latent-spatial-upscaler-x2-bf16-1.0.safetensorsmodels/upscale_models/

Workflow downloads

Import these JSON files into ComfyUI.

JSON fileText-to-Video workflowJSON fileImage-to-Video workflowJSON fileFirst and Last Frame to Video workflow

GGUF quantization and open-source tools.