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 Audio VAE Decode node converts a latent representation of audio back into an audio waveform. It uses a specialized Audio VAE model to perform this decoding process, producing an audio output with a specific sample rate.

Inputs

ParameterData TypeRequiredRangeDescription
samplesLATENTYesN/AThe latent to be decoded.
audio_vaeVAEYesN/AThe Audio VAE model used for decoding the latent.
Note: If the provided latent is nested (contains multiple latents), the node will automatically use the last latent in the sequence for decoding.

Outputs

Output NameData TypeDescription
AudioAUDIOThe decoded audio waveform and its associated sample rate.