Lightricks Releases LTX-2.5, a 22B-Parameter Open-Weight Video and Audio World Model
Lightricks has released LTX-2.5, an open-weight world model that generates synchronized video and audio from text, image, and video inputs. The 22B-parameter model adds native multishot generation, a new diffusion video decoder, and a custom Gemma4 12B text encoder.
Lightricks Ships LTX-2.5 With Multishot Video Generation
Lightricks has released LTX-2.5, an open-weight model for generating synchronized video and audio from text, image, and video inputs. The model is built around a 22-billion-parameter diffusion transformer (DiT) and is designed for local execution and fine-tuning rather than exclusive API access.
The headline addition is native multishot generation. Previous LTX versions produced a single continuous shot; LTX-2.5 can generate connected scenes in one pass, holding character identity, environment, lighting, voice, and visual style across cuts, according to Lightricks.
What Changed
Lightricks lists several architectural updates alongside multishot support:
- Diffusion fidelity rendering: compute is allocated dynamically by scene complexity rather than a fixed compression rate per scene, per the company.
- New diffusion video decoder: replaces the previous VAE reconstruction stage, which Lightricks claims produces sharper faces, textures, and on-screen text along with fewer motion artifacts.
- Custom Gemma4 12B text encoder: intended to preserve detail in complex, longer prompts involving multiple characters, camera moves, and actions.
- Prompt enhancer: expands short prompts into more detailed cinematic instructions at low additional compute cost.
- Duration predictor: an optional module that infers clip length directly from the prompt instead of requiring a fixed frame count.
- Improved distilled checkpoint: Lightricks claims the distilled model retains substantially more of the full model's visual quality, prompt adherence, and motion consistency than prior distilled versions.
Distribution and Licensing
LTX-2.5 ships as a split, ComfyUI-aligned pack — separate .safetensors files for the transformer, text encoder, VAE, and duration head — rather than a single monolithic checkpoint. Variants include bf16, Comfy int8 (convrot), and NVFP4 quantized transformers, the latter supported on Blackwell GPUs via ltx-kernels.
The model is distributed under the LTX-2.x Community License. Companies with under $10 million in annual revenue can use it commercially at no cost; fine-tune transfers may require a paid license under the same terms. Organizations above that revenue threshold must negotiate a separate Paid Commercial Use Agreement covering full weights, engineering support, LoRAs, and deployment flexibility. Pricing for that tier is not disclosed. Revenue is measured across the full entity, including subsidiaries and affiliates under common control.
Installation runs through Lightricks' ltx-pipelines Python package (Python 3.12+, CUDA 12.7+, PyTorch ~2.7), with weights downloadable via the Hugging Face CLI. The distilled pipeline still depends on a spatial upscaler hosted in the separate LTX-2.3 repository, which is not yet bundled into LTX-2.5.
No formal benchmark scores were published alongside the release; all quality claims (sharper detail, better motion consistency, improved distillation fidelity) come from Lightricks and have not been independently verified.
What This Means
LTX-2.5 pushes further into the open-weight video generation space Lightricks has occupied since earlier LTX releases, competing against closed systems like Runway Gen and Google's Veo by offering self-hosted deployment and a revenue-tiered free commercial license. Multishot generation and audio-video synchronization in one pass are meaningful production features — scene-to-scene consistency has been a persistent weak point for open video models. The split-checkpoint, ComfyUI-first packaging signals Lightricks is optimizing for the existing creator-tooling ecosystem rather than a single unified API product. Whether the distilled model's claimed quality retention holds up under independent testing will determine if LTX-2.5 becomes a practical alternative to heavier full checkpoints for real-time or lower-VRAM workflows.
Related Articles
DeepSeek Releases V4.1-Flash: 552B MoE Model Cuts KV Cache to 890 Bytes Per Token
DeepSeek has released V4.1-Flash, a 552B-parameter multimodal Mixture-of-Experts model supporting 1M-token context and activating only 8B parameters during prefill. The model uses a new Causal Encoder-Decoder architecture and Compressed Sparse Attention 2 to cut global KV cache to 890 bytes per token, roughly a quarter of its predecessor.
Alibaba Open-Sources Qwen3.8-2.4T-A95B, Its First Qwen-Max-Class Model With Public Weights
Alibaba's Qwen team released Qwen3.8-2.4T-A95B on August 12, 2026, the open-weight version of Qwen3.8-Max and the first Qwen-Max-class model made publicly available. The 2.4 trillion-parameter mixture-of-experts model activates only 95 billion parameters per token and supports context windows up to 1 million tokens.
AllSpark's Iris-mini and Iris-pro Top Open-Weight Search Agent Benchmarks
Chinese lab AllSpark has released Iris-mini and Iris-pro, two open-weight search agents built on Qwen3 models that claim the top spot among open-weight systems in their size classes on four research benchmarks. The release includes model weights, an agent harness, and evaluation code, with training pipelines to follow.
Tencent Open-Sources AuK, a 1.5B-Parameter Speech Generation and Editing Model
Tencent has open-sourced AuK, a 1.5B-parameter foundation model for speech generation and editing that handles TTS, content editing, and audio enhancement through natural-language instructions. The release includes a distilled AuK-Flash variant for 4-step fast inference, both under MIT license.
Comments
Loading...