Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates seamless combination of two images into a single composite with adjustable positioning, transparency, and background options for AI artists.
The ImageCompositeBy_Zho
node is designed to facilitate the seamless combination of two images into a single composite image. This node allows you to specify the positioning of each image within a container, adjust their transparency levels, and choose the background image for the composite. The primary goal of this node is to provide a flexible and intuitive way to overlay images, making it an essential tool for AI artists looking to create complex visual compositions. By leveraging different methods such as "pair" or "matrix," you can achieve various compositional effects, enhancing your creative workflow.
This parameter represents the first image to be used in the composite. It is essential for defining the primary visual element of your composition. The image should be provided in a compatible format.
This parameter represents the second image to be used in the composite. It serves as the secondary visual element that will be overlaid or combined with the first image.
This parameter specifies the horizontal position of the first image within the container. It is a float value ranging from 0.0 to 1.0, where 0.0 represents the leftmost position and 1.0 represents the rightmost position. The default value is 0.0.
This parameter specifies the vertical position of the first image within the container. It is a float value ranging from 0.0 to 1.0, where 0.0 represents the topmost position and 1.0 represents the bottommost position. The default value is 0.0.
This parameter specifies the horizontal position of the second image within the container. It is a float value ranging from 0.0 to 1.0, where 0.0 represents the leftmost position and 1.0 represents the rightmost position. The default value is 0.0.
This parameter specifies the vertical position of the second image within the container. It is a float value ranging from 0.0 to 1.0, where 0.0 represents the topmost position and 1.0 represents the bottommost position. The default value is 0.0.
This parameter controls the transparency level of the first image. It is a float value ranging from 0.0 (completely transparent) to 1.0 (completely opaque). The default value is 1.0.
This parameter controls the transparency level of the second image. It is a float value ranging from 0.0 (completely transparent) to 1.0 (completely opaque). The default value is 1.0.
This parameter determines which image will be used as the background in the composite. It can be either "images_a" or "images_b".
This parameter specifies the compositing method to be used. It can be either "pair" or "matrix", allowing for different styles of image combination.
The output is a single composite image that combines the two input images based on the specified parameters. This image reflects the positioning, transparency, and background choices made, providing a final visual result ready for further use or display.
alpha_a
and alpha_b
parameters to adjust the transparency levels of each image.images_a_x
, images_a_y
, images_b_x
, and images_b_y
parameters to fine-tune the positioning of each image within the container, ensuring they align as desired.background
parameter to determine which image should serve as the base layer, affecting the overall look of the composite.alpha_a
and alpha_b
parameters to be within the range of 0.0 to 1.0. Use the default values if unsure.© Copyright 2024 RunComfy. All Rights Reserved.