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 Loader node loads a pre-trained Audio Variational Autoencoder (VAE) model from a checkpoint file. It reads the specified checkpoint, loads its weights and metadata, and prepares the model for use in audio generation or processing workflows within ComfyUI.

Inputs

ParameterData TypeRequiredRangeDescription
ckpt_nameSTRINGYesAll files in the checkpoints folder.
Example: "audio_vae.safetensors"
Audio VAE checkpoint to load. This is a dropdown list populated with all the files found in your ComfyUI checkpoints directory.

Outputs

Output NameData TypeDescription
Audio VAEVAEThe loaded Audio Variational Autoencoder model, ready to be connected to other audio processing nodes.