Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance images with Kuwahara filter for noise reduction and edge preservation.
The ImageMagick Kuwahara node is a powerful tool designed to enhance images by applying the Kuwahara filter, which is known for its ability to reduce noise while preserving edges. This filter works by dividing the image into overlapping regions and calculating the mean and variance within each region. The pixel value is then replaced with the mean value of the region with the smallest variance, resulting in a smoothing effect that maintains important details. This makes the Kuwahara filter particularly useful for artistic applications where you want to achieve a painterly effect or reduce noise without losing the sharpness of edges.
This parameter represents the input image that you want to apply the Kuwahara filter to. The image should be in a compatible format that the node can process.
The radius
parameter controls the size of the regions used in the Kuwahara filter. A larger radius will result in a stronger smoothing effect, while a smaller radius will preserve more details. The value can range from 0.0 to 1024, with a default value of 1.0. Adjusting this parameter allows you to fine-tune the balance between noise reduction and detail preservation.
The sigma
parameter is used to control the standard deviation of the Gaussian function applied within the regions. A higher sigma value will result in a more pronounced smoothing effect. The value can range from 0.0 to 1024, with a default value of 0. Adjusting this parameter can help in achieving the desired level of smoothness in the output image.
The output parameter is the processed image with the Kuwahara filter applied. This image will have reduced noise and preserved edges, resulting in a smoother and more visually appealing result. The output image can be used directly in your artistic projects or further processed with other nodes.
radius
values to find the optimal balance between noise reduction and detail preservation for your specific image.sigma
value if you want to maintain more of the original texture and details in the image.Sharpen
or Contrast
, to enhance the overall quality and artistic effect of your image.Invalid image format
Radius value out of range
radius
parameter is set to a value outside the allowed range.radius
parameter to be within the range of 0.0 to 1024.Sigma value out of range
sigma
parameter is set to a value outside the allowed range.sigma
parameter to be within the range of 0.0 to 1024.© Copyright 2024 RunComfy. All Rights Reserved.