ComfyUI Node
Unlim Image Batch
A ComfyUI node in Kinburg-Nodes/image with 5 inputs and 1 output.
Unlim Image Batch
- image_1
- image_2
- images
◄modeas is►
◄pad_color#000000►
◄skip_emptytrue►
CategoryKinburg-Nodes/image
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| image_1 | IMAGE | — | |
| mode | COMBO | as is | How to reconcile inputs of different sizes (no resampling): 'as is' keeps pixels and errors on a size mismatch; 'crop to smallest' center-crops down; 'pad to largest' center-pads up with pad_color. |
| pad_color | STRING | #000000 | Fill color (HEX) for the borders added in 'pad to largest' mode. Ignored otherwise. |
| skip_empty | BOOLEAN | true | Skip empty / unconnected inputs (e.g. a bypassed branch) instead of failing, so the batch stays aligned with the rest of the comparison. |
| image_2opt | IMAGE | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| images | IMAGE | — |