11 lines
148 B
C#

namespace StableDiffusion.NET;
public enum CacheMode
{
Disabled = 0,
EasyCache,
UCache,
DBCache,
Taylorseer,
CacheDit,
}