> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# LTXVAudioVAELoader - ComfyUI Built-in Node Documentation

> Complete documentation for the LTXVAudioVAELoader 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/LTXVAudioVAELoader/zh.md)

该节点从检查点文件加载预训练的音频变分自编码器（VAE）模型。它会读取指定的检查点，加载其权重和元数据，并准备该模型以在 ComfyUI 内的音频生成或处理工作流中使用。

## 输入参数

| 参数名         | 数据类型   | 必填 | 取值范围                                                         | 描述                                                               |
| ----------- | ------ | -- | ------------------------------------------------------------ | ---------------------------------------------------------------- |
| `ckpt_name` | STRING | 是  | `checkpoints` 文件夹中的所有文件。<br />*示例：`"audio_vae.safetensors"`* | 要加载的音频 VAE 检查点。这是一个下拉列表，其中填充了在 ComfyUI `checkpoints` 目录中找到的所有文件。 |

## 输出

| 输出名称        | 数据类型 | 描述                           |
| ----------- | ---- | ---------------------------- |
| `Audio VAE` | VAE  | 已加载的音频变分自编码器模型，可连接到其他音频处理节点。 |
