Module schedulers

Module schedulers 

Source
Expand description

§Diffusion pipelines and models

Noise schedulers can be used to set the trade-off between inference speed and quality.

Enums§

BetaSchedule
This represents how beta ranges from its minimum value to the maximum during training.
PredictionType
TimestepSpacing
Time step spacing for the diffusion process.

Traits§

Scheduler
This trait represents a scheduler for the diffusion process.
SchedulerConfig