Visit ComfyUI Online for ready-to-use ComfyUI environment
Apply LUT for color grading effects, blend images for versatile color transformations, support logarithmic adjustments.
The ProPostApplyLUT node is designed to apply a Look-Up Table (LUT) to an image, allowing you to achieve sophisticated color grading effects. This node is particularly useful for enhancing the visual aesthetics of your images by adjusting their color tones and contrasts based on predefined LUTs. By blending the original image with the LUT-applied image, you can control the intensity of the effect, making it a versatile tool for both subtle and dramatic color transformations. The node also supports logarithmic adjustments, which can be beneficial for working with images in different color spaces or dynamic ranges.
This parameter represents the input image to which the LUT will be applied. The image should be in a tensor format, typically with dimensions corresponding to batch size, height, width, and color channels.
This parameter specifies the name of the LUT file to be applied to the image. The LUT file should be located in the directory specified by folder_paths.get_filename_list("luts")
. The LUT file contains the color transformation data that will be used to adjust the image's colors.
This parameter controls the intensity of the LUT effect on the image. It is a floating-point value ranging from 0.0 to 1.0, where 0.0 means no effect (original image) and 1.0 means full effect (completely LUT-applied image). The default value is 1.0, allowing for maximum color transformation.
This boolean parameter determines whether logarithmic adjustments should be applied to the image before and after the LUT application. When set to True
, the image undergoes a gamma correction process, which can be useful for images in different color spaces. The default value is False
.
The output is the image with the LUT applied, returned in the same tensor format as the input image. This output image reflects the color transformations specified by the LUT and the blending strength, providing a visually enhanced version of the original image.
strength
parameter to a lower value, such as 0.2 or 0.3.log
parameter for images that require gamma correction, especially if you are working with high dynamic range (HDR) images.folder_paths.get_filename_list("luts")
.strength
parameter is set to a value outside the allowed range of 0.0 to 1.0.strength
parameter to a value within the range of 0.0 to 1.0.© Copyright 2024 RunComfy. All Rights Reserved.