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

# LTXVEmptyLatentAudio - ComfyUI Built-in Node Documentation

> LTXV 空潜变量音频节点用于创建一批空的（零填充）潜变量音频张量。

LTXV 空潜变量音频节点用于创建一批空的（零填充）潜变量音频张量。它使用所提供的 Audio VAE 模型的配置来确定潜变量空间的正确维度，例如通道数和频率 bin 数，并根据帧数和帧率计算音频潜变量的数量。该空潜变量可作为 ComfyUI 中音频生成或操作工作流的起点。

## 输入

| 参数      | 描述                               | 数据类型  | 是否必需 | 范围           |
| ------- | -------------------------------- | ----- | ---- | ------------ |
| `帧数`    | 帧数。默认值为 97。                      | INT   | 是    | 1 到 1000     |
| `帧率`    | 每秒帧数。默认值为 25.0。接受 FLOAT 或 INT 值。 | FLOAT | 是    | 1.0 到 1000.0 |
| `批量大小`  | 批次中潜变量音频样本的数量。默认值为 1。            | INT   | 是    | 1 到 4096     |
| `音频VAE` | 用于获取配置的 Audio VAE 模型。此参数为必需项。    | VAE   | 是    | 不适用          |

**注意：** `audio_vae` 输入为强制项。如果未提供，节点将报错。

## 输出

| 输出名称  | 描述                                                                                                                                 | 数据类型   |
| ----- | ---------------------------------------------------------------------------------------------------------------------------------- | ------ |
| `潜空间` | 一个空的潜变量音频张量，其结构为 (batch\_size, z\_channels, num\_audio\_latents, audio\_freq)，配置为与输入的 Audio VAE 匹配。输出还包含一个设置为 "audio" 的 `type` 字段。 | LATENT |

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

***

**Source fingerprint (SHA-256):** `3ac1bf17ebdba7c3a73bdd795f561b7bee31798d8a1efc11b972db1944f873a4`
