ComfyUI Node
Painter Image Concat
Concatenate multiple images or image sequences along a chosen direction. All inputs are resized to match image_0 with aspect ratio preserved. Short sequences are padded with the last frame frozen to match the longest sequence. Final output can be constrained by max long edge.
Painter Image Concat
- images
- image
◄directiondown►
◄max_long_edge0►
Categorypainter/image
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| images | COMFY_AUTOGROW_V3 | — | |
| direction | COMBO | down | 4 options: right, left, down, up |
| max_long_edge | INT | 00–8192 | If > 0, scale down the final concatenated result so that its longest edge does not exceed this value. Aspect ratio is preserved. 0 means no constraint. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |