Ionite
1 year ago
2 changed files with 23 additions and 0 deletions
@ -0,0 +1,17 @@
|
||||
using System.Diagnostics.CodeAnalysis; |
||||
|
||||
namespace StabilityMatrix.Models; |
||||
|
||||
[SuppressMessage("ReSharper", "InconsistentNaming")] |
||||
[SuppressMessage("ReSharper", "IdentifierTypo")] |
||||
public enum SharedFolderType |
||||
{ |
||||
StableDiffusion, |
||||
Lora, |
||||
LyCORIS, |
||||
ESRGAN, |
||||
RealESRGAN, |
||||
SwinIR, |
||||
VAE, |
||||
ApproxVAE, |
||||
} |
Loading…
Reference in new issue