ComfyUI Node
π€ Batch Save Audio
Batch output node: saves the processed audio to output_root + relative_path (mirroring the input tree), prints progress, and re-submits the same prompt at the front of the queue while audio files remain. Existing destinations are skipped.
π€ Batch Save Audio
- audio
βslot0βΊ
βtotal0βΊ
βrelative_pathββΊ
βoutput_rootββΊ
βformatautoβΊ
βfilename_template{filename}βΊ
Categoryaudio/batch
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| audio | AUDIO | The processed audio from the end of the workflow. | |
| slot | INT | 0 | 0-based index of the current audio (wire from Batch Load Audio). |
| total | INT | 0 | Total matching file count (wire from Batch Load Audio). |
| relative_path | STRING | Current file's path relative to the input folder (wire from Batch Load Audio). | |
| output_root | STRING | Root of the destination tree (absolute path). Required. | |
| format | COMBO | auto | Output container. 'auto' keeps the source container and extension. |
| filename_template | STRING | {filename} | Output filename template, applied to the file stem. {filename} = original stem, {date} = YYYY-MM-DD. |
Outputs (0)
No outputs