Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance AI-generated images by subtracting mean value to reduce noise and improve clarity within specified sigma range.
The Post CFG subtract mean node is designed to enhance the quality of your AI-generated images by adjusting the denoised output of your model. This node works by subtracting the mean value from the denoised results, which can help in reducing noise and improving the overall clarity of the generated images. The node operates within a specified range of sigma values, allowing you to control when the mean subtraction is applied. This can be particularly useful in fine-tuning the denoising process to achieve more aesthetically pleasing results. The node can be enabled or disabled based on your needs, providing flexibility in its application.
This parameter represents the AI model that will be used for generating images. The model is the core component that processes the input data and produces the denoised output.
This parameter defines the upper limit of the sigma range within which the mean subtraction will be applied. It is a floating-point value with a default of 15.0, a minimum of 0.0, and a maximum of 1000.0. Adjusting this value allows you to control the threshold at which the mean subtraction starts, impacting the level of noise reduction in the generated images.
This parameter sets the lower limit of the sigma range for applying the mean subtraction. It is a floating-point value with a default of 1.0, a minimum of 0.0, and a maximum of 1000.0. By configuring this value, you can determine the point at which the mean subtraction stops, providing finer control over the denoising process.
This boolean parameter enables or disables the mean subtraction functionality. When set to True (default), the node will perform the mean subtraction within the specified sigma range. If set to False, the node will bypass the mean subtraction, allowing the model to generate images without this additional processing.
The output is the modified AI model with the mean subtraction functionality applied. This model will produce denoised images with the mean value subtracted from the denoised results, leading to potentially clearer and more refined outputs.
start_at_sigma
and end_at_sigma
to find the best range for your specific use case.enabled
parameter to False to compare the results with and without mean subtraction.© Copyright 2024 RunComfy. All Rights Reserved.