mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2025-12-13 05:48:40 +00:00
8 lines
121 B
C#
8 lines
121 B
C#
namespace StableDiffusion.NET;
|
|
|
|
public enum DiffusionModelType
|
|
{
|
|
None = 0,
|
|
StableDiffusion = 1,
|
|
Flux = 2
|
|
} |