Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The Empty Ace Step 1.5 Latent Audio node creates an empty latent tensor designed for audio processing. It generates a silent audio latent of a specified duration and batch size, which can be used as a starting point for audio generation workflows in ComfyUI. The node calculates the latent length based on the input seconds and a fixed sample rate.

Inputs

ParameterData TypeRequiredRangeDescription
secondsFLOATNo1.0 - 1000.0The duration of the audio to generate, in seconds (default: 120.0).
batch_sizeINTNo1 - 4096The number of latent images in the batch (default: 1).

Outputs

Output NameData TypeDescription
LATENTLATENTAn empty latent tensor representing silent audio, with a type identifier of “audio”.