Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance image clarity and definition by emphasizing edges and fine details with adjustable intensity and radius.
The Sharpen node is designed to enhance the clarity and definition of your images by emphasizing edges and fine details. This node is particularly useful for AI artists looking to add a crisp, polished look to their artwork. By applying a sharpening filter, the node increases the contrast between adjacent pixels, making the image appear more defined and visually striking. The Sharpen node allows you to control the intensity and radius of the sharpening effect, providing flexibility to achieve the desired level of detail enhancement. This can be especially beneficial for highlighting intricate patterns, textures, and other fine elements in your images.
This parameter represents the input image that you want to sharpen. The image should be in the form of a tensor, which is a multi-dimensional array used to store the pixel data.
The sharpen_radius
parameter controls the size of the area around each pixel that will be considered when applying the sharpening effect. A larger radius will result in a more pronounced sharpening effect, but it may also introduce more noise. The value for this parameter can range from 1 to 15, with a default value of 1. Adjusting this parameter allows you to fine-tune the extent of the sharpening effect.
The alpha
parameter determines the intensity of the sharpening effect. A higher alpha value will result in a stronger sharpening effect, making the edges and details more prominent. The value for this parameter can range from 0.1 to 5.0, with a default value of 1.0. This parameter allows you to control the overall strength of the sharpening applied to the image.
The output is the sharpened image, which is returned as a tensor. This image will have enhanced edges and details based on the specified sharpen_radius
and alpha
parameters. The result is a more defined and visually appealing image that highlights fine details and textures.
sharpen_radius
values to find the optimal balance between detail enhancement and noise introduction.alpha
value for subtle sharpening effects and a higher value for more dramatic enhancements.sharpen_radius
value is outside the allowed range of 1 to 15. - Solution: Adjust the sharpen_radius
value to be within the range of 1 to 15.alpha
value is outside the allowed range of 0.1 to 5.0.alpha
value to be within the range of 0.1 to 5.0.© Copyright 2024 RunComfy. All Rights Reserved.