Ionite
1 year ago
1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@
|
||||
using System.Text.Json.Serialization; |
||||
using StabilityMatrix.Core.Converters.Json; |
||||
|
||||
namespace StabilityMatrix.Core.Models.Api.Comfy; |
||||
|
||||
[JsonConverter(typeof(DefaultUnknownEnumConverter<ComfyUpscalerType>))] |
||||
public enum ComfyUpscalerType |
||||
{ |
||||
Unknown, |
||||
Latent, |
||||
ESRGAN |
||||
} |
Loading…
Reference in new issue