Skip to content

Commit 5260738

Browse files
authored
Merge pull request #251 from rluxemburg/main
Revise README with updated links and LTX-2 info
2 parents 53d263f + f587983 commit 5260738

File tree

1 file changed

+24
-14
lines changed

1 file changed

+24
-14
lines changed

README.md

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
# LTX-Video
44

5-
[![Website](https://img.shields.io/badge/Website-LTXV-181717?logo=google-chrome)](https://www.lightricks.com/ltxv)
5+
[![Website](https://img.shields.io/badge/Website-LTXV-181717?logo=google-chrome)](https://ltx.video)
66
[![Model](https://img.shields.io/badge/HuggingFace-Model-orange?logo=huggingface)](https://huggingface.co/Lightricks/LTX-Video)
7-
[![Demo](https://img.shields.io/badge/Demo-Try%20Now-brightgreen?logo=vercel)](https://app.ltx.studio/motion-workspace?videoModel=ltxv-13b)
7+
[![Demo](https://img.shields.io/badge/Demo-Try%20Now-brightgreen?logo=vercel)](https://app.ltx.studio/ltx-2-playground/t2v)
88
[![Paper](https://img.shields.io/badge/Paper-arXiv-B31B1B?logo=arxiv)](https://arxiv.org/abs/2501.00103)
99
[![Trainer](https://img.shields.io/badge/LTXV-Trainer-9146FF?logo=github)](https://github.com/Lightricks/LTX-Video-Trainer)
10-
[![Discord](https://img.shields.io/badge/Join-Discord-5865F2?logo=discord)](https://discord.gg/Mn8BRgUKKy)
10+
[![Discord](https://img.shields.io/badge/Join-Discord-5865F2?logo=discord)](https://discord.gg/ltxplatform)
1111

1212
This is the official repository for LTX-Video.
1313

@@ -16,7 +16,7 @@ This is the official repository for LTX-Video.
1616
## Table of Contents
1717

1818
- [Introduction](#introduction)
19-
- [What's new](#news)
19+
- [What's New](#news)
2020
- [Models](#models)
2121
- [Quick Start Guide](#quick-start-guide)
2222
- [Online demo](#online-inference)
@@ -29,17 +29,15 @@ This is the official repository for LTX-Video.
2929
- [Community Contribution](#community-contribution)
3030
- [Training](#training)
3131
- [Control Models](#control-models)
32-
- [Join Us!](#join-us-)
32+
- [Join Us!](#join-us)
3333
- [Acknowledgement](#acknowledgement)
3434

3535
# Introduction
3636

37-
LTX-Video is the first DiT-based video generation model that can generate high-quality videos in *real-time*.
38-
It can generate 30 FPS videos at 1216×704 resolution, faster than it takes to watch them.
39-
The model is trained on a large-scale dataset of diverse videos and can generate high-resolution videos
40-
with realistic and diverse content.
37+
LTX-Video is the first DiT-based video generation model that contains all core capabilities of modern video generation in one model: synchronized audio and video, high fidelity, multiple performance modes, production-ready outputs, API access, and open access. It can generate up to 50 FPS videos at native 4K resolution with synchronized audio in one pass.
38+
The model is trained on a large-scale dataset of diverse videos and can generate high-resolution videos with realistic and diverse content.
4139

42-
The model supports image-to-video, keyframe-based animation, video extension (both forward and backward), video-to-video transformations, and any combination of these features.
40+
The model supports image-to-video, multi-keyframe conditioning, keyframe-based animation, video extension (both forward and backward), video-to-video transformations, and any combination of these features.
4341

4442
### Image-to-video examples
4543
| | | |
@@ -59,6 +57,18 @@ The model supports image-to-video, keyframe-based animation, video extension (bo
5957

6058
# News
6159

60+
## October 23, 2025: LTX-2 Announced
61+
62+
Today we announced our newest foundation model, LTX-2. LTX-2 represents a major leap forward from our previous model, LTXV 0.9.8. Here’s what’s new:
63+
* **Audio + Video, Together**: Visuals and sound are generated in one coherent process, with motion, dialogue, ambience, and music flowing simultaneously.
64+
* **4K Fidelity**: Professional-grade precision with native 4K and up to 50 fps, sharp textures, clean motion, and synchronized audio.
65+
* **Longer Generations**: LTX-2 supports longer, continuous clips with synchronized audio up to 10 seconds.
66+
* **Low Cost & Efficiency**: Up to 50% lower compute cost than competing models, powered by a multi-GPU inference stack.
67+
* **Creative Control**: Multi-keyframe conditioning, 3D camera logic, and LoRA fine-tuning deliver frame-level precision and style consistency.
68+
69+
For more details, please see our [blog post](https://website.ltx.video/blog/introducing-ltx-2). LTX-2 model weights, code, and benchmarks will be released to the community later in 2025.
70+
71+
6272
## July, 16th, 2025: New Distilled models v0.9.8 with up to 60 seconds of video:
6373
- Long shot generation in LTXV-13B!
6474
* LTX-Video now supports up to 60 seconds of video.
@@ -147,7 +157,7 @@ The model supports image-to-video, keyframe-based animation, video extension (bo
147157
- Support text-to-video and image-to-video generation
148158

149159

150-
# Models & Workflows
160+
# Models
151161

152162
| Name | Notes | inference.py config | ComfyUI workflow (Recommended) |
153163
|-------------------------|--------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------|
@@ -319,7 +329,7 @@ A community project providing additional nodes for enhanced control over the LTX
319329
...is welcome! If you have a project or tool that integrates with LTX-Video,
320330
please let us know by opening an issue or pull request.
321331

322-
# ⚡️ Training
332+
# Training
323333

324334
We provide an open-source repository for fine-tuning the LTX-Video model: [LTX-Video-Trainer](https://github.com/Lightricks/LTX-Video-Trainer).
325335
This repository supports both the 2B and 13B model variants, enabling full fine-tuning as well as LoRA (Low-Rank Adaptation) fine-tuning for more efficient training. This includes:
@@ -330,15 +340,15 @@ This repository supports both the 2B and 13B model variants, enabling full fine-
330340
Explore the repository to customize the model for your specific use cases!
331341
More information and training instructions can be found in the [README](https://github.com/Lightricks/LTX-Video-Trainer/blob/main/README.md).
332342

333-
# 🎬 Control Models
343+
# Control Models
334344

335345
[ComfyUI-LTXVideo](https://github.com/Lightricks/ComfyUI-LTXVideo) repository now contains workflows and models for 3 specialized models that enable precise control over LTX-Video generation:
336346

337347
Pose Control, Depth Control and Canny Control
338348

339349
**Example ComfyUI Workflow (for all control types):** [ic-lora.json](https://github.com/Lightricks/ComfyUI-LTXVideo/blob/master/example_workflows/ic_lora/ic-lora.json)
340350

341-
# 🚀 Join Us
351+
# Join Us
342352

343353
Want to work on cutting-edge AI research and make a real impact on millions of users worldwide?
344354

0 commit comments

Comments
 (0)