ComfyUI Node
π₯ Batch Load Audio
Batch audio source: enumerates every audio file of the selected container format in a folder tree and hands out one audio file per execution. The slot is derived from which destinations already exist (or were marked errored), so crash-recovery, restarts and re-runs need no reset step.
π₯ Batch Load Audio
- AUDIO
- SLOT
- TOTAL
- RELATIVE_PATH
βfolder_pathββΊ
βrecursivetrueβΊ
βcontainer_formatwavβΊ
Categoryaudio/batch
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| folder_path | STRING | Root of the input folder tree (absolute path). | |
| recursive | BOOLEAN | true | Walk subfolders recursively. |
| container_format | COMBO | wav | Only files with this extension (or all_audio) are processed. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| AUDIO | AUDIO | The current audio file as standard ComfyUI AUDIO dict. |
| SLOT | INT | 0-based index of the current file for this run. |
| TOTAL | INT | Total matching file count for this run. |
| RELATIVE_PATH | STRING | Current file's path relative to folder_path (posix separators). |