From a19ba40672687d60955f7a3c1e5e8591af9de3d9 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Sat, 12 Nov 2022 13:31:59 +0530 Subject: [PATCH] Typo --- ui/sd_internal/runtime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/sd_internal/runtime.py b/ui/sd_internal/runtime.py index 0e09b915..d16fd3fb 100644 --- a/ui/sd_internal/runtime.py +++ b/ui/sd_internal/runtime.py @@ -740,7 +740,7 @@ Use Upscaling: {req.use_upscale} Sampler: {req.sampler} Negative Prompt: {req.negative_prompt} Stable Diffusion model: {req.use_stable_diffusion_model + '.ckpt'} -VAE model: {req.vae_model} +VAE model: {req.use_vae_model} ''' try: with open(meta_out_path, 'w', encoding='utf-8') as f: