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

# EmptyAceStep1.5LatentAudio - ComfyUI Built-in Node Documentation

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

## 概述

Empty Ace Step 1.5 Latent Audio 节点创建一个专为音频处理设计的空潜在张量。它生成指定时长和批次大小的静音音频潜在表示，可作为 ComfyUI 中音频生成工作流的起点。该节点根据输入的秒数和固定的采样率计算潜在长度。

## 输入

| 参数           | 数据类型  | 必需 | 范围           | 描述                        |
| ------------ | ----- | -- | ------------ | ------------------------- |
| `seconds`    | FLOAT | 否  | 1.0 - 1000.0 | 要生成的音频时长，单位为秒（默认值：120.0）。 |
| `batch_size` | INT   | 否  | 1 - 4096     | 批次中的潜在图像数量（默认值：1）。        |

## 输出

| 输出名称     | 数据类型   | 描述                              |
| -------- | ------ | ------------------------------- |
| `LATENT` | LATENT | 一个代表静音音频的空潜在张量，其类型标识符为 "audio"。 |
