Module candle_transformers::models::stable_diffusion::schedulers   
source · Expand description
§Diffusion pipelines and models
Noise schedulers can be used to set the trade-off between inference speed and quality.
Enums§
- This represents how beta ranges from its minimum value to the maximum during training.
 - Time step spacing for the diffusion process.
 
Traits§
- This trait represents a scheduler for the diffusion process.