Visit ComfyUI Online for ready-to-use ComfyUI environment
Adjust image exposure levels for vivid or subdued effects, enhancing visual appeal with balanced details.
The LayerColor: Exposure node is designed to adjust the exposure levels of an image, allowing you to brighten or darken the image by modifying its exposure value. This node is particularly useful for enhancing the visual appeal of your images by making them appear more vivid or subdued, depending on your artistic needs. By manipulating the exposure, you can bring out details in the shadows or highlights, creating a more balanced and visually appealing image. The node processes each image individually, ensuring that the adjustments are applied consistently across all images in a batch.
This parameter accepts the image(s) you want to adjust. The input should be in the form of an image tensor, which the node will process to apply the exposure correction. The image tensor should be in the format expected by the node, typically a 3D or 4D tensor representing the image data.
The exposure parameter controls the level of exposure adjustment applied to the image. It accepts integer values ranging from -100 to 100, with a default value of 20. A positive value increases the exposure, making the image brighter, while a negative value decreases the exposure, making the image darker. The step size for this parameter is 1, allowing for fine-grained control over the exposure adjustment.
The output is the adjusted image(s) with the applied exposure correction. The output is in the form of an image tensor, similar to the input format. This tensor represents the image data after the exposure adjustment, ready for further processing or final output.
© Copyright 2024 RunComfy. All Rights Reserved.