This model card focuses on the LTX-2.3 model, which is a significant update to the
LTX-2 model with improved audio and visual quality as well as enhanced prompt adherence.
LTX-2 was presented in the paper
LTX-2: Efficient Joint Audio-Visual Foundation Model.
LTX-2.3 is a DiT-based audio-video foundation model designed to generate synchronized video and audio within a single model. It brings together the core building blocks of modern video generation, with open weights and a focus on practical, local execution.
LTX-2.3 is accessible right away via the
API Playground.
You can use the models - full, distilled, upscalers and any derivatives of the models - for purposes under the
license.
We recommend you use the built-in LTXVideo nodes that can be found in the ComfyUI Manager.
For manual installation information, please refer to our
documentation site.
The
LTX-2 codebase is a monorepo with several packages. From model definition in 'ltx-core' to pipelines in 'ltx-pipelines' and training capabilities in 'ltx-trainer'.
The codebase was tested with Python >=3.12, CUDA version >12.7, and supports PyTorch ~= 2.7.
1git clone https://github.com/Lightricks/LTX-2.git
2cd LTX-2
3
4# From the repository root
5uv sync
6source .venv/bin/activate
To use our model, please follow the instructions in our
ltx-pipelines package.
The base (dev) model is fully trainable.
It's extremely easy to reproduce the LoRAs and IC-LoRAs we publish with the model by following the instructions on the
LTX-2 Trainer Readme.
Training for motion, style or likeness (sound+appearance) can take less than an hour in many settings.
1@article{hacohen2025ltx2,
2 title={LTX-2: Efficient Joint Audio-Visual Foundation Model},
3 author={HaCohen, Yoav and Brazowski, Benny and Chiprut, Nisan and Bitterman, Yaki and Kvochko, Andrew and Berkowitz, Avishai and Shalem, Daniel and Lifschitz, Daphna and Moshe, Dudu and Porat, Eitan and Richardson, Eitan and Guy Shiran and Itay Chachy and Jonathan Chetboun and Michael Finkelson and Michael Kupchick and Nir Zabari and Nitzan Guetta and Noa Kotler and Ofir Bibi and Ori Gordon and Poriya Panet and Roi Benita and Shahar Armon and Victor Kulikov and Yaron Inger and Yonatan Shiftan and Zeev Melumian and Zeev Farbman},
4 journal={arXiv preprint arXiv:2601.03233},
5 year={2025}
6}