Enum DiffusionSchedulerType
Represents the type of scheduler for diffusion sampling.
public enum DiffusionSchedulerType
Fields
DDIM = 1DDIM (Denoising Diffusion Implicit Models) scheduler.
DDPM = 0DDPM (Denoising Diffusion Probabilistic Models) scheduler.
DPMSolver = 4DPM-Solver++ multi-step scheduler.
Euler = 2Euler discrete scheduler.
EulerAncestral = 3Euler ancestral discrete scheduler.
LCM = 5LCM (Latent Consistency Models) scheduler.