Visit ComfyUI Online for ready-to-use ComfyUI environment
Dynamic scheduling of CFG scale for nuanced AI art generation guidance.
The ScheduledCFGGuider __Inspire node is designed to provide a flexible and dynamic approach to guidance during the sampling process in AI art generation. This node allows you to schedule changes in the Classifier-Free Guidance (CFG) scale over the course of the sampling process, enabling more nuanced and controlled generation of images. By adjusting the CFG scale according to a specified schedule, you can influence the strength of the guidance applied, which can help in achieving more refined and desired artistic outcomes. The node supports different scheduling methods, such as linear, logarithmic, and exponential, providing you with the flexibility to tailor the guidance to your specific needs and artistic vision.
This parameter specifies the model to be used for the sampling process. The model is the core component that generates the images based on the provided conditioning inputs.
This parameter represents the positive conditioning input, which guides the model towards generating images that align with the desired characteristics or features specified in this conditioning.
This parameter represents the negative conditioning input, which guides the model to avoid certain characteristics or features specified in this conditioning, helping to refine the output by steering it away from undesired elements.
This parameter defines the noise levels (sigmas) used during the sampling process. It plays a crucial role in the denoising steps, affecting the quality and characteristics of the generated images.
This parameter sets the initial value of the Classifier-Free Guidance (CFG) scale at the start of the sampling process. The default value is 6.5, with a minimum of 0.0 and a maximum of 100.0. Adjusting this value influences the initial strength of the guidance applied to the model.
This parameter sets the final value of the Classifier-Free Guidance (CFG) scale at the end of the sampling process. The default value is 1.0, with a minimum of 0.0 and a maximum of 100.0. This value determines the strength of the guidance as the sampling process concludes.
This parameter specifies the method used to transition the CFG scale from the initial value (from_cfg
) to the final value (to_cfg
). The available options are "linear", "log", and "exp", with "log" being the default. Each method provides a different way to interpolate the CFG scale over the sampling steps, affecting the overall guidance dynamics.
This output is the configured guider object that encapsulates the scheduled CFG guidance logic. It is used during the sampling process to apply the specified guidance schedule to the model.
This output returns the noise levels (sigmas) used during the sampling process. These values are essential for the denoising steps and directly impact the quality and characteristics of the generated images.
schedule
options (linear, log, exp) to see how they affect the final image. Each method can produce significantly different results.from_cfg
and to_cfg
values to control the strength of the guidance at different stages of the sampling process. Higher values generally result in stronger guidance.positive
and negative
conditioning inputs to fine-tune the characteristics of the generated images. Positive conditioning can enhance desired features, while negative conditioning can suppress unwanted elements.from_cfg
or to_cfg
values are outside the acceptable range.from_cfg
and to_cfg
values to be within the specified range (0.0 to 100.0). Ensure that the values are correctly formatted and within the acceptable limits.© Copyright 2024 RunComfy. All Rights Reserved.