Visit ComfyUI Online for ready-to-use ComfyUI environment
Versatile image color adjustment tool with fine-tuning options and hexadecimal color tint application for precise enhancements.
The ColorsCorrectNode is a versatile tool designed to enhance and adjust the color properties of images. It allows you to fine-tune various aspects such as brightness, contrast, saturation, gamma, and hue, providing a comprehensive solution for color correction. Additionally, it offers the option to apply a specific color tint to the image using a hexadecimal color code. This node is particularly beneficial for AI artists looking to achieve precise color adjustments and enhancements in their artwork, ensuring that the final output meets their creative vision.
The image parameter is the primary input for the ColorsCorrectNode, representing the image that you want to adjust. This parameter is required and must be provided for the node to function.
The brightness parameter controls the overall lightness or darkness of the image. Increasing the brightness value makes the image lighter, while decreasing it makes the image darker. The value ranges from 0.0 to 100.0, with a default of 1.0.
The contrast parameter adjusts the difference between the light and dark areas of the image. Higher contrast values make the dark areas darker and the light areas lighter, enhancing the image's overall sharpness. The value ranges from 0.0 to 100.0, with a default of 1.0.
The saturation parameter modifies the intensity of the colors in the image. Increasing saturation makes the colors more vivid, while decreasing it makes the colors more muted. The value ranges from 0.0 to 100.0, with a default of 1.0.
The gamma parameter affects the midtones of the image, allowing for adjustments in brightness without altering the shadows and highlights significantly. The value ranges from 0.0 to 100.0, with a default of 1.0.
The hue_degrees parameter shifts the colors of the image along the color spectrum. This parameter is measured in degrees, ranging from 0.0 to 360.0, with a default of 0.0. Adjusting the hue can change the overall color balance of the image.
The use_color parameter is a boolean that determines whether a color tint should be applied to the image. If set to True, the image will be tinted with the specified hex_color. The default value is True.
The hex_color parameter specifies the color to be used for tinting the image. This parameter is optional and is only used if use_color is set to True. The default value is "#00FF33".
The output image parameter is the adjusted image after all the specified color corrections have been applied. This output is essential for further processing or final rendering in your AI art projects.
© Copyright 2024 RunComfy. All Rights Reserved.