Skip to content

nodes stack images

Mel Massadian edited this page Apr 26, 2024 · 2 revisions

Stack Images

A simple way to stack images either horizontally or vertically. Stack image uses dynamic inputs.

It outputs RGBA tensors and supports RGB or RGBA as input (normalized to RGBA internally). If the image dimensions don't match they must at least match:

  • in width when stacking vertically.
  • in height when stacking horizontally.

Here is an example workflow using Text To Image (the text was generated using Nous Hermes 2 Vision thanks to the great ComfyUI_VLM_nodes extension. For simplicity's sake, the workflow doesn't contain external nodes:

stack_images

Clone this wiki locally