mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2026-03-24 02:08:49 +00:00
8 lines
105 B
C#
8 lines
105 B
C#
namespace StableDiffusion.NET;
|
|
|
|
public enum LoraApplyMode
|
|
{
|
|
Auto,
|
|
Immediately,
|
|
AtRuntime
|
|
} |