Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance image sharpness with Topaz Image AI algorithms, fine-tune parameters for detailed, clear visuals in artwork and photos.
TopazSharpenSettings is a node designed to enhance the sharpness of images using advanced algorithms provided by Topaz Image AI. This node allows you to fine-tune various sharpening parameters to achieve the desired level of detail and clarity in your images. By adjusting settings such as model type, compression, lens blur, and noise reduction, you can significantly improve the visual quality of your images, making them crisper and more defined. This node is particularly useful for AI artists looking to enhance the finer details in their artwork or photographs, ensuring that the final output is both visually appealing and professionally polished.
This parameter determines whether the sharpening feature is enabled or not. It accepts two options: true
or false
, with the default being true
. When set to true
, the sharpening process is applied to the image; otherwise, it is skipped.
Specifies the sharpening model to be used. Available options include Standard
, Standard V2
, High Fidelity
, High Fidelity V2
, and Low Resolution
, with the default being Standard V2
. Each model is optimized for different types of images and sharpening needs, allowing you to choose the one that best suits your project.
This parameter controls the level of compression applied during the sharpening process. It accepts a floating-point value with a default of 0.0
. Higher values result in more compression, which can affect the quality and sharpness of the final image.
Indicates whether the image has lens blur. This parameter accepts a boolean value (true
or false
), with the default being false
. When set to true
, the sharpening algorithm takes lens blur into account, providing better results for images affected by lens blur.
Controls the amount of lens blur to be considered during sharpening. It accepts a floating-point value with a default of 0.0
. Higher values indicate more lens blur, which the algorithm will attempt to correct.
Specifies whether a mask should be used during sharpening. This parameter accepts a boolean value (true
or false
), with the default being false
. When set to true
, a mask is applied to selectively sharpen parts of the image.
Controls the amount of motion blur to be considered during sharpening. It accepts a floating-point value with a default of 0.0
. Higher values indicate more motion blur, which the algorithm will attempt to correct.
Specifies the level of noise reduction to be applied during sharpening. It accepts a floating-point value with a default of 0.0
. Higher values result in more noise reduction, which can help in producing cleaner and sharper images.
This parameter controls the overall strength of the sharpening effect. It accepts a floating-point value with a default of 0.0
. Higher values result in a stronger sharpening effect, making the image appear crisper.
Controls the level of denoising to be applied during sharpening. It accepts a floating-point value with a default of 0.0
. Higher values result in more denoising, which can help in reducing unwanted noise while sharpening the image.
This output parameter returns the configured sharpening settings as an instance of TopazSharpenSettings
. It encapsulates all the input parameters and their values, providing a comprehensive overview of the sharpening configuration used.
strength
parameter incrementally to avoid over-sharpening, which can introduce artifacts.noise
and denoise
parameters together to balance sharpness and noise reduction for cleaner results.is_lens
and adjust lensblur
if your image has noticeable lens blur to achieve better correction.Standard
, Standard V2
, High Fidelity
, High Fidelity V2
, or Low Resolution
.is_lens
or mask
is not a valid boolean.is_lens
and mask
are either true
or false
.strength
parameter to a lower value to avoid over-sharpening.© Copyright 2024 RunComfy. All Rights Reserved.