From 1ea1a5770664976395e1ade75bb7021a9a19e5f6 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Thu, 16 Feb 2023 20:55:05 -0600 Subject: [PATCH] add VAE to extras schema --- api/schemas/extras.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/schemas/extras.yaml b/api/schemas/extras.yaml index 8feb24a3..b0a0f912 100644 --- a/api/schemas/extras.yaml +++ b/api/schemas/extras.yaml @@ -37,6 +37,8 @@ $defs: properties: config: type: string + vae: + type: string upscaling_model: allOf: