mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2025-12-13 05:48:40 +00:00
11 lines
133 B
C#
11 lines
133 B
C#
namespace StableDiffusion.NET;
|
|
|
|
public enum Schedule
|
|
{
|
|
Default,
|
|
Discrete,
|
|
Karras,
|
|
Exponential,
|
|
AYS,
|
|
GITS
|
|
} |