| title |
AudioEncoderLoader - ComfyUI Built-in Node Documentation |
| description |
Complete documentation for the AudioEncoderLoader node in ComfyUI. Learn its inputs, outputs, parameters and usage. |
| sidebarTitle |
AudioEncoderLoader |
| icon |
circle |
| mode |
wide |
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The AudioEncoderLoader node loads audio encoder models from your available audio encoder files. It takes an audio encoder filename as input and returns a loaded audio encoder model that can be used for audio processing tasks in your workflow.
| Parameter |
Data Type |
Input Type |
Default |
Range |
Description |
audio_encoder_name |
STRING |
COMBO |
- |
Available audio encoder files |
Selects which audio encoder model file to load from your audio_encoders folder |
| Output Name |
Data Type |
Description |
audio_encoder |
AUDIO_ENCODER |
Returns the loaded audio encoder model for use in audio processing workflows |