Table of Contents

Enum DiffusionSchedulerType

Namespace
AiDotNet.AutoML
Assembly
AiDotNet.dll

Represents the type of scheduler for diffusion sampling.

public enum DiffusionSchedulerType

Fields

DDIM = 1

DDIM (Denoising Diffusion Implicit Models) scheduler.

DDPM = 0

DDPM (Denoising Diffusion Probabilistic Models) scheduler.

DPMSolver = 4

DPM-Solver++ multi-step scheduler.

Euler = 2

Euler discrete scheduler.

EulerAncestral = 3

Euler ancestral discrete scheduler.

LCM = 5

LCM (Latent Consistency Models) scheduler.