Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance images with customizable color overlay effects for artistic compositions.
The LayerStyle: ColorOverlay node is designed to enhance your images by applying a color overlay effect. This node allows you to blend a specified color with your background image, creating a visually appealing result that can be customized to fit your artistic vision. The ColorOverlay node is particularly useful for adding mood, depth, or emphasis to your images by overlaying a color layer with adjustable opacity and blend modes. This node is essential for AI artists looking to add a professional touch to their compositions without needing extensive technical knowledge.
The background_image
parameter is the base image onto which the color overlay will be applied. This image serves as the canvas for the overlay effect.
The layer_image
parameter is the image that will be used as the overlay layer. This image will be blended with the background image based on the specified blend mode and opacity.
The invert_mask
parameter is a boolean option that allows you to invert the mask applied to the layer image. By default, this is set to True
. Inverting the mask can change the areas of the image that are affected by the overlay, providing more control over the final result.
The blend_mode
parameter determines how the layer image is blended with the background image. Different blend modes can produce various visual effects, allowing you to achieve the desired look for your composition.
The opacity
parameter controls the transparency of the overlay effect. It is an integer value ranging from 0 to 100, with a default value of 100. Adjusting the opacity allows you to fine-tune the intensity of the color overlay, making it more or less prominent.
The color
parameter specifies the color to be used for the overlay. It is a string value representing a color in hexadecimal format, with a default value of #FFBF30
. This color will be blended with the background image according to the specified blend mode and opacity.
The layer_mask
parameter is an optional mask that can be applied to the layer image. This mask defines the areas of the layer image that will be visible, providing additional control over the overlay effect.
The image
output parameter is the final image resulting from the application of the color overlay effect. This image combines the background image and the layer image according to the specified parameters, producing a visually enhanced result.
background_image
and layer_image
are in a valid image format before applying the node.color
parameter is a correct hexadecimal value (e.g., #FFBF30
).opacity
parameter to be within the valid range (0-100).background_image
, layer_image
, invert_mask
, blend_mode
, opacity
, and color
are all specified.© Copyright 2024 RunComfy. All Rights Reserved.