Inputs
Outputs
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The KarrasScheduler node is designed to generate a sequence of noise levels (sigmas) based on the Karras et al. (2022) noise schedule.
| Parameter | Description | Data Type |
|---|---|---|
steps | Specifies the number of steps in the noise schedule, affecting the granularity of the generated sigmas sequence. | INT |
sigma_max | The maximum sigma value in the noise schedule, setting the upper bound of noise levels. | FLOAT |
sigma_min | The minimum sigma value in the noise schedule, setting the lower bound of noise levels. | FLOAT |
rho | A parameter that controls the shape of the noise schedule curve, influencing how noise levels progress from sigma_min to sigma_max. | FLOAT |
| Parameter | Description | Data Type |
|---|---|---|
sigmas | The generated sequence of noise levels (sigmas) following the Karras et al. (2022) noise schedule. | SIGMAS |
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Was this page helpful?