From 7dea1dc3a2b358eea3078b1c519a3b652e4733b3 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Fri, 1 Mar 2024 11:27:06 -0500 Subject: [PATCH] remove zsntr and vae from example inputs/outputs --- invokeai/app/api/routers/model_manager.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/invokeai/app/api/routers/model_manager.py b/invokeai/app/api/routers/model_manager.py index b5ebb6215e..7d44e7e689 100644 --- a/invokeai/app/api/routers/model_manager.py +++ b/invokeai/app/api/routers/model_manager.py @@ -96,7 +96,6 @@ example_model_config = { "prediction_type": "epsilon", "repo_variant": "fp16", "upcast_attention": False, - "ztsnr_training": False, } example_model_input = { @@ -107,7 +106,6 @@ example_model_input = { "format": "checkpoint", "config": "configs/stable-diffusion/v1-inference.yaml", "description": "Model description", - "vae": None, "variant": "normal", }