16 lines
203 B
C#

namespace StableDiffusion.NET;
public enum Scheduler
{
Discrete,
Karras,
Exponential,
AYS,
GITS,
SGM_Uniform,
Simple,
Smoothstep,
KlOptimal,
LCM,
Default
}