ComfyUI Node
Mpi Load Audio
Load audio from a file path into a ComfyUI AUDIO object, like the built-in Load Audio but driven by a path string (matches MpiString / MpiAnyChecker). Works on any file ffmpeg can read, including pulling the audio track out of a video. Empty/missing/audio-less path blocks downstream unless block_if_empty is off, in which case it outputs silent audio so the graph continues.
Mpi Load Audio
- audio
◄string►
◄block_if_emptytrue►
CategoryMpiNodes/Video
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| string | STRING | Audio (or video) file path. Named 'string' so it matches MpiString / MpiAnyChecker outputs. | |
| block_if_empty | BOOLEAN | true | ON: empty/missing/audio-less path blocks downstream execution. OFF: outputs silent audio so the graph continues. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| audio | AUDIO | — |