1
0
Fork 0

fix(api): add convertible pipelines to extras schema

This commit is contained in:
Sean Sube 2023-04-30 21:23:44 -05:00
parent ff57a481ab
commit a57d90ca02
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 8 additions and 2 deletions

View File

@ -91,8 +91,14 @@ $defs:
pipeline: pipeline:
type: string type: string
enum: [ enum: [
image, controlnet,
inpaint img2img,
inpaint,
lpw,
panorama,
pix2pix,
txt2img,
upscale,
] ]
vae: vae:
type: string type: string