Visit ComfyUI Online for ready-to-use ComfyUI environment
Comprehensive color correction for images, fine-tuning temperature, hue, brightness, contrast, saturation, and gamma.
The ColorCorrect
node is designed to provide comprehensive color correction capabilities for your images. This node allows you to fine-tune various aspects of an image's color properties, including temperature, hue, brightness, contrast, saturation, and gamma. By adjusting these parameters, you can achieve the desired visual effect, enhance the overall appearance of your images, and correct any color imbalances. This node is particularly useful for AI artists who want to refine their generated images to meet specific aesthetic criteria or to match a particular style.
The image
parameter is the input image that you want to apply color correction to. It should be provided as a tensor. This image serves as the base upon which all the color adjustments will be applied.
The temperature
parameter adjusts the warmth or coolness of the image. Positive values make the image warmer (more yellow/red), while negative values make it cooler (more blue). The value is scaled between -100 and 100, with a default of 0.
The hue
parameter shifts the colors of the image around the color wheel. This can be used to change the overall color tone of the image. The value is in degrees and can range from 0 to 360, with a default of 0.
The brightness
parameter controls the overall lightness or darkness of the image. A value of 1 means no change, values greater than 1 increase brightness, and values less than 1 decrease brightness. The value is scaled between 0 and 200, with a default of 100.
The contrast
parameter adjusts the difference between the light and dark areas of the image. A value of 1 means no change, values greater than 1 increase contrast, and values less than 1 decrease contrast. The value is scaled between 0 and 200, with a default of 100.
The saturation
parameter controls the intensity of the colors in the image. A value of 1 means no change, values greater than 1 increase saturation, and values less than 1 decrease saturation. The value is scaled between 0 and 200, with a default of 100.
The gamma
parameter adjusts the gamma correction of the image, which affects the midtones. Values greater than 1 make the midtones lighter, while values less than 1 make them darker. The value is typically between 0.1 and 10, with a default of 1.
The result
parameter is the output image after applying the specified color corrections. This image is returned as a tensor and reflects all the adjustments made based on the input parameters. It is ready for further processing or final output.
temperature
parameter slightly above 0.saturation
and slightly increasing the contrast
.gamma
parameter to fine-tune the midtones, especially if the image appears too flat or too harsh.hue
parameter to shift the overall color tone, which can be useful for creating artistic effects or matching a specific color palette.© Copyright 2024 RunComfy. All Rights Reserved.