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

# LTXVEmptyLatentAudio - ComfyUI Built-in Node Documentation

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

LTXV Empty Latent Audio 节点创建一批空（零填充）的潜在音频张量。它使用提供的 Audio VAE 模型的配置来确定潜在空间的正确维度，例如通道数和频率仓的数量。这个空的潜在张量可作为 ComfyUI 内音频生成或处理工作流的起点。

## 输入参数

| 参数名             | 数据类型 | 必填 | 取值范围     | 描述                            |
| --------------- | ---- | -- | -------- | ----------------------------- |
| `frames_number` | INT  | 是  | 1 到 1000 | 帧数。默认值为 97。                   |
| `frame_rate`    | INT  | 是  | 1 到 1000 | 每秒帧数。默认值为 25。                 |
| `batch_size`    | INT  | 是  | 1 到 4096 | 批次中潜在音频样本的数量。默认值为 1。          |
| `audio_vae`     | VAE  | 是  | N/A      | 用于获取配置的 Audio VAE 模型。此参数为必需项。 |

**注意：** `audio_vae` 输入是强制性的。如果未提供，节点将引发错误。

## 输出

| 输出名称     | 数据类型   | 描述                                                |
| -------- | ------ | ------------------------------------------------- |
| `Latent` | LATENT | 一个空的潜在音频张量，其结构（样本数，采样率，类型）被配置为与输入的 Audio VAE 相匹配。 |
