Visit ComfyUI Online for ready-to-use ComfyUI environment
Combine multiple images into a single image with customizable arrangement options.
The ImageMagick Smush node is designed to seamlessly combine multiple images into a single image by "smushing" them together. This process is particularly useful for creating composite images or for visualizing a sequence of images in a single frame. The node allows you to specify whether the images should be stacked vertically or horizontally and to define an offset between the images, providing flexibility in how the final composite image is arranged. This can be especially beneficial for creating artistic collages, panoramic views, or any other creative compositions where multiple images need to be merged into one.
This parameter accepts the image or sequence of images that you want to smush together. The input should be in the form of an image object that the node can process.
This boolean parameter determines the orientation of the smushed images. If set to True
, the images will be stacked vertically. If set to False
, the images will be arranged horizontally. The default value is False
.
This integer parameter specifies the amount of space (in pixels) to be left between each image in the smushed output. It allows you to control the spacing and alignment of the images. The value can range from 0 to 1024, with a default value of 0.
The output is a single image that results from smushing the input images together according to the specified parameters. This composite image will reflect the chosen orientation and offset, providing a unified visual representation of the input images.
stacked
parameter to True
and adjust the offset
to add spacing between the images.stacked
parameter as False
and use a small offset
to ensure the images are closely aligned.offset
values to achieve the desired visual effect, whether you want tightly packed images or a more spaced-out arrangement.Invalid image input
Offset value out of range
offset
parameter is set to a value outside the allowed range of 0 to 1024. - Solution: Adjust the offset
value to be within the specified range.Stacked parameter not boolean
stacked
parameter is not set to a boolean value (True
or False
).stacked
parameter is correctly set to either True
or False
.© Copyright 2024 RunComfy. All Rights Reserved.