Visit ComfyUI Online for ready-to-use ComfyUI environment
Comprehensive color correction tools for image enhancement and artistic effects, ideal for AI artists.
The Color Correct (mtb) node is designed to provide a comprehensive suite of color correction tools for your images. This node allows you to fine-tune various aspects of an image's color properties, including gamma, contrast, exposure, offset, hue, saturation, and value. By adjusting these parameters, you can enhance the visual appeal of your images, correct color imbalances, and achieve the desired artistic effect. The node is particularly useful for AI artists who want to refine their generated images without needing extensive technical knowledge. The main goal of this node is to offer a flexible and powerful way to manipulate image colors, ensuring your final output meets your creative vision.
This parameter accepts the image you want to apply color corrections to. The input should be in the form of an image tensor.
This boolean parameter determines whether the output image values should be clamped between 0.0 and 1.0. Clamping ensures that the pixel values remain within a valid range, preventing any potential overflow or underflow issues. The default value is True.
This float parameter adjusts the gamma correction of the image. Gamma correction is used to control the overall brightness of the image. A gamma value of 1.0 means no change, values less than 1.0 darken the image, and values greater than 1.0 lighten the image. The range is from 0.0 to 5.0, with a default value of 1.0.
This float parameter modifies the contrast of the image. Increasing the contrast makes the dark areas darker and the bright areas brighter, while decreasing it makes the image more uniform. The range is from 0.0 to 5.0, with a default value of 1.0.
This float parameter controls the exposure level of the image. Positive values increase the exposure, making the image brighter, while negative values decrease it, making the image darker. The range is from -5.0 to 5.0, with a default value of 0.0.
This float parameter adjusts the offset of the image, which shifts all pixel values by a constant amount. This can be used to brighten or darken the image uniformly. The range is from -5.0 to 5.0, with a default value of 0.0.
This float parameter changes the hue of the image, which affects the overall color tone. The hue adjustment is cyclic, meaning that it wraps around the color wheel. The range is from -0.5 to 0.5, with a default value of 0.0.
This float parameter controls the saturation of the image. Increasing saturation makes the colors more vivid, while decreasing it makes the colors more muted. The range is from 0.0 to 5.0, with a default value of 1.0.
This float parameter adjusts the value (brightness) of the image. It is similar to exposure but operates in the HSV color space. The range is from 0.0 to 5.0, with a default value of 1.0.
The output is the color-corrected image, returned as an image tensor. This image reflects all the adjustments made based on the input parameters, providing a visually enhanced version of the original input.
image
parameter.clamp
parameter is set to False and the adjustments push pixel values outside the valid range.clamp
parameter to keep pixel values within the 0.0 to 1.0 range.© Copyright 2024 RunComfy. All Rights Reserved.