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

# EmptyAceStepLatentAudio - ComfyUI Built-in Node Documentation

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

EmptyAceStepLatentAudio 节点可创建指定时长的空潜空间音频样本。该节点会生成一批全零的静音潜空间音频，其长度根据输入的秒数和音频处理参数计算得出。此节点适用于需要潜空间表示的音频处理工作流的初始化操作。

## 输入参数

| 参数名          | 数据类型  | 必填 | 取值范围         | 描述                   |
| ------------ | ----- | -- | ------------ | -------------------- |
| `seconds`    | FLOAT | 否  | 1.0 - 1000.0 | 音频时长（单位：秒），默认值：120.0 |
| `batch_size` | INT   | 否  | 1 - 4096     | 批次中的潜空间图像数量，默认值：1    |

## 输出结果

| 输出名称     | 数据类型   | 描述            |
| -------- | ------ | ------------- |
| `output` | LATENT | 返回全零的空潜空间音频样本 |
