Visit ComfyUI Online for ready-to-use ComfyUI environment
Adjust image color values by adding specified amounts to pixel channels for fine-tuning brightness and creating vibrant or subdued tones, with option to clip values for color accuracy.
The ColorModMove node is designed to adjust the color values of an image by adding a specified amount to each pixel's color channels. This node is particularly useful for fine-tuning the brightness or darkness of an image, allowing you to create subtle or dramatic shifts in the overall color tone. By using this node, you can enhance the visual appeal of your images, making them more vibrant or subdued based on your artistic vision. The node also offers an option to clip the resulting values to ensure they remain within a valid range, preventing any potential color distortions.
This parameter represents the input image that you want to modify. The image should be in a format that the node can process, typically a tensor representation of the image data.
This parameter specifies the amount by which to adjust the color values of the image. It accepts a floating-point value ranging from -1.000 to 1.000, with a default value of 0.0. A positive value will increase the brightness, while a negative value will decrease it. The step size for adjustments is 0.01, allowing for precise control over the modification.
This boolean parameter determines whether the resulting color values should be clipped to the range of 0.0 to 1.0. The default value is True, which ensures that the modified color values do not exceed the valid range, thus preventing any potential color distortions. If set to False, the values will not be clipped, which might be useful for certain artistic effects but could result in out-of-range color values.
The output parameter is the modified image with adjusted color values. This image will have the same dimensions as the input image but with color values altered based on the specified move parameter. If clipping is enabled, the color values will be constrained within the range of 0.0 to 1.0.
Unknown mode 'mode'
Color conversion failed! Missing cv2 op 'COLOR_src2dst'
© Copyright 2024 RunComfy. All Rights Reserved.