1
0
Fork 0

fix(api): make format list in schema match code

This commit is contained in:
Sean Sube 2023-03-26 08:28:14 -05:00
parent 8c3c0de5d0
commit 580d621209
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ $defs:
properties: properties:
format: format:
type: string type: string
enum: [onnx, pth, ckpt, safetensors] enum: [bin, ckpt, onnx, pt, pth, safetensors]
half: half:
type: boolean type: boolean
label: label:
@ -107,7 +107,7 @@ $defs:
properties: properties:
format: format:
type: string type: string
enum: [ckpt, safetensors] enum: [bin, ckpt, onnx, pt, pth, safetensors]
model: model:
type: string type: string
enum: [ enum: [