ComfyUI Node
π€ Batch Save Image
Batch output node: saves the processed image to output_root + relative_path (mirroring the input tree), prints progress, and re-submits the same prompt at the front of the queue while images remain. Existing destinations are skipped.
π€ Batch Save Image
- images
βslot0βΊ
βtotal0βΊ
βrelative_pathββΊ
βoutput_rootββΊ
βformatautoβΊ
βfilename_template{filename}βΊ
Categoryimage/batch
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | The processed image (or image batch) from the end of the workflow. | |
| slot | INT | 0 | 0-based index of the current image (wire from Batch Load Image). |
| total | INT | 0 | Total matching file count (wire from Batch Load Image). |
| relative_path | STRING | Current file's path relative to the input folder (wire from Batch Load Image). | |
| output_root | STRING | Root of the destination tree (absolute path). Required. | |
| format | COMBO | auto | Output format. '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