Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhances AI-generated images by tonemapping noise and rescaling guidance for improved visual quality and consistency.
The TonemapNoiseWithRescaleCFG
node is designed to enhance the quality of AI-generated images by applying a tonemapping process to the noise and then rescaling the classifier-free guidance (CFG). This node helps in balancing the noise levels and improving the overall visual quality of the generated images. By tonemapping the noise, it ensures that the noise distribution is more uniform, which can lead to more consistent and visually appealing results. The rescaling of CFG further refines the image by adjusting the guidance scale, ensuring that the final output maintains the desired artistic style and detail. This node is particularly useful for AI artists looking to fine-tune their image generation process to achieve higher quality and more controlled results.
This parameter represents the AI model that will be used for image generation. It is a required input and should be a pre-trained model compatible with the node's functions.
This parameter controls the intensity of the tonemapping process applied to the noise. It is a floating-point value with a default of 1.0, a minimum of 0.0, and a maximum of 100.0. Adjusting this value can help in achieving the desired noise distribution and visual quality in the generated images.
This parameter determines the extent to which the classifier-free guidance (CFG) is rescaled. It is a floating-point value with a default of 1.0, a minimum of 0.0, and a maximum of 1.0. Modifying this value allows for fine-tuning the balance between the original and rescaled CFG, impacting the final image's style and detail.
The output is the modified AI model with the applied tonemapping and rescaled CFG functions. This model can then be used for generating images with improved noise distribution and refined guidance, leading to higher quality results.
tonemap_multiplier
values to find the optimal noise distribution for your specific artistic style.rescale_multiplier
to balance between the original and rescaled CFG, which can help in achieving the desired level of detail and style in the final image.TonemapNoiseWithRescaleCFG
node.tonemap_multiplier
value is set outside the allowed range (0.0 to 100.0).tonemap_multiplier
value to be within the specified range.rescale_multiplier
value is set outside the allowed range (0.0 to 1.0).rescale_multiplier
value to be within the specified range.© Copyright 2024 RunComfy. All Rights Reserved.