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
  • Who Should Use the Trainer?
  • Requirements
  • Additional Documentation
LTX-2 Trainer

Training LTX-2

Was this page helpful?
Edit this page
Previous

LTX-2 LoRAs

Next
Built with

The LTX-2 Trainer enables researchers and advanced users to fine-tune LTX-2 models on custom datasets. You can train LoRAs, perform full fine-tuning, or create video-to-video transformations (IC-LoRA).

Who Should Use the Trainer?

The trainer is designed primarily for:

  • Researchers exploring video generation model training techniques
  • Advanced users building specialized video generation models

Requirements

Before starting, ensure you have:

  • LTX-2.3 Model Checkpoint - Local .safetensors file
  • Gemma Text Encoder - Local Gemma model directory (download from HuggingFace)
  • Linux with CUDA - CUDA 13+ recommended
  • Nvidia H100 GPU with 80GB+ VRAM - Lower VRAM may work with gradient checkpointing and reduced resolutions

Additional Documentation

For comprehensive training documentation, including setup instructions, dataset preparation guides, configuration options, and troubleshooting, visit the LTX-2 Trainer GitHub repository.

The GitHub documentation includes:

  • Quick Start Guide - Get training in minutes
  • Dataset Preparation - Video preprocessing and captioning
  • Training Modes - Detailed explanations of each training approach
  • Configuration Reference - All available training parameters
  • Troubleshooting - Solutions to common issues
  • Utility Scripts - Tools for dataset management