mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2025-12-12 21:38:45 +00:00
10 lines
123 B
C#
10 lines
123 B
C#
namespace StableDiffusion.NET;
|
|
|
|
public enum Schedule
|
|
{
|
|
Default,
|
|
Discrete,
|
|
Karras,
|
|
AYS,
|
|
N_Schedules
|
|
} |