mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2026-03-24 02:08:49 +00:00
16 lines
203 B
C#
16 lines
203 B
C#
namespace StableDiffusion.NET;
|
|
|
|
public enum Scheduler
|
|
{
|
|
Discrete,
|
|
Karras,
|
|
Exponential,
|
|
AYS,
|
|
GITS,
|
|
SGM_Uniform,
|
|
Simple,
|
|
Smoothstep,
|
|
KlOptimal,
|
|
LCM,
|
|
Default
|
|
} |