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 LTXV Empty Latent Audio node creates a batch of empty (zero-filled) latent audio tensors. It uses the configuration from a provided Audio VAE model to determine the correct dimensions for the latent space, such as the number of channels and frequency bins. This empty latent serves as a starting point for audio generation or manipulation workflows within ComfyUI.

Inputs

ParameterData TypeRequiredRangeDescription
frames_numberINTYes1 to 1000Number of frames. The default value is 97.
frame_rateINTYes1 to 1000Number of frames per second. The default value is 25.
batch_sizeINTYes1 to 4096The number of latent audio samples in the batch. The default value is 1.
audio_vaeVAEYesN/AThe Audio VAE model to get configuration from. This parameter is required.
Note: The audio_vae input is mandatory. The node will raise an error if it is not provided.

Outputs

Output NameData TypeDescription
LatentLATENTAn empty latent audio tensor with the structure (samples, sample_rate, type) configured to match the input Audio VAE.