> ## 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.

# LTXAVTextEncoderLoader - ComfyUI Built-in Node Documentation

> Complete documentation for the LTXAVTextEncoderLoader node in ComfyUI. Learn its inputs, outputs, parameters and usage.

此文档由 AI 生成。如发现任何错误或有改进建议，欢迎随时贡献！[在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/LTXAVTextEncoderLoader/en.md)

此节点加载用于 LTXV 音频模型的专用文本编码器。它将特定的文本编码器文件与检查点文件结合，创建一个可用于音频相关文本条件任务的 CLIP 模型。

## 输入

| 参数       | 描述                                                           | 数据类型   | 是否必填 | 范围                       |
| -------- | ------------------------------------------------------------ | ------ | ---- | ------------------------ |
| `文本编码器`  | 要加载的 LTXV 文本编码器模型文件名。可用选项从 `text_encoders` 文件夹中加载。           | STRING | 是    | 多个选项可用                   |
| `ckpt名称` | 要加载的检查点文件名。可用选项从 `checkpoints` 文件夹中加载。                       | STRING | 是    | 多个选项可用                   |
| `设备`     | 指定加载模型的设备。使用 `"cpu"` 强制加载到 CPU。默认行为（`"default"`）使用系统的自动设备分配。 | STRING | 否    | `"default"`<br />`"cpu"` |

**注意：** `text_encoder` 和 `ckpt_name` 参数协同工作。节点加载这两个指定文件以创建一个单一、功能完整的 CLIP 模型。这些文件必须与 LTXV 架构兼容。

## 输出

| 输出名称   | 描述                                | 数据类型 |
| ------ | --------------------------------- | ---- |
| `clip` | 加载后的 LTXV CLIP 模型，可用于编码音频生成的文本提示。 | CLIP |

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/LTXAVTextEncoderLoader/zh.md)

***

**Source fingerprint (SHA-256):** `c072a0b3393aa44333bb15ae42179c50868a4e9d7ca706d6c7da5922625373e6`
