ComfyUI Node
CV Stack Images
Concatenates any number of images/masks side by side (or one above the other) on a black canvas, padding each to the largest - before/after comparisons, building strips tile by tile. All inputs share the first input's type (IMAGE, MASK or NPARRAY) and stack in the same direction. As the body of an Inspire 'Foreach List' loop (image0 = intermediate_output, image1 = item) it folds a whole list into one contact sheet.
CV Stack Images
- images
- image
◄directionhorizontal (a then b)►
◄gap0►
Categoryimage/CV/features
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| images | COMFY_AUTOGROW_V3 | — | |
| direction | COMBO | horizontal (a then b) | Side by side, or one above the other. |
| gap | INT | 00–256 | Black separator between consecutive inputs, in pixels. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| image | COMFY_MATCHTYPE_V3 | Same format as the image inputs. |