11 lines
133 B
C#

namespace StableDiffusion.NET;
public enum Schedule
{
Default,
Discrete,
Karras,
Exponential,
AYS,
GITS
}