This model card focuses on the LTX-2 model, codebase available
here.
LTX-2 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.
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.
LTX-2 is supported in the
Diffusers Python library for image-to-video generation.
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.