Skip to main content
株式会社オブライト
AI2026-08-179 min read

LTX-2.5 Requirements: VRAM, GPU & File Sizes (2026)

LTX-2.5 (22B DiT, Gemma 4 encoder) is an open video+audio model out Aug 11, 2026. VRAM: 16-80GB; files: 35.9-71.4GB by quant. See table and GPU picks.


LTX-2.5 is an open-weight video-plus-audio generation model released on August 11, 2026 by LTX, the studio spun out of Lightricks. It pairs a 22B-parameter diffusion transformer (DiT) with a custom Gemma 4 12B text encoder, and natively handles text-to-video, image-to-video, video-to-video, text-to-audio, and audio-to-video at up to 4K HDR. The short answer: expect 16GB to 80GB of VRAM depending on setup, with total downloaded file size ranging from roughly 35.9GB to 71.4GB depending on which quantized checkpoint you pick. Community reports put the practical floor around an RTX 4090-class 24GB card; LTX has not published an official VRAM requirements table. Below is the full breakdown — from a quick-reference spec table to troubleshooting.

Requirements at a glance

SetupKey filesApprox. total diskVRAM targetRecommended GPU
NVFP4 minimaldistilled-nvfp4 + comfy-int8 text encoder + VAE + audio VAE~35.9GB16GB+ (community-reported)RTX 4080-class+ (Blackwell-optimized)
INT8+convrotdistilled-comfy-int8 + comfy-int8 text encoder + VAE + audio VAE~38.7GB20-24GBRTX 4090 (24GB)
BF16 fulldev/distilled-bf16 + Gemma 4 bf16 + full VAE set + upscalers~71.4GB48-80GBRTX 6000 Ada / A100 / H100
FP8 downcast + CPU offloadBF16 weights cast to FP8 at load, rest offloaded to system RAMdisk similar to BF1612-16GB (much slower)RTX 4070+ (low-VRAM fallback)

None of these figures come from an official spec sheet — they are built from measured Hugging Face file sizes plus community-reported working configurations. Whether a given setup actually runs depends heavily on your CUDA/PyTorch versions and the resolution/frame-count you request.

What LTX-2.5 actually is

LTX-2.5 makes two significant jumps over prior LTX-family models. First, it generates video and audio together — text-to-audio and audio-to-video run inside the same model, removing the need for a separate audio pass. Second, it natively targets 4K HDR output, with dedicated upscaler weights (latent_upscale_models) shipped alongside the core checkpoints.

The backbone is a 22B-parameter diffusion transformer (DiT). Text understanding runs through a custom Gemma 4 12B encoder with an added projection layer. Checkpoints come in two flavors: distilled (a fixed 8-step schedule with CFG=1, built for fast inference) and dev/full (a fine-tunable general-purpose checkpoint).

LTX's own benchmark reports an image-to-video, 10-second, 720p clip generated in about 6.8 seconds on 2x NVIDIA GB200 using the distilled checkpoint. Via LTX's managed API, the same job at 1080p takes 23.7 seconds. Local hardware won't hit those numbers, but they're a useful reference point.

Distributed files and sizes

FilePurposeSize
ltx-2.5-22b-dev-transformer-bf16.safetensorsMain DiT (dev, BF16)42.02GB
ltx-2.5-22b-distilled-transformer-bf16.safetensorsMain DiT (distilled, BF16)42.02GB
gemma4-12b-with-proj-ltx-2.5-bf16.safetensorsText encoder (BF16)26.26GB
ltx-2.5-22b-dev-transformer-comfy-int8-convrot.safetensorsMain DiT (dev, INT8)21.50GB
ltx-2.5-22b-distilled-transformer-comfy-int8-convrot.safetensorsMain DiT (distilled, INT8)21.50GB
ltx-2.5-22b-distilled-transformer-nvfp4.safetensorsMain DiT (distilled, NVFP4)18.72GB
gemma4-12b-with-proj-ltx-2.5-comfy-int8-convrot.safetensorsText encoder (INT8)15.37GB
ltx-2.5-22b-distilled-lora-450-bf16.safetensorsAdd-on LoRA8.90GB
ltx-2.5-video-vae-bf16.safetensorsVideo VAE1.47GB
ltx-2.5-video-vae-conv-bf16.safetensorsVideo VAE (conv variant)1.45GB
ltx-2.5-latent-spatial-upscaler-x2-bf16-1.0.safetensorsSpatial upscaler1.00GB
ltx-2.5-audio-vae-bf16.safetensorsAudio VAE0.36GB
ltx-2.5-latent-temporal-upscaler-x2-bf16-1.0.safetensorsTemporal upscaler0.26GB

You don't need every file. Pick one quantized variant of distilled or dev, one matching text encoder, and the base VAE set — that's enough to run.

Choosing a quantization format

- BF16: Highest fidelity. Use this for fine-tuning or when validating output quality. Heaviest on both disk and VRAM
- INT8+convrot (ComfyUI-specific): Quantization tuned for ComfyUI workflows, roughly halving BF16 size while limiting quality loss
- NVFP4 (Blackwell / ltx-kernels): Built for Blackwell-generation GPUs like the RTX 50 series. Smallest disk and VRAM footprint, but requires the dedicated ltx-kernels
- FP8-cast (low-VRAM fallback): Downcasts BF16 weights to FP8 at inference time in PyTorch. Combined with CPU offload, some users report running it under 16GB VRAM (at a significant speed cost)

Minimal ComfyUI setup

LTX shipped official ComfyUI workflow templates on day one. The minimal working combination is:

- diffusion_models: ltx-2.5-22b-distilled-transformer-nvfp4.safetensors (18.72GB)
- text_encoders: gemma4-12b-with-proj-ltx-2.5-comfy-int8-convrot.safetensors (15.37GB)
- vae: ltx-2.5-video-vae-bf16.safetensors (1.47GB)
- vae (if you also need audio): ltx-2.5-audio-vae-bf16.safetensors (0.36GB)
- Total disk: approximately 35.9GB

Switching to the INT8+convrot setup means swapping in ltx-2.5-22b-distilled-transformer-comfy-int8-convrot.safetensors (21.50GB) for the diffusion model, bringing the total to roughly 38.7GB. For a broader look at local inference tooling beyond ComfyUI, see our local LLM inference engine comparison.

GPU-by-GPU reality check (NVIDIA)

- 16GB VRAM class (e.g. RTX 4060 Ti 16GB): The community-reported floor. Requires NVFP4 or FP8 downcast plus CPU offload. Speed and resolution are heavily constrained
- 24GB VRAM (RTX 4090): The comfortable target for INT8+convrot. Multiple reports of stable 720p-class generation
- 32GB VRAM (RTX 5090): Blackwell generation, where native NVFP4 optimization (ltx-kernels) kicks in — more headroom on resolution and frame count
- 80GB VRAM class (A100/H100): The realistic choice for BF16 full setups, fine-tuning, or longer/higher-resolution generation — aimed at development workloads

distilled vs. dev: which to use

The distilled checkpoint runs a fixed 8-step schedule at CFG (classifier-free guidance) = 1. Where a typical diffusion model needs dozens of steps and CFG scale tuning, distillation compresses the inference process itself, so generation is fast — a good fit for production use and batch generation.

The dev/full checkpoint is the general-purpose, fine-tunable model — the base you would use for additional training on your own dataset or for building LoRAs. It targets research and customization work, and needs more steps and more VRAM than distilled.

Generation parameter constraints

LTX-2.5 enforces hard constraints on output dimensions. Frame count must satisfy num_frames % 8 == 1, so valid values follow the pattern 1, 9, 17 … up to 121 (steps of 8, plus 1). Width and height must both be multiples of 32. The officially validated example is 544x960 at 121 frames and 24fps.

Ignoring these constraints either throws an error or triggers automatic cropping/padding that produces unintended output, so it is worth checking your parameters first when building a workflow.

Apple Silicon and CPU-only support

As of this writing, there is no official statement or published benchmark on Apple Silicon or CPU-only support for LTX-2.5. Given the model's scale — a 22B DiT plus a 12B text encoder — running on an MPS backend is not theoretically impossible, but whether it performs at a usable speed is untested. If you're considering a Mac setup, check community issue trackers and Discord for the latest reports before committing.

Comparison with other open-weight video models

ItemLTX-2.5MiniMax H3
Parameter scale22B (DiT)Undisclosed (large-scale)
Minimal-setup disk estimate~35.9GB (NVFP4)~42.5GB (minimal ComfyUI setup)
VRAM target (community-reported)16GB+Around 24GB+
LicenseLTX-2.x Community License (free commercial use under $10M annual revenue)MiniMax H3 Community License Agreement (commercial use has conditions)
Supported tasksVideo+audio together (text/image/video-to-video, text-to-audio, audio-to-video)Video+audio together (up to ~15s, 24fps, 768p default, 32kHz stereo audio)

We cover MiniMax H3's full requirements in our MiniMax H3 requirements guide. If you need simultaneous audio generation, LTX-2.5 is the natural pick; if you're comparing purely on video generation, MiniMax H3 is worth weighing too. For text-generation local deployment comparisons, see our Qwen3.8-27B requirements guide.

License and commercial use

LTX-2.5 is released under the LTX-2.x Community License. Companies and individuals with annual revenue under $10 million can use it commercially, including in production, at no cost. Most small and mid-sized businesses in Japan fall well under that threshold, so in practice this covers the vast majority of local use cases. Organizations above $10 million in annual revenue need a separate Commercial Use Agreement — worth confirming before you build on it.

Troubleshooting

- Running out of VRAM (OOM): Switch to NVFP4 or INT8+convrot first. If that still fails, try FP8 downcast plus CPU offload (expect a large speed hit)
- Load failures from CUDA/PyTorch mismatches: The recommended stack is Python >= 3.12, CUDA >= 12.7, and PyTorch ~= 2.7. NVFP4 in particular depends on ltx-kernels, which assume a Blackwell-generation GPU and a recent CUDA — older stacks may simply not load it
- Frame count or resolution errors: Confirm num_frames % 8 == 1 and that width/height are multiples of 32. Start from the validated 544x960, 121-frame, 24fps combination before tuning parameters
- Generation is unusually slow: Check whether CPU offload is unintentionally active, or whether you accidentally loaded the BF16 full setup instead of a quantized one

What's the minimum VRAM needed to run LTX-2.5?

LTX has not published an official requirements table. Community reports put the practical floor around 16GB VRAM (using NVFP4 or FP8 downcast combined with CPU offload). For comfortable use, 24GB or more (RTX 4090-class) is the general target.

Will it run on an RTX 4090 (24GB)?

Yes — the INT8+convrot setup is a commonly reported working configuration, at roughly 38.7GB total disk usage, with multiple reports of stable 720p-class generation.

Should I download distilled or dev/full?

For standard generation where speed matters, use distilled (fixed 8-step, CFG=1). If you plan to fine-tune the model or build LoRAs, you need dev/full instead.

How much disk space should I set aside?

It depends on the setup: about 35.9GB for the NVFP4 minimal setup, about 38.7GB for INT8+convrot, and about 71.4GB for a full BF16 setup including upscalers.

Is commercial use free?

Under the LTX-2.x Community License, companies and individuals with annual revenue under $10 million can use it commercially, including in production, at no cost. Most small and mid-sized Japanese businesses fall under this threshold. Above $10 million, a separate Commercial Use Agreement is required.

Does it run on Apple Silicon (Mac)?

As of August 2026, there is no official statement or published benchmark confirming Apple Silicon support. Any attempt to run it on Mac hardware should be treated as unverified, and you should check community reports for the latest status.

Should I choose LTX-2.5 or MiniMax H3?

If you need video and audio generated together, LTX-2.5 is the better fit. If you are comparing purely on video generation quality and cost, MiniMax H3 is also worth evaluating — see the comparison table above for details.

Feel free to contact us

Contact Us