Ionite
12 months ago
committed by
GitHub
4 changed files with 13 additions and 3 deletions
@ -1,12 +1,14 @@
|
||||
using System.Text.Json.Serialization; |
||||
using StabilityMatrix.Core.Converters.Json; |
||||
|
||||
namespace StabilityMatrix.Core.Models.Api; |
||||
|
||||
|
||||
[JsonConverter(typeof(JsonStringEnumConverter))] |
||||
[JsonConverter(typeof(DefaultUnknownEnumConverter<CivitModelFormat>))] |
||||
public enum CivitModelFormat |
||||
{ |
||||
Unknown, |
||||
SafeTensor, |
||||
PickleTensor, |
||||
Diffusers, |
||||
Other |
||||
} |
||||
|
Loading…
Reference in new issue