mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2026-02-04 02:43:34 +00:00
11 lines
148 B
C#
11 lines
148 B
C#
namespace StableDiffusion.NET;
|
|
|
|
public enum CacheMode
|
|
{
|
|
Disabled = 0,
|
|
EasyCache,
|
|
UCache,
|
|
DBCache,
|
|
Taylorseer,
|
|
CacheDit,
|
|
} |