Visit ComfyUI Online for ready-to-use ComfyUI environment
Configure guidance parameters for Sonar sampling process to enhance AI art quality and align with creative vision.
The SonarGuidanceConfig
node is designed to configure the guidance parameters for the Sonar sampling process, which is essential for generating high-quality AI art. This node allows you to fine-tune the guidance settings, such as the type of guidance, the intensity factor, and the specific steps during which the guidance is applied. By adjusting these parameters, you can influence the behavior of the Sonar sampler, ensuring that the generated art aligns more closely with your creative vision. The node is particularly useful for artists looking to experiment with different guidance techniques to achieve unique and refined results.
The factor
parameter is a floating-point value that determines the intensity of the guidance applied during the sampling process. A higher factor increases the influence of the guidance, while a lower factor reduces it. The default value is 0.01, with a minimum of -2.0 and a maximum of 2.0. Adjusting this parameter allows you to control how strongly the guidance affects the generated art, enabling you to fine-tune the output to your liking.
The guidance_type
parameter specifies the type of guidance to be used during the sampling process. It accepts a tuple of guidance types, such as linear
and euler
. This parameter allows you to choose the most suitable guidance method for your specific artistic needs, providing flexibility in the creative process.
The start_step
parameter is an integer that defines the step at which the guidance begins to be applied. The default value is 1, and the minimum value is also 1. This parameter is crucial for controlling the timing of the guidance, ensuring that it starts influencing the sampling process at the desired point.
The end_step
parameter is an integer that specifies the step at which the guidance stops being applied. The default value is 9999, with a minimum value of 1. This parameter allows you to set the duration of the guidance, giving you control over how long the guidance affects the sampling process.
The latent
parameter is a tensor that represents the latent space in which the guidance is applied. This parameter is essential for defining the reference latent space, which influences the generated art's characteristics. By providing a specific latent tensor, you can guide the sampling process to produce results that align with your artistic vision.
The SONAR_GUIDANCE_CFG
output parameter is a configuration object that encapsulates all the guidance settings specified through the input parameters. This configuration is used by the Sonar sampler to apply the desired guidance during the sampling process. The output ensures that the sampler has all the necessary information to generate art that meets your specified criteria.
factor
values to see how the intensity of the guidance affects your generated art. Small adjustments can lead to significant changes in the output.guidance_type
options to find the method that best suits your artistic style. Each type can produce unique effects.start_step
and end_step
parameters to control the timing and duration of the guidance. This can help you achieve more precise and controlled results.latent
tensor to guide the sampling process effectively. The quality of the latent space can significantly impact the final output.factor
value provided is outside the allowed range.factor
value is between -2.0 and 2.0.guidance_type
provided is not recognized.guidance_type
is one of the accepted values, such as linear
or euler
.start_step
value is less than 1. - Solution: Set the start_step
value to 1 or higher.end_step
value is less than 1. - Solution: Set the end_step
value to 1 or higher.latent
parameter is missing or not provided.© Copyright 2024 RunComfy. All Rights Reserved.