Visit ComfyUI Online for ready-to-use ComfyUI environment
Overlay transparent image onto background with customizable parameters for versatile image compositions.
The CR Overlay Transparent Image node is designed to overlay a transparent image onto a background image with various customizable parameters. This node allows you to adjust the transparency, position, rotation, and scale of the overlay image, providing a versatile tool for creating complex image compositions. By using this node, you can seamlessly integrate an overlay image onto a background, making it an essential tool for AI artists looking to enhance their visual creations with layered effects.
The background image onto which the overlay image will be placed. This image serves as the canvas for the overlay operation.
The image that will be overlaid onto the background image. This image can have transparency and will be manipulated based on the other input parameters.
A value between 0 and 1 that determines the transparency level of the overlay image. A value of 0 means the overlay is fully transparent, while a value of 1 means it is fully opaque. Default value is 1.
The horizontal offset for positioning the overlay image relative to the center of the background image. Positive values move the overlay to the right, while negative values move it to the left. Default value is 0.
The vertical offset for positioning the overlay image relative to the center of the background image. Positive values move the overlay down, while negative values move it up. Default value is 0.
The angle in degrees to rotate the overlay image. Positive values rotate the image clockwise, while negative values rotate it counterclockwise. Default value is 0.
A scaling factor to resize the overlay image. A value of 1.0 means no scaling, values greater than 1.0 enlarge the image, and values less than 1.0 shrink the image. Default value is 1.0.
The resulting image after the overlay operation. This image is a combination of the background image and the manipulated overlay image, returned as a torch tensor.
© Copyright 2024 RunComfy. All Rights Reserved.