ComfyUI Node
π Bawk Batch Processor
π Batch processor - load prompts and settings from CSV/JSON files for automated generation workflows
π Bawk Batch Processor
- prompt
- seed
- steps
- guidance
- resolution
- batch_info
βbatch_fileβΊ
βfile_formatAuto-detectβΊ
βbatch_index0βΊ
βpreview_onlyfalseβΊ
βdefault_resolutionFHD 16:9 - 1920x1080 - 2.1MPβΊ
βdefault_steps30βΊ
βdefault_guidance3.5βΊ
CategoryBawkNodes/batch
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| batch_file | STRING | Path to CSV or JSON file with batch settings. CSV columns: prompt, seed, steps, guidance, etc. | |
| file_format | COMBO | Auto-detect | File format - Auto-detect will guess from extension |
| batch_index | INT | 00β999999 | Which row/item to process from the batch file (0-based index) |
| preview_only | BOOLEAN | false | Show file contents without processing - useful for checking batch files |
| default_resolutionopt | STRING | FHD 16:9 - 1920x1080 - 2.1MP | Default resolution for items that don't specify one |
| default_stepsopt | INT | 301β100 | Default steps for items that don't specify them |
| default_guidanceopt | FLOAT | 3.50β20 | Default guidance for items that don't specify it |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| prompt | STRING | β |
| seed | INT | β |
| steps | INT | β |
| guidance | FLOAT | β |
| resolution | STRING | β |
| batch_info | STRING | β |