Official file list for ComfyUI-LTXVideo 2.5

LTX-2.5 Model Files for ComfyUI

Every file the official LTX-2.5 example workflows reference — where it lives on Hugging Face, which ComfyUI/models/ subfolder it belongs in, how big it is, and which lower-VRAM variants exist.

Weights are © Lightricks and distributed under the LTX-2 Community License. All links go to the official Hugging Face repositories — we do not mirror weights.

72.7 GB
minimum set, bf16
41.3 GB
minimum set with INT8 variants
6 folders
under ComfyUI/models/
32 GB+ VRAM
Lightricks' official requirement

Quick start (minimum set)

The six files needed for the recommended Text / Image to Video two-stage graph. Everything else on this page is optional.

  • ltx-2.5-22b-distilled-transformer-bf16.safetensors
    ComfyUI/models/diffusion_models/
  • gemma4-12b-with-proj-ltx-2.5-bf16.safetensors
    ComfyUI/models/text_encoders/
  • ltx-2.5-video-vae-bf16.safetensors
    ComfyUI/models/vae/
  • ltx-2.5-video-vae-conv-bf16.safetensors
    ComfyUI/models/vae/
  • ltx-2.5-audio-vae-bf16.safetensors
    ComfyUI/models/vae/
  • ltx-2.5-latent-spatial-upscaler-x2-bf16-1.0.safetensors
    ComfyUI/models/latent_upscale_models/
Total download72.7 GB

You do not have to fetch these by hand: open the workflow in ComfyUI, click Workflow Overview → Download all, and ComfyUI places each file in the right subfolder.

All LTX-2.5 files

Grouped by the ComfyUI/models/ subfolder they go in. Lower-VRAM variants sit under the model they replace.

Diffusion models

FileFolderSizePurposeLink
ltx-2.5-22b-distilled-transformer-bf16.safetensorsComfyUI/models/diffusion_models/42.0 GBThe LTX-2.5 22B distilled video model — used by every example workflow. Few sampling steps, built for fast iteration.Hugging Face
ltx-2.5-22b-distilled-transformer-comfy-int8-convrot.safetensorslower-VRAM variant
ComfyUI/models/diffusion_models/21.5 GBINT8 — about half the size; the usual pick for 24 GB cards.Hugging Face
ltx-2.5-22b-distilled-transformer-nvfp4.safetensorslower-VRAM variant
ComfyUI/models/diffusion_models/18.7 GBNVFP4 — smallest; needs an NVIDIA GPU with FP4 support (Blackwell).Hugging Face
ltx-2.5-22b-dev-transformer-bf16.safetensorsComfyUI/models/diffusion_models/42.0 GBFull (non-distilled) LTX-2.5 model. Higher quality ceiling with more sampling steps; not used by the distilled example workflows.Hugging Face
ltx-2.5-22b-dev-transformer-comfy-int8-convrot.safetensorslower-VRAM variant
ComfyUI/models/diffusion_models/21.5 GBINT8 variant of the full model.Hugging Face

Text encoders

FileFolderSizePurposeLink
gemma4-12b-with-proj-ltx-2.5-bf16.safetensorsComfyUI/models/text_encoders/26.3 GBGemma 4 12B text encoder with the LTX-2.5 projection — turns your prompt into conditioning. Required by all workflows.Hugging Face
gemma4-12b-with-proj-ltx-2.5-comfy-int8-convrot.safetensorslower-VRAM variant
ComfyUI/models/text_encoders/15.4 GBINT8 text encoder — saves ~11 GB on disk and in memory.Hugging Face

VAEs

FileFolderSizePurposeLink
ltx-2.5-video-vae-bf16.safetensorsComfyUI/models/vae/1.5 GBVideo VAE — encodes input frames and decodes the generated latents to pixels.Hugging Face
ltx-2.5-video-vae-conv-bf16.safetensorsComfyUI/models/vae/1.5 GBConvolutional video VAE variant referenced by the example graphs' decode path.Hugging Face
ltx-2.5-audio-vae-bf16.safetensorsComfyUI/models/vae/0.40 GBAudio VAE — decodes the synchronized soundtrack LTX-2.5 generates alongside the video.Hugging Face

Latent upscalers

FileFolderSizePurposeLink
ltx-2.5-latent-spatial-upscaler-x2-bf16-1.0.safetensorsComfyUI/models/latent_upscale_models/1.0 GB2× latent spatial upscaler — the second stage of every two-stage workflow.Hugging Face
ltx-2.5-latent-temporal-upscaler-x2-bf16-1.0.safetensorsComfyUI/models/latent_upscale_models/0.30 GB2× temporal upscaler — doubles frame rate in latent space. Optional; not wired in the default example graphs.Hugging Face

LoRAs

FileFolderSizePurposeLink
ltx-2.5-22b-distilled-lora-450-bf16.safetensorsComfyUI/models/loras/8.9 GBDistillation LoRA for running the full dev model in few steps. Not needed when you use the distilled transformer.Hugging Face
ltx-2.3-22b-ic-lora-union-control-ref0.5.safetensorsComfyUI/models/loras/IC-LoRA: depth / canny / pose control from a reference video.Hugging Face
ltx-2.3-22b-ic-lora-motion-track-control-ref0.5.safetensorsComfyUI/models/loras/IC-LoRA: follow motion tracks drawn on the first frame.Hugging Face
ltx-2.3-22b-ic-lora-ingredients-0.9.safetensorsComfyUI/models/loras/IC-LoRA: generate from a reference sheet of characters, props and locations.Hugging Face
ltx-2.3-22b-ic-lora-in-outpainting-0.9.safetensorsComfyUI/models/loras/IC-LoRA: inpaint a masked region or outpaint beyond the frame of a reference video.Hugging Face
ltx-2.3-22b-ic-lora-deblur-0.9.safetensorsComfyUI/models/loras/IC-LoRA example shipped with the V2V graph (deblur). Swap for any identity / style / edit LoRA.Hugging Face

The IC-LoRAs are LTX-2.3-era weights: the official 2.5 control graphs apply them on top of the 2.5 distilled backbone, which is exactly how Lightricks ships them.

Model patches

FileFolderSizePurposeLink
ltx-2.5-duration-head-bf16.safetensorsComfyUI/models/model_patches/0.05 GBSmall duration-prediction head used by audio workflows.Hugging Face

Which variant for my GPU?

Pick the transformer and text-encoder build that fits your card, then download only those.

VRAMExample cardsTransformerText encoderVerdictAdvice
Under 16 GBRTX 3060 12G, 4060, 4070, most laptopsnvfp4int8Use onlineThe 22B transformer alone is 18.7 GB even at NVFP4. Expect out-of-memory errors or extreme offloading. Generate online instead — same LTX-2 model, no setup.
16 GBRTX 4060 Ti 16G, 4080, 5070 Ti, A4000nvfp4int8TightBorderline. Use the NVFP4 transformer (Blackwell) or INT8 with aggressive offloading (--reserve-vram), the INT8 text encoder, single-stage graphs and low resolution. Slow, and not every graph will fit.
24 GBRTX 3090, 4090, A5000int8int8WorkableWorkable with the INT8 transformer + INT8 text encoder and the low-VRAM loader nodes. Two-stage graphs run; keep decode tiles small. Leave bf16 files for 32 GB+ cards.
32 GBRTX 5090, V100 32Gbf16int8ComfortableLightricks' stated minimum. bf16 transformer with the low-VRAM loaders fits; INT8 text encoder frees headroom for larger decode tiles and longer clips.
48 GB+RTX 6000 Ada, A6000, H100bf16bf16ComfortableEverything in bf16 without offloading. Increase the decode tile size (see the Decode notes in each graph) for faster runs.

Lightricks' official requirement is 32 GB+ VRAM. The lower tiers above are conservative community guidance, not an official support matrix.

Under 24 GB? Generate with the same LTX-2 model online

4K output with synchronized audio, nothing to download, free credits to start.

Open the online generator

Folder layout

Match these subfolder names exactly — ComfyUI only lists files from the folder that matches the loader node.

ComfyUI/
└── models/
    ├── diffusion_models/
    │   └── ltx-2.5-22b-distilled-transformer-bf16.safetensors
    ├── text_encoders/
    │   └── gemma4-12b-with-proj-ltx-2.5-bf16.safetensors
    ├── vae/
    │   └── ltx-2.5-video-vae-bf16.safetensors
    ├── latent_upscale_models/
    │   └── ltx-2.5-latent-spatial-upscaler-x2-bf16-1.0.safetensors
    ├── loras/
    │   └── ltx-2.3-22b-ic-lora-union-control-ref0.5.safetensors
    └── model_patches/
        └── ltx-2.5-duration-head-bf16.safetensors

Legacy LTX-2.3 files

Only needed for the LTX-2.3 workflows listed on the workflows page. New setups should start with 2.5. See the 2.3 workflows

FileFolderSizePurposeLink
ltx-2.3-22b-distilled-1.1.safetensorsComfyUI/models/checkpoints/LTX-2.3 distilled checkpoint (all-in-one).Hugging Face
ltx-2.3-22b-dev.safetensorsComfyUI/models/checkpoints/LTX-2.3 full checkpoint.Hugging Face
ltx-2.3-spatial-upscaler-x2-1.1.safetensorsComfyUI/models/latent_upscale_models/2× spatial upscaler for 2.3 two-stage graphs.Hugging Face
ltx-2.3-temporal-upscaler-x2-1.0.safetensorsComfyUI/models/latent_upscale_models/2× temporal upscaler for 2.3.Hugging Face
ltx-2.3-22b-distilled-lora-384-1.1.safetensorsComfyUI/models/loras/Distillation LoRA for the 2.3 dev checkpoint.Hugging Face
gemma-3-12b-it-qat-q4_0-unquantized (whole repo)ComfyUI/models/text_encoders/gemma-3-12b-it-qat-q4_0-unquantized/Gemma 3 12B text encoder used by LTX-2.3 graphs.Hugging Face

Common download problems

LTX-2.5 model FAQ