Visit ComfyUI Online for ready-to-use ComfyUI environment
Adjust image exposure with precision, tonemapping support for HDR images, enhancing visual quality and mood.
The ExposureAdjust
node is designed to modify the exposure of images, allowing you to brighten or darken them by adjusting the exposure stops. This node is particularly useful for fine-tuning the lighting and overall appearance of your images, ensuring they meet your artistic vision. It supports both sRGB and linear color spaces, and offers optional tonemapping to handle high dynamic range (HDR) images effectively. By leveraging this node, you can achieve precise control over the exposure levels, enhancing the visual quality and mood of your images.
This parameter accepts the input image(s) that you want to adjust. The images should be in a format compatible with the node's processing capabilities.
This parameter controls the exposure adjustment in stops. A positive value will increase the exposure (brighten the image), while a negative value will decrease the exposure (darken the image). The range is from -100 to 100, with a default value of 0.0, and it can be adjusted in increments of 0.01.
This parameter specifies the color space of the input image. It can be set to either "sRGB" or "linear". Choosing the correct input mode ensures that the exposure adjustment is applied accurately based on the image's color space.
This parameter determines the color space of the output image. It can be set to either "sRGB" or "linear". Selecting the appropriate output mode ensures that the adjusted image is correctly formatted for further processing or display.
This boolean parameter indicates whether to apply tonemapping to the image. Tonemapping is useful for handling HDR images by compressing their dynamic range to a more manageable level. The default value is False.
This parameter sets the scale for tonemapping when use_tonemap
is enabled. It adjusts the intensity of the tonemapping effect, with a range from 0.1 to 10 and a default value of 1.0. The scale can be fine-tuned in increments of 0.01.
The output of this node is the adjusted image with the specified exposure changes applied. The image will be in the color space defined by the output_mode
parameter, and if tonemapping was enabled, it will also reflect those adjustments.
stops
parameter to avoid overexposing or underexposing your image.use_tonemap
and adjust the tonemap_scale
to achieve a balanced dynamic range.input_mode
and output_mode
are correctly set to match the color space of your images to maintain color accuracy.stops
parameter value is outside the allowed range of -100 to 100.stops
value to be within the valid range.tonemap_scale
parameter value is outside the allowed range of 0.1 to 10.tonemap_scale
value within the valid range to ensure proper tonemapping.input_mode
and output_mode
parameters are not set correctly, leading to inaccurate color adjustments.input_mode
and output_mode
parameters to match the color space of your images.© Copyright 2024 RunComfy. All Rights Reserved.