Visit ComfyUI Online for ready-to-use ComfyUI environment
Adjust image saturation levels for vibrant or subdued colors, enhancing artistic vision with smooth processing.
The JWImageSaturation node is designed to adjust the saturation levels of an image, allowing you to enhance or reduce the intensity of colors. This node is particularly useful for AI artists who want to fine-tune the vibrancy of their images, making them more vivid or more subdued according to their creative vision. By manipulating the saturation, you can bring out the richness of colors or create a more muted, pastel-like effect. This node leverages advanced image processing techniques to ensure that the adjustments are applied smoothly and effectively, preserving the overall quality of the image.
This parameter expects an image in the form of a tensor. The image serves as the base on which the saturation adjustments will be applied. The input image should be in a format that is compatible with the node's processing capabilities, typically a 4D tensor with dimensions corresponding to batch size, height, width, and color channels.
The factor parameter controls the degree of saturation adjustment. It is a floating-point value that determines how much the saturation of the image will be increased or decreased. The default value is 1.0, which means no change to the saturation. A value less than 1.0 will decrease the saturation, making the colors less intense, while a value greater than 1.0 will increase the saturation, making the colors more vibrant. The parameter accepts values ranging from 0.0 to 2.0, with a step size of 0.01, allowing for fine-grained control over the saturation levels.
The output is an image tensor with the adjusted saturation levels. This tensor retains the same dimensions as the input image but with modified color intensities based on the specified saturation factor. The output image can be used directly in further processing or as a final result, depending on your workflow.
ValueError: expected a tensor of dimension 4
AssertionError: expected a float for factor
RuntimeError: CUDA error: out of memory
© Copyright 2024 RunComfy. All Rights Reserved.