lightricks/ltx-2

Official Python inference and LoRA trainer package for the LTX-2 audio–video generative model.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 33 seconds ago
Added to GitGenius on August 13th, 2026
Created on January 3rd, 2026
Open Issues & Pull Requests: 124 (+0)
GitHub issues: Enabled
Number of forks: 1,429
Total Stargazers: 9,055 (+1)
Total Subscribers: 94 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 43.2 hours
Mean response time: 10.2 days
90th percentile: 29.4 days
Tracked items: 155

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 63% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 13% of issues opened in the past year have been closed. Three people close 80% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 109
New in 7 days: 12
Closed in 7 days: 1
Avg open age: 118 days
Stale 30+ days: 88
Stale 90+ days: 68

Recent activity

Opened in 7 days: 12
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (7)
  • bug (1)
  • documentation (1)

Detailed Description

LTX-2 is a Python package for inference and training with an audio-video generative model that produces synchronized audio and video outputs from text prompts.

The tool addresses the challenge of generating high-fidelity video with matching audio by implementing a diffusion transformer architecture. It provides multiple performance modes through different model variants: a full 22-billion-parameter transformer for highest quality and a distilled version that runs in fewer steps for faster generation. The package includes several specialized pipelines for different use cases, such as guided two-stage generation and audio dubbing. For users with GPU memory constraints, the tool offers quantization and offloading options to reduce memory requirements during inference.

Developers should choose this tool if they need to generate video with synchronized audio in production settings. The package suits projects requiring high-fidelity outputs where audio-video synchronization is essential. The distilled model variant makes it accessible for faster iteration when quality can be traded for speed. Users will need approximately 66 gigabytes of storage for the model weights, which are distributed as separate component files so only necessary parts need downloading. The text encoder is a fine-tuned version of Gemma 4 bundled with the model, and the package automatically selects appropriate backends for different operating systems and hardware configurations.

The project maintains active development with regular updates to the model architecture and pipeline implementations. The codebase includes comprehensive documentation for optimization strategies and common configuration flags. The tool provides clear error handling for authentication and model version mismatches, ensuring users load compatible components. The package supports multiple inference backends with automatic fallback mechanisms across different platforms, indicating attention to broad hardware compatibility.