For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Contact SalesDeveloper Console
API DocumentationOpen Source ModelAPI Changelog
API DocumentationOpen Source ModelAPI Changelog
  • Getting Started
    • Overview
    • Quick Start
    • System Requirements
  • Integration & Tools
    • ComfyUI
    • LTX-2 ComfyUI Nodes
    • IC-LoRA Adapters
    • Pytorch API
  • LTX-2 Trainer
    • LTX-2 Training
  • Usage Guides
    • LoRA
    • IC-LoRA
    • HDR Video (BETA)
    • LipDub (BETA)
    • Prompting Guide
    • Text-to-Video
    • Image-to-Video
  • Links
    • LTX Discord
    • LTX Models
LogoLogo
Contact SalesDeveloper Console
On this page
  • Choose Your Workflow
  • ComfyUI Quick Start
  • Installation
  • Your First Video
  • LTX Desktop
  • Requirements
  • Installation
  • Your First Video
  • What’s Next?
  • Essential Guides
  • Getting Help
Getting Started

Quick Start

Was this page helpful?
Edit this page
Previous

System Requirements

Next
Built with

Let’s get started generating video!

Choose Your Workflow

LTX-2.3 offers multiple ways to generate videos locally. We recommend starting with ComfyUI for the best balance of power and ease of use. If you prefer a standalone app with a built-in video editor, choose LTX Desktop.

ComfyUI

Node-based workflow editor for maximum control and customization.

LTX Desktop

Standalone app with a built-in editor.


ComfyUI Quick Start

ComfyUI provides an intuitive node-based interface. If you have not previously installed ComfyUI, download it here: https://www.comfy.org/download

Installation

Recommended: ComfyUI Manager

  1. Launch ComfyUI and launch ComfyUI Manager
  2. Search for “LTXVideo”
  3. Click Install on the ComfyUI-LTXVideo node pack
  4. Restart ComfyUI

Alternative: Manual Installation

$# Clone the repository
$git clone https://github.com/Lightricks/ComfyUI-LTXVideo.git
$cd ComfyUI-LTXVideo
$
$# Set up the environment
$uv sync --frozen
$source .venv/bin/activate

For portable/embedded installations:

$.\python_embeded\python.exe -m pip install -r .\ComfyUI\custom_nodes\ComfyUI-LTXVideo\requirements.txt

Your First Video

  1. Load a workflow: In ComfyUI, click Load and select an example workflow from the LTXVideo nodes
  2. Set your prompt: Find the text encode node and enter your description
  3. Queue prompt: Click Queue Prompt to generate

Video generation time will depend on your GPU and VRAM.

ComfyUI Guide

Complete guide to nodes, workflows, models, and advanced features


LTX Desktop

LTX Desktop is an open-source desktop app for generating videos with LTX models locally on supported Windows/Linux NVIDIA GPUs, with an API mode for unsupported hardware and macOS.

Download the latest release from https://github.com/Lightricks/LTX-Desktop/releases

LTX Desktop is currently in beta.

Requirements

PlatformGeneration modeGPU requirement
Windows / LinuxLocal generationNVIDIA GPU with ≥16 GB VRAM
macOS (Apple Silicon)API mode onlyRequires LTX API key

You’ll also need at least 16 GB system RAM (32 GB recommended) and 160 GB free disk space for model weights, the Python environment, and outputs.

Installation

  1. Download the latest installer from GitHub Releases
  2. Install and launch LTX Desktop
  3. Complete first-run setup — you’ll be prompted to accept model license terms
  4. Configure text encoding (choose one):
    • LTX API key (recommended) — Cloud-based text encoding is free and speeds up inference.
    • Local Text Encoder — Enable in Settings for fully offline operation. Requires an additional model download.

Your First Video

  1. Enter a text prompt describing the video you want to generate
  2. Click Generate

Generation time depends on your GPU, file resolution, and duration.

LTX Desktop on GitHub

Source code, documentation, and issue tracker


What’s Next?

Now that you have LTX-2.3 running, explore these guides to get the most out of the model:

Essential Guides

Prompt Engineering

Learn to write prompts that generate exactly what you want

Text-to-Video

Create videos from text descriptions

Image-to-Video

Prompting with images


Getting Help

LTX Discord

Get help from the team and community

Report Issues

Found a bug? Let us know!