> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# LTX-2.3 ComfyUI Workflow Examples

> Learn how to use LTX-2.3 in ComfyUI for enhanced audio-video generation with improved details and portrait support

[LTX-2.3](https://huggingface.co/Lightricks/LTX-2.3) is the latest evolution of Lightricks' open-source audio-video generation model, now natively supported in ComfyUI. Building on LTX-2, this release delivers major quality improvements across fine details, portrait video, audio, image-to-video, prompt understanding, and text rendering.

<Tip>
  <Tabs>
    <Tab title="Portable or self deployed users">
      Make sure your ComfyUI is updated.

      * [Download ComfyUI](https://www.comfy.org/download)
      * [Update Guide](/installation/update_comfyui)

      Workflows in this guide can be found in the [Workflow Templates](/interface/features/template).
      If you can't find them in the template, your ComfyUI may be outdated. (Desktop version's update will delay sometime)

      If nodes are missing when loading a workflow, possible reasons:

      1. You are not using the latest ComfyUI version (Nightly version)
      2. Some nodes failed to import at startup
    </Tab>

    <Tab title="Desktop or Cloud users">
      * The Desktop is base on ComfyUI stable release, it will auto-update when there is a new Desktop stable release available.
      * [Cloud](https://cloud.comfy.org) will update after ComfyUI stable release.

      So, if you find any core node missing in this document, it might be because the new core nodes have not yet been released in the latest stable version. Please wait for the next stable release.
    </Tab>
  </Tabs>
</Tip>

## Key features

* **Finer details**: New latent space & updated VAE for sharper textures, cleaner edges, and more precise visuals
* **9:16 Portrait support**: Greatly improved quality for vertical portrait videos, perfect for social media & mobile
* **Better audio**: Cleaner sound with reduced noise, enhanced dialogue, music, and ambient audio
* **Improved image-to-video**: More consistent motion and fewer glitches, such as frozen frames, for smoother, more natural animations
* **Smarter prompt understanding**: Improved text encoder for more accurate interpretation of complex prompts
* **Clearer text rendering**: More accurate text and letter rendering in videos

## Getting started

LTX-2.3 is natively supported in ComfyUI. To get started:

1. Update ComfyUI to the latest version
2. Go to **Template Library** > **Video** > choose any LTX-2.3 workflow
3. Follow the pop-up to download models and run the workflow

## Workflows

### Image-to-video

Generate videos from an input image with more consistent motion and smoother animations.

<CardGroup cols={2}>
  <Card title="Image-to-Video" icon="download" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/video_ltx2_3_i2v.json">
    Download workflow
  </Card>

  <Card title="Run on Comfy Cloud" icon="cloud" href="https://links.comfy.org/4skdlDQ">
    Open in cloud
  </Card>
</CardGroup>

### Text-to-video

Generate videos from text prompts with improved prompt understanding and text rendering.

<CardGroup cols={2}>
  <Card title="Text-to-Video" icon="download" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/video_ltx2_3_t2v.json">
    Download workflow
  </Card>

  <Card title="Run on Comfy Cloud" icon="cloud" href="https://links.comfy.org/4rZ1DyY">
    Open in cloud
  </Card>
</CardGroup>

## Model downloads

### Checkpoints

| Name                | Description         | Download                                                                                               |
| ------------------- | ------------------- | ------------------------------------------------------------------------------------------------------ |
| ltx-2.3-22b-dev     | BF16 full model     | [Download](https://huggingface.co/Lightricks/LTX-2.3/resolve/main/ltx-2.3-22b-dev.safetensors)         |
| ltx-2.3-22b-dev-fp8 | FP8 quantized model | [Download](https://huggingface.co/Lightricks/LTX-2.3-fp8/resolve/main/ltx-2.3-22b-dev-fp8.safetensors) |

### LoRAs

| Name                           | Download                                                                                                      |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------- |
| ltx-2.3-22b-distilled-lora-384 | [Download](https://huggingface.co/Lightricks/LTX-2.3/resolve/main/ltx-2.3-22b-distilled-lora-384.safetensors) |

### Latent upscale models

| Name                            | Download                                                                                                       |
| ------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| ltx-2.3-spatial-upscaler-x2-1.0 | [Download](https://huggingface.co/Lightricks/LTX-2.3/resolve/main/ltx-2.3-spatial-upscaler-x2-1.0.safetensors) |

### Text encoders

| Name                          | Download                                                                                                                       |
| ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| gemma\_3\_12B\_it\_fp4\_mixed | [Download](https://huggingface.co/Comfy-Org/ltx-2/resolve/main/split_files/text_encoders/gemma_3_12B_it_fp4_mixed.safetensors) |

## Model storage location

```
ComfyUI/
├── models/
│   ├── latent_upscale_models/
│   │   └── ltx-2.3-spatial-upscaler-x2-1.0.safetensors
│   ├── checkpoints/
│   │   ├── ltx-2.3-22b-dev-fp8.safetensors
│   │   └── ltx-2.3-22b-dev.safetensors
│   ├── loras/
│   │   └── ltx-2.3-22b-distilled-lora-384.safetensors
│   └── text_encoders/
│       └── gemma_3_12B_it_fp4_mixed.safetensors
```

## Resources

* [Hugging Face Model](https://huggingface.co/Lightricks/LTX-2.3)
* [GitHub Repository](https://github.com/Lightricks/LTX-2)
* [ComfyUI-LTXVideo](https://github.com/Lightricks/ComfyUI-LTXVideo/)
