Visit ComfyUI Online for ready-to-use ComfyUI environment
Automated sigma value generation for AI art with smooth transitions using the golden ratio.
The Golden Scheduler is a specialized node designed to generate a sequence of sigma values for sampling processes in AI art generation. It leverages a unique method based on the golden ratio to interpolate between the minimum and maximum sigma values of a model. This approach ensures a smooth and aesthetically pleasing transition in the generated images, enhancing the overall quality and coherence of the output. The Golden Scheduler is particularly beneficial for artists looking to achieve high-quality results with minimal manual adjustments, as it automates the sigma calculation process using a mathematically sound technique.
This parameter specifies the model to be used for generating sigma values. The model should be compatible with the node's requirements and provide access to its sampling object.
This integer parameter determines the number of steps for which sigma values will be generated. The default value is 20, with a minimum of 0 and a maximum of 100000. Increasing the number of steps can lead to finer granularity in the sampling process, potentially improving the quality of the generated images.
This boolean parameter, with a default value of False, indicates whether an additional step should be included in the sigma calculation. When set to True, the number of steps is incremented by one, which can be useful for certain sampling techniques that require an extra step for optimal results.
This output parameter provides the generated sequence of sigma values as a tensor. These values are crucial for the sampling process, as they dictate the noise levels at each step, ultimately influencing the quality and characteristics of the generated images. The sequence includes a final value of 0 to signify the end of the sampling process.
sgm
parameter when you need an additional step in your sampling technique, as it can enhance the final output quality in specific scenarios.steps
parameter is set to a value outside the allowed range.steps
parameter to be within the range of 0 to 100000.sgm
parameter is not a boolean value.sgm
parameter is set to either True or False.© Copyright 2024 RunComfy. All Rights Reserved.