Visit ComfyUI Online for ready-to-use ComfyUI environment
Adjust image hue, saturation, and brightness for visual effects and color correction in AI art.
The LayerColor: HSV node is designed to adjust the hue, saturation, and value (brightness) of an image. This node is particularly useful for AI artists who want to fine-tune the color properties of their images to achieve specific visual effects or correct color imbalances. By manipulating the HSV values, you can change the overall color tone, enhance or reduce color intensity, and adjust the brightness of the image. This node processes each image individually, ensuring that the adjustments are applied consistently across all images in a batch.
This parameter accepts an image input that you want to adjust. The image should be in a format that the node can process, typically a tensor representation of the image.
This parameter controls the hue adjustment of the image. The hue value can be adjusted within a range of -255 to 255, with a default value of 0. Adjusting the hue will shift the colors in the image along the color spectrum, allowing you to change the overall color tone.
This parameter controls the saturation adjustment of the image. The saturation value can be adjusted within a range of -255 to 255, with a default value of 0. Increasing the saturation will make the colors more vivid, while decreasing it will make the colors more muted.
This parameter controls the value (brightness) adjustment of the image. The value can be adjusted within a range of -255 to 255, with a default value of 0. Increasing the value will make the image brighter, while decreasing it will make the image darker.
The output is the adjusted image with the applied hue, saturation, and value changes. This image will reflect the modifications made based on the input parameters, providing a visual representation of the adjustments.
© Copyright 2024 RunComfy. All Rights Reserved.