Visit ComfyUI Online for ready-to-use ComfyUI environment
Apply intense smoothing effect to images for polished, refined look with reduced noise using PIL's SMOOTH_MORE method.
The ImageFilterSmoothMore
node is designed to apply a more intense smoothing effect to your images, enhancing the overall softness and reducing noise. This node is particularly useful when you want to achieve a more polished and refined look in your images, making them appear smoother and more visually appealing. By leveraging the ImageFilter.SMOOTH_MORE
method from the PIL library, this node provides a higher degree of smoothing compared to the standard smooth filter, making it ideal for applications where a more pronounced smoothing effect is desired.
The images
parameter is the primary input for the ImageFilterSmoothMore
node. It accepts a list of images that you want to apply the smoothing effect to. This parameter is required and should be provided in the form of image tensors. The node processes each image in the list, applying the ImageFilter.SMOOTH_MORE
filter to achieve a higher level of smoothness. There are no specific minimum, maximum, or default values for this parameter, as it simply requires the images you wish to process.
The output of the ImageFilterSmoothMore
node is a list of images that have been processed with the ImageFilter.SMOOTH_MORE
filter. This output retains the same format as the input images but with a significantly smoother appearance. The primary function of this output is to provide you with images that have reduced noise and a more polished look, making them suitable for various artistic and professional applications.
ImageFilterSmoothMore
node on images that require a higher degree of smoothing, such as portraits or images with a lot of fine details that need to be softened.ImageFilterSharpen
, to create a balanced effect where certain areas of the image are smoothed while others are sharpened for contrast.ImageFilter.SMOOTH_MORE
method.© Copyright 2024 RunComfy. All Rights Reserved.