Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The AlignYourStepsScheduler node generates sigma values for the denoising process based on different model types. It calculates appropriate noise levels for each step of the sampling process and adjusts the total number of steps according to the denoise parameter. This helps align the sampling steps with the specific requirements of different diffusion models.

Inputs

ParameterData TypeInput TypeDefaultRangeDescription
model_typeSTRINGCOMBO-SD1, SDXL, SVDSpecifies the type of model to use for sigma calculation
stepsINTINT101-10000The total number of sampling steps to generate
denoiseFLOATFLOAT1.00.0-1.0Controls how much to denoise the image, where 1.0 uses all steps and lower values use fewer steps

Outputs

Output NameData TypeDescription
sigmasSIGMASReturns the calculated sigma values for the denoising process