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 ManualSigmas node allows you to manually define a custom sequence of noise levels (sigmas) for the sampling process. You input a list of numbers as a string, and the node converts them into a tensor that can be used by other sampling nodes. This is useful for testing or creating specific noise schedules.

Inputs

ParameterData TypeRequiredRangeDescription
sigmasSTRINGYesAny comma or space-separated numbersA string containing the sigma values. The node will extract all numbers from this string. For example, “1, 0.5, 0.1” or “1 0.5 0.1”. The default value is “1, 0.5”.

Outputs

Output NameData TypeDescription
sigmasSIGMASThe tensor containing the sequence of sigma values extracted from the input string.