🎬 Open Source Model

LTX-2.3: Lightricks Releases Open Source 4K Video AI Model

Lightricks dropped the most capable open source video model yet — 22 billion parameters, native 4K at 50 FPS, and synchronized audio — free to download and run on your own hardware starting March 2026.

By Free AI News Editorial · · · 9 min read

Quick Answer: LTX-2.3 is a free, open source AI video model released by Lightricks on March 5, 2026. It generates 4K video at 50 FPS with synchronized audio from text or image prompts. Weights are on Hugging Face under a permissive commercial license. Minimum hardware: a 12 GB VRAM GPU.

Until this year, generating broadcast-quality video with AI meant either paying Sora's per-second rates or accepting that open source tools would lag behind by 12 to 18 months. That gap closed on March 5, 2026, when Lightricks released LTX-2.3 — a 22 billion parameter, Apache 2.0-licensed model capable of producing native 4K video at 50 frames per second with synchronized ambient audio, all in a single inference pass. The model weights are free to download from Hugging Face and the full codebase is on GitHub.

This is the latest step in a fast-moving story. Lightricks launched its original LTX Video model in November 2024, scaled it to 13 billion parameters in May 2025, and then fully open-sourced the LTX-2 family in January 2026 before releasing this updated LTX-2.3 checkpoint two months later. For developers, independent filmmakers, and creative studios who need video generation without usage-based billing, this matters — a lot.

Video production studio with professional lighting and technology

What exactly is LTX-2.3 and how does it work?

LTX-2.3 is a Diffusion Transformer (DiT) model — the same architectural family as Sora and Stable Diffusion 3 — but purpose-built for joint audio-video generation. Unlike earlier open source video tools that generated silent clips and bolted on audio as an afterthought, LTX-2.3 treats audio and video as a single unified output. Ambient sound, environmental effects, and motion are generated together in one model pass, which is why the audio stays temporally consistent with what's happening on screen.

The model accepts text prompts, image prompts (image-to-video), or combinations of both. It ships in four checkpoint variants on Hugging Face to support different use cases:

For most production use cases, the fp8 quantized build delivers roughly 90% of the full-quality output at about 18 GB — achievable on an RTX 4080 or RTX 4090 without resorting to CPU offloading. According to Lightricks, all training data was licensed from Getty Images and Shutterstock, removing the legal ambiguity that hangs over most open source video models. This is a significant commercial differentiator.

What hardware do you actually need to run LTX-2.3?

Lightricks has been clear about the minimum and recommended specs. CUDA (NVIDIA) is the only officially supported GPU platform at launch, though community forks for ROCm (AMD) and MLX (Apple Silicon) are in progress. Here is a practical breakdown:

Hardware VRAM Performance
RTX 3060 (minimum) 12 GB Slower; partial system RAM offloading; generates 720p comfortably
RTX 3080 (community tested) 10 GB (Q4 GGUF) 960x544 clips with audio in 2-3 minutes
RTX 4080 / RTX 3090 (recommended) 16 GB Comfortable 1080p; fp8 quantized version runs well
RTX 4090 (optimal) 24 GB Full quality; 4K upscaled via multiscale pipeline

One non-obvious constraint: resolution settings must be divisible by 32, and frame counts must be divisible by 8 plus 1. If your prompt targets non-standard dimensions, you will need to pad with -1 then crop to the desired output. This is a minor workflow inconvenience but worth knowing before you build a pipeline around it. The codebase requires Python 3.12+, CUDA 12.7+, and PyTorch 2.7. For Mac users, the Lightricks API is currently the most reliable path — local MLX support is experimental and significantly slower.

How does LTX-2.3 compare to Sora, Runway, and other alternatives?

Developer working on code with AI on a modern laptop

The March 2026 landscape for AI video generation is competitive, but LTX-2.3 occupies a unique position: it is the only model offering native 4K resolution at 50 FPS that you can self-host for free. Here is how the major players stack up for practical production use:

Sora 2 (OpenAI) — Proprietary

Still the benchmark for cinematic quality and physics simulation. Supports clips up to 60 seconds. The iterative cost problem is severe: five revisions of a 20-second Pro-resolution clip can run $50 or more before you export a single deliverable. No self-hosting option. Best for high-stakes, one-shot productions where quality trumps cost.

Runway Gen-4.5 — Proprietary

The agency-standard tool for 2026. Character consistency across multi-shot sequences remains its standout capability — if your project requires the same character in 30 different scenes, Runway is still the safer commercial choice. Subscription-based; no local deployment. Best for narrative content production studios.

HunyuanVideo 1.5 — Open Source (Tencent)

Another strong open source contender. Can render in about 75 seconds on a single RTX 4090. Slightly lower parameter count than LTX-2.3 and does not include synchronized audio generation. Best for teams already in the Tencent/ComfyUI ecosystem.

Wan 2.7 — Open Source

Leads its own benchmark suite and has strong community adoption. Does not match LTX-2.3 on resolution ceiling or native audio. Best for teams optimizing for benchmark scores and broad community support.

In benchmark rankings from Artificial Analysis, LTX-2 ranked in the top three for image-to-video creation, behind Kling 3.5 and Veo 3.1 by Google. The text-to-video benchmark placed it seventh. Those rankings reflect a single point in time — given the pace of open source development, LTX-2.3's positioning will likely shift as community fine-tunes and LoRA adapters mature over 2026.

What can you actually build with LTX-2.3 right now?

The use cases fall into three broad categories: creative production, commercial applications, and research. For creative production, the ComfyUI integration ships out of the box with reference workflows for text-to-video, image-to-video, and multi-stage generation with latent upscaling. If you already have a ComfyUI setup for image generation, adding LTX-2.3 requires downloading the Lightricks custom node package and the relevant checkpoint — no new infrastructure needed.

For commercial applications, the Apache 2.0 codebase and permissive weights license mean you can embed LTX-2.3 into a product, white-label it, or build a SaaS on top of it without licensing fees. The Getty/Shutterstock training data provenance removes the copyright-infringement risk that has made enterprises cautious about deploying open source image and video models. Several startups have already built production SaaS templates on top of the API, and Lightricks has made its own hosted API available at approximately $0.04 per second for Fast mode — around five times cheaper than comparable closed model pricing.

For research, the ltx-trainer included in the repository enables fine-tuning on custom datasets. This is where the long-term value lies: domain-specific fine-tunes trained on medical imaging, satellite footage, product photography, or architectural visualization could produce models that out-perform the general base on narrow tasks. The open source AI landscape has consistently shown that fine-tuned specialized models close the quality gap faster than most expect.

A few constraints worth flagging: the synchronized audio excels at ambient sounds and environmental effects but does not yet compete with dedicated music generation or voice synthesis tools. Think of it as automatic foley generation rather than full audio production. The image-to-video mode occasionally produces frozen frames or slow pans in edge cases involving complex physics — water simulations and crowd scenes are the most common failure modes. LTX-2.3 has improved this over LTX-2, but it has not been fully eliminated. Official Diffusers library support is still listed as coming soon; if your pipeline is tightly integrated with Diffusers, factor in additional integration time.

How do you get started with LTX-2.3 for free?

There are three routes depending on your hardware situation and workflow preference. The fastest way to try the model without any local setup is the LTX API Playground, which provides free trial credits and supports both text-to-video and image-to-video in the browser. This is ideal for evaluating the model before committing to local infrastructure.

For local deployment, the official path is:

LTX Desktop is Lightricks' downloadable GUI application that wraps the model in a consumer-friendly video editor. It launched alongside LTX-2.3 in March 2026 and is the recommended path for creators who want local generation without touching a terminal. The desktop app handles model download, quantization selection, and basic prompt management. For team deployments and self-hosted production pipelines, the Docker-based on-premises setup documented in the repository is the more scalable path. You can read more about evaluating free vs paid AI tools to understand where open source self-hosting makes sense for your workflow.

🔑 Key Takeaways

  • LTX-2.3, released March 5, 2026, is the first open source AI video model to offer native 4K at 50 FPS with synchronized audio — capabilities previously only available in closed commercial platforms.
  • The model weights are free to download from Hugging Face and the code is Apache 2.0 licensed, making it legally safe for commercial deployment in ways that most open source video models are not.
  • Minimum hardware is a 12 GB VRAM GPU (RTX 3060), but 16 GB or more is recommended for comfortable 1080p generation; the fp8 quantized build delivers ~90% quality at ~18 GB.
  • Lightricks trained on licensed data from Getty Images and Shutterstock, eliminating the copyright ambiguity that has made enterprises hesitant to deploy other open source video models.
  • The hosted Lightricks API runs at approximately $0.04 per second for Fast mode — around five times cheaper than comparable proprietary alternatives — giving teams a middle path between full self-hosting and closed platforms.

Frequently Asked Questions

Is LTX-2.3 completely free to use?

Yes. LTX-2.3 weights and code are free to download from Hugging Face and GitHub under a permissive license (Apache 2.0 for the codebase). You can run it locally at no cost on a GPU with at least 12 GB of VRAM. Lightricks also offers a paid API at around $0.04 per second for those who prefer cloud access without managing hardware.

What GPU do I need to run LTX-2.3 locally?

The minimum requirement is a GPU with 12 GB of VRAM, such as an RTX 3060. For comfortable 1080p generation, Lightricks recommends 16 GB or more (RTX 4080, RTX 3090, or RTX 4090). Community members have run the Q4_K_S GGUF quantized variant on an RTX 3080 with 10 GB, producing audio-video clips in 2 to 3 minutes per generation.

How does LTX-2.3 compare to Sora or Runway?

LTX-2.3 is the only open source model currently offering native 4K output at 50 FPS with synchronized audio in a single pass. Sora 2 from OpenAI leads on cinematic quality and long-form clips but can cost $50 or more per iterative project. Runway Gen-4.5 excels at character consistency. LTX-2.3 wins on price (free to self-host) and resolution ceiling, while closed models still hold an edge on photorealism and physics.

What is the LTX-2.3 license?

The LTX-2.3 codebase is released under Apache 2.0, a permissive open source license that allows commercial use. The model weights are released under a separate Lightricks permissive license that also permits commercial applications. Lightricks licensed all training data from Getty Images and Shutterstock, removing the copyright ambiguity that affects most open source video models.

Can I fine-tune LTX-2.3 on my own data?

Yes. The ltx-2.3-22b-dev checkpoint is released in bf16 precision specifically for fine-tuning. The repository includes ltx-trainer for training workflows. It requires Python 3.12 or higher, CUDA 12.7 or higher, and PyTorch 2.7. ComfyUI integration is also included out of the box, making it accessible to creators who prefer visual node-based workflows over raw Python pipelines.

Browse Open Source Models → Track Free AI Tiers

🔔 Get Free AI Alerts First

When a model goes free, a paywall drops, or a deal appears — you'll know before everyone else. No spam, just signal.