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

# LTX-2.3：ComfyUI 工作流示例

> 了解如何在 ComfyUI 中使用 LTX-2.3，包含文本转视频、图像转视频、FLF2V、音频驱动视频、IC-LoRA 控制和 ID-LoRA 个性化等原生工作流。

[LTX-2.3](https://huggingface.co/Lightricks/LTX-2.3) 是 Lightricks 开源音视频生成模型的最新进化版本，现已原生支持 ComfyUI。在 LTX-2 的基础上，此版本在精细细节、人像视频、音频质量、图像到视频的一致性、提示理解和文本渲染方面带来了重大质量提升。

ComfyUI 为 LTX-2.3 提供了六个原生工作流，每个针对特定的生成模式：

* **文本转视频** (T2V)：根据文本提示生成视频
* **图像转视频** (I2V)：根据输入图像生成视频
* **FLF2V**：在起始和结束图像之间进行插值
* **图像音频转视频** (IA2V)：从图像和音频生成唇形同步视频
* **IC-LoRA 联合控制**：使用深度、姿态或边缘引导控制视频生成
* **ID-LoRA**：从参考图像和音频片段生成带同步音频的个性化视频

<Tip>
  <Tabs>
    <Tab title="本地用户">
      请确保你的 ComfyUI 已经更新。

      * [ComfyUI 下载](https://www.comfy.org/download)
      * [ComfyUI 更新教程](/zh/installation/update_comfyui)

      本指南里的工作流可以在 ComfyUI 的[工作流模板](/zh/interface/features/template)中找到。如果找不到，可能是 ComfyUI 没有更新。

      如果加载工作流时有节点缺失，可能原因有：

      1. 你用的不是最新开发版（nightly）。
      2. 启动时有些节点导入失败。
    </Tab>

    <Tab title="云端用户">
      * [Cloud](https://cloud.comfy.org) 会在 ComfyUI 稳定版本发布后更新，我们会同步更新 Cloud。

      所以，如果你发现本教程中有任何核心节点缺失，那是因为对应的节点支持还在开发中没有发布正式的稳定版，请等待下一个稳定版本发布。
    </Tab>
  </Tabs>
</Tip>

## 主要特性

* **更精细的细节**：新的潜在空间和更新的 VAE，带来更清晰的纹理、更干净的边缘和更精确的视觉效果
* **9:16 竖屏支持**：大幅提升竖屏人像视频的质量
* **更优质的音频**：更清晰的声音，减少噪音并增强对话效果
* **改进的图像转视频**：更一致的动态和更少的伪影
* **更智能的提示理解**：改进的文本编码器，实现更准确的语义理解
* **原生 ComfyUI 支持**：所有工作流内置，无需自定义节点

## 快速开始

LTX-2.3 已原生支持 ComfyUI。要开始使用：

1. 将 ComfyUI 更新到最新版本
2. 转到 **模板库** > **视频** > 选择任意 LTX-2.3 工作流
3. 按照弹窗提示下载模型并运行工作流

## ComfyUI 原生工作流

### LTX-2.3 文本转视频 (T2V)

通过改进的提示理解和文本渲染，根据文本提示生成视频。

<video controls className="w-full aspect-video" src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/video_ltx2_3_t2v.mp4" />

<CardGroup cols={2}>
  <Card title="在 Comfy Cloud 中运行" icon="cloud" href="https://cloud.comfy.org/?template=video_ltx2_3_t2v&utm_source=docs&utm_medium=referral&utm_campaign=ltx-2-3">
    在 Comfy Cloud 中打开
  </Card>

  <Card title="下载工作流" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_ltx2_3_t2v.json">
    下载 JSON 或在模板库中搜索"LTX-2.3 T2V"
  </Card>
</CardGroup>

#### 模型下载

<CardGroup cols={2}>
  <Card title="检查点：ltx-2.3-22b-dev-fp8" icon="download" href="https://huggingface.co/Lightricks/LTX-2.3-fp8/blob/main/ltx-2.3-22b-dev-fp8.safetensors">
    放置到 <code>ComfyUI/models/checkpoints/</code>
  </Card>

  <Card title="LoRA：蒸馏版 1.1" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2.3/blob/main/split_files/loras/ltx_2.3_22b_distilled_1.1_lora_dynamic_fro09_avg_rank_111_bf16.safetensors">
    放置到 <code>ComfyUI/models/loras/</code>
  </Card>

  <Card title="LoRA：gemma 去审查版" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2/blob/main/split_files/loras/gemma-3-12b-it-abliterated_lora_rank64_bf16.safetensors">
    放置到 <code>ComfyUI/models/loras/</code>
  </Card>

  <Card title="文本编码器：gemma 12B" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2/blob/main/split_files/text_encoders/gemma_3_12B_it_fp4_mixed.safetensors">
    放置到 <code>ComfyUI/models/text\_encoders/</code>
  </Card>

  <Card title="超分器：空间 x2" icon="download" href="https://huggingface.co/Lightricks/LTX-2.3/blob/main/ltx-2.3-spatial-upscaler-x2-1.1.safetensors">
    放置到 <code>ComfyUI/models/latent\_upscale\_models/</code>
  </Card>
</CardGroup>

#### 模型存储

```
ComfyUI/
├── 📂 models/
│   ├── 📂 checkpoints/
│   │   └── ltx-2.3-22b-dev-fp8.safetensors
│   ├── 📂 loras/
│   │   ├── ltx_2.3_22b_distilled_1.1_lora_dynamic_fro09_avg_rank_111_bf16.safetensors
│   │   └── gemma-3-12b-it-abliterated_lora_rank64_bf16.safetensors
│   ├── 📂 text_encoders/
│   │   └── gemma_3_12B_it_fp4_mixed.safetensors
│   └── 📂 latent_upscale_models/
│       └── ltx-2.3-spatial-upscaler-x2-1.1.safetensors
```

#### 提示技巧

1. **核心动作**：按时间顺序描述事件和动作
2. **视觉细节**：描述视频中所有希望出现的视觉细节
3. **音频**：描述场景所需的音效和对话

***

### LTX-2.3 图像转视频 (I2V)

根据输入图像生成视频，具有更一致的动态和更流畅的动画。

<video controls className="w-full aspect-video" src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/video_ltx2_3_i2v.mp4" />

<CardGroup cols={2}>
  <Card title="在 Comfy Cloud 中运行" icon="cloud" href="https://cloud.comfy.org/?template=video_ltx2_3_i2v&utm_source=docs&utm_medium=referral&utm_campaign=ltx-2-3">
    在 Comfy Cloud 中打开
  </Card>

  <Card title="下载工作流" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_ltx2_3_i2v.json">
    下载 JSON 或在模板库中搜索"LTX-2.3 I2V"
  </Card>
</CardGroup>

<CardGroup cols={1}>
  <Card title="输入图像：egyptian_queen.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/egyptian_queen.png">
    下载默认输入图像，或使用您自己的图像。
  </Card>
</CardGroup>

#### 模型下载

I2V 工作流使用与文本转视频相同的模型集。

<CardGroup cols={2}>
  <Card title="检查点：ltx-2.3-22b-dev-fp8" icon="download" href="https://huggingface.co/Lightricks/LTX-2.3-fp8/blob/main/ltx-2.3-22b-dev-fp8.safetensors">
    放置到 <code>ComfyUI/models/checkpoints/</code>
  </Card>

  <Card title="LoRA：蒸馏版 1.1" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2.3/blob/main/split_files/loras/ltx_2.3_22b_distilled_1.1_lora_dynamic_fro09_avg_rank_111_bf16.safetensors">
    放置到 <code>ComfyUI/models/loras/</code>
  </Card>

  <Card title="LoRA：gemma 去审查版" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2/blob/main/split_files/loras/gemma-3-12b-it-abliterated_lora_rank64_bf16.safetensors">
    放置到 <code>ComfyUI/models/loras/</code>
  </Card>

  <Card title="文本编码器：gemma 12B" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2/blob/main/split_files/text_encoders/gemma_3_12B_it_fp4_mixed.safetensors">
    放置到 <code>ComfyUI/models/text\_encoders/</code>
  </Card>

  <Card title="超分器：空间 x2" icon="download" href="https://huggingface.co/Lightricks/LTX-2.3/blob/main/ltx-2.3-spatial-upscaler-x2-1.1.safetensors">
    放置到 <code>ComfyUI/models/latent\_upscale\_models/</code>
  </Card>
</CardGroup>

#### 模型存储

```
ComfyUI/
├── 📂 models/
│   ├── 📂 checkpoints/
│   │   └── ltx-2.3-22b-dev-fp8.safetensors
│   ├── 📂 loras/
│   │   ├── ltx_2.3_22b_distilled_1.1_lora_dynamic_fro09_avg_rank_111_bf16.safetensors
│   │   └── gemma-3-12b-it-abliterated_lora_rank64_bf16.safetensors
│   ├── 📂 text_encoders/
│   │   └── gemma_3_12B_it_fp4_mixed.safetensors
│   └── 📂 latent_upscale_models/
│       └── ltx-2.3-spatial-upscaler-x2-1.1.safetensors
```

***

### LTX-2.3 FLF2V

在起始图像和结束图像之间进行插值，生成流畅的视频过渡。

<video controls className="w-full aspect-video" src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/video_ltx2_3_flf2v.mp4" />

<CardGroup cols={2}>
  <Card title="在 Comfy Cloud 中运行" icon="cloud" href="https://cloud.comfy.org/?template=video_ltx2_3_flf2v&utm_source=docs&utm_medium=referral&utm_campaign=ltx-2-3">
    在 Comfy Cloud 中打开
  </Card>

  <Card title="下载工作流" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_ltx2_3_flf2v.json">
    下载 JSON 或在模板库中搜索"LTX-2.3 FLF2V"
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="起始图像：high_view_classic_car.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/high_view_classic_car.png">
    视频的第一帧。
  </Card>

  <Card title="结束图像：low_view_classic_car.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/low_view_classic_car.png">
    视频的最后一帧。
  </Card>
</CardGroup>

#### 模型下载

FLF2V 工作流使用蒸馏版检查点而非开发版检查点。

<CardGroup cols={2}>
  <Card title="检查点：ltx-2.3-22b-distilled-fp8" icon="download" href="https://huggingface.co/Lightricks/LTX-2.3-fp8/blob/main/ltx-2.3-22b-distilled-fp8.safetensors">
    放置到 <code>ComfyUI/models/checkpoints/</code>
  </Card>

  <Card title="文本编码器：gemma 12B" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2/blob/main/split_files/text_encoders/gemma_3_12B_it_fp4_mixed.safetensors">
    放置到 <code>ComfyUI/models/text\_encoders/</code>
  </Card>
</CardGroup>

#### 模型存储

```
ComfyUI/
├── 📂 models/
│   ├── 📂 checkpoints/
│   │   └── ltx-2.3-22b-distilled-fp8.safetensors
│   └── 📂 text_encoders/
│       └── gemma_3_12B_it_fp4_mixed.safetensors
```

***

### LTX-2.3 图像音频转视频 (IA2V)

上传图像和音频文件，生成具有同步唇部运动的高质量视频。

<video controls className="w-full aspect-video" src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/video_ltx2_3_ia2v.mp4" />

<CardGroup cols={2}>
  <Card title="在 Comfy Cloud 中运行" icon="cloud" href="https://cloud.comfy.org/?template=video_ltx2_3_ia2v&utm_source=docs&utm_medium=referral&utm_campaign=ltx-2-3">
    在 Comfy Cloud 中打开
  </Card>

  <Card title="下载工作流" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_ltx2_3_ia2v.json">
    下载 JSON 或在模板库中搜索"LTX-2.3 IA2V"
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="输入图像：cactus_man.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/cactus_man.png">
    说话角色的参考图像。
  </Card>

  <Card title="参考音频：ltx_23_audio.mp3" icon="music" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/ltx_23_audio.mp3">
    用于唇形同步的音频轨道。
  </Card>
</CardGroup>

#### 模型下载

IA2V 工作流使用与文本转视频相同的模型集。

<CardGroup cols={2}>
  <Card title="检查点：ltx-2.3-22b-dev-fp8" icon="download" href="https://huggingface.co/Lightricks/LTX-2.3-fp8/blob/main/ltx-2.3-22b-dev-fp8.safetensors">
    放置到 <code>ComfyUI/models/checkpoints/</code>
  </Card>

  <Card title="LoRA：蒸馏版 1.1" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2.3/blob/main/split_files/loras/ltx_2.3_22b_distilled_1.1_lora_dynamic_fro09_avg_rank_111_bf16.safetensors">
    放置到 <code>ComfyUI/models/loras/</code>
  </Card>

  <Card title="LoRA：gemma 去审查版" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2/blob/main/split_files/loras/gemma-3-12b-it-abliterated_lora_rank64_bf16.safetensors">
    放置到 <code>ComfyUI/models/loras/</code>
  </Card>

  <Card title="文本编码器：gemma 12B" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2/blob/main/split_files/text_encoders/gemma_3_12B_it_fp4_mixed.safetensors">
    放置到 <code>ComfyUI/models/text\_encoders/</code>
  </Card>

  <Card title="超分器：空间 x2" icon="download" href="https://huggingface.co/Lightricks/LTX-2.3/blob/main/ltx-2.3-spatial-upscaler-x2-1.1.safetensors">
    放置到 <code>ComfyUI/models/latent\_upscale\_models/</code>
  </Card>
</CardGroup>

#### 模型存储

```
ComfyUI/
├── 📂 models/
│   ├── 📂 checkpoints/
│   │   └── ltx-2.3-22b-dev-fp8.safetensors
│   ├── 📂 loras/
│   │   ├── ltx_2.3_22b_distilled_1.1_lora_dynamic_fro09_avg_rank_111_bf16.safetensors
│   │   └── gemma-3-12b-it-abliterated_lora_rank64_bf16.safetensors
│   ├── 📂 text_encoders/
│   │   └── gemma_3_12B_it_fp4_mixed.safetensors
│   └── 📂 latent_upscale_models/
│       └── ltx-2.3-spatial-upscaler-x2-1.1.safetensors
```

***

### LTX-2.3 IC-LoRA 联合控制

使用 IC-LoRA 结合对齐的控制输入（如深度、姿态或边缘）生成 LTX-2.3 视频。IC-LoRA 是基于 LTX-2.3 训练的情境内 LoRA，通过参考视频应用结构引导。它接受来自多种预处理器的控制信号，包括深度图、Canny 边缘和姿态骨架。此工作流使用子图实现模块化处理。

![LTX-2.3 IC-LoRA 预览](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/video_ltx2_3_ic_lora-1.webp)

<CardGroup cols={2}>
  <Card title="在 Comfy Cloud 中运行" icon="cloud" href="https://cloud.comfy.org/?template=video_ltx2_3_ic_lora&utm_source=docs&utm_medium=referral&utm_campaign=ltx-2-3">
    在 Comfy Cloud 中打开
  </Card>

  <Card title="下载工作流" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_ltx2_3_ic_lora.json">
    下载 JSON 或在模板库中搜索"LTX-2.3 IC-LoRA"
  </Card>
</CardGroup>

<Card title="了解子图" icon="book-open" href="/zh/interface/features/subgraph">
  此工作流使用子图节点实现模块化处理。查阅子图文档，了解如何自定义和扩展工作流。
</Card>

#### 输入素材

<CardGroup cols={2}>
  <Card title="控制视频：stone_ruins.mp4" icon="video" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/stone_ruins.mp4">
    用于控制信号提取的驱动视频。
  </Card>

  <Card title="参考图像：the_forgotten_gate.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/the_forgotten_gate.png">
    用于风格和内容的参考图像。
  </Card>
</CardGroup>

#### 模型下载

<CardGroup cols={2}>
  <Card title="检查点：ltx-2.3-22b-distilled-fp8" icon="download" href="https://huggingface.co/Lightricks/LTX-2.3-fp8/blob/main/ltx-2.3-22b-distilled-fp8.safetensors">
    放置到 <code>ComfyUI/models/checkpoints/</code>
  </Card>

  <Card title="LoRA：IC-LoRA 联合控制" icon="download" href="https://huggingface.co/Lightricks/LTX-2.3-22b-IC-LoRA-Union-Control/blob/main/ltx-2.3-22b-ic-lora-union-control-ref0.5.safetensors">
    放置到 <code>ComfyUI/models/loras/</code>
  </Card>

  <Card title="LoRA：gemma 去审查版" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2/blob/main/split_files/loras/gemma-3-12b-it-abliterated_lora_rank64_bf16.safetensors">
    放置到 <code>ComfyUI/models/loras/</code>
  </Card>

  <Card title="文本编码器：gemma 12B" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2/blob/main/split_files/text_encoders/gemma_3_12B_it_fp4_mixed.safetensors">
    放置到 <code>ComfyUI/models/text\_encoders/</code>
  </Card>

  <Card title="几何估计：MoGe Normal" icon="download" href="https://huggingface.co/Comfy-Org/MoGe/blob/main/geometry_estimation/moge_2_vitl_normal_fp16.safetensors">
    放置到 <code>ComfyUI/models/geometry\_estimation/</code>
  </Card>
</CardGroup>

#### 模型存储

```
ComfyUI/
├── 📂 models/
│   ├── 📂 checkpoints/
│   │   └── ltx-2.3-22b-distilled-fp8.safetensors
│   ├── 📂 loras/
│   │   ├── ltx-2.3-22b-ic-lora-union-control-ref0.5.safetensors
│   │   └── gemma-3-12b-it-abliterated_lora_rank64_bf16.safetensors
│   ├── 📂 text_encoders/
│   │   └── gemma_3_12B_it_fp4_mixed.safetensors
│   └── 📂 geometry_estimation/
│       └── moge_2_vitl_normal_fp16.safetensors
```

***

### LTX-2.3 ID-LoRA

根据文本提示、参考图像和短音频片段，生成带同步音频的个性化视频。使用 ID-LoRA 在单个生成模型中适应人物的外貌和声音。

<video controls className="w-full aspect-video" src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/video_ltx2_3_id_lora.mp4" />

<CardGroup cols={2}>
  <Card title="在 Comfy Cloud 中运行" icon="cloud" href="https://cloud.comfy.org/?template=video_ltx2_3_id_lora&utm_source=docs&utm_medium=referral&utm_campaign=ltx-2-3">
    在 Comfy Cloud 中打开
  </Card>

  <Card title="下载工作流" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_ltx2_3_id_lora.json">
    下载 JSON 或在模板库中搜索"LTX-2.3 ID-LoRA"
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="参考图像：vintage_thinker.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/vintage_thinker.png">
    角色外观的参考图像。
  </Card>

  <Card title="参考音频：ltx23_reference_audio.mp3" icon="music" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/ltx23_reference_audio.mp3">
    用于声音克隆和唇形同步的音频片段。
  </Card>
</CardGroup>

#### 模型下载

<CardGroup cols={2}>
  <Card title="检查点：ltx-2.3-22b-dev-fp8" icon="download" href="https://huggingface.co/Lightricks/LTX-2.3-fp8/blob/main/ltx-2.3-22b-dev-fp8.safetensors">
    放置到 <code>ComfyUI/models/checkpoints/</code>
  </Card>

  <Card title="LoRA：蒸馏版 1.1" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2.3/blob/main/split_files/loras/ltx_2.3_22b_distilled_1.1_lora_dynamic_fro09_avg_rank_111_bf16.safetensors">
    放置到 <code>ComfyUI/models/loras/</code>
  </Card>

  <Card title="LoRA：ID-LoRA TalkVid" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2.3/blob/main/split_files/loras/ltx-2.3-id-lora-talkvid-3k.safetensors">
    放置到 <code>ComfyUI/models/loras/</code>
  </Card>

  <Card title="文本编码器：gemma 12B" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2/blob/main/split_files/text_encoders/gemma_3_12B_it_fp4_mixed.safetensors">
    放置到 <code>ComfyUI/models/text\_encoders/</code>
  </Card>

  <Card title="超分器：空间 x2" icon="download" href="https://huggingface.co/Lightricks/LTX-2.3/blob/main/ltx-2.3-spatial-upscaler-x2-1.1.safetensors">
    放置到 <code>ComfyUI/models/latent\_upscale\_models/</code>
  </Card>
</CardGroup>

#### 模型存储

```
ComfyUI/
├── 📂 models/
│   ├── 📂 checkpoints/
│   │   └── ltx-2.3-22b-dev-fp8.safetensors
│   ├── 📂 loras/
│   │   ├── ltx_2.3_22b_distilled_1.1_lora_dynamic_fro09_avg_rank_111_bf16.safetensors
│   │   └── ltx-2.3-id-lora-talkvid-3k.safetensors
│   ├── 📂 text_encoders/
│   │   └── gemma_3_12B_it_fp4_mixed.safetensors
│   └── 📂 latent_upscale_models/
│       └── ltx-2.3-spatial-upscaler-x2-1.1.safetensors
```

## 提示技巧

为 LTX-2.3 编写提示时，重点使用详细的、按时间顺序描述的动作和场景：

1. **核心动作**：按时间顺序描述事件和动作
2. **视觉细节**：描述视频中所有希望出现的视觉细节
3. **音频**：描述场景所需的音效和对话

## 资源

* [Hugging Face 模型](https://huggingface.co/Lightricks/LTX-2.3)
* [GitHub 仓库](https://github.com/Lightricks/LTX-2)
* [ComfyUI-LTXVideo](https://github.com/Lightricks/ComfyUI-LTXVideo/)
* [IC-LoRA 模型](https://huggingface.co/Lightricks/LTX-2.3-22b-IC-LoRA-Union-Control)
