From 3983cb001fb264f095bb2cc0cda5b05f75b01d2e Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Sat, 12 Nov 2022 13:29:24 +0530 Subject: [PATCH] Save the VAE model to the metadata text file --- ui/sd_internal/runtime.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/sd_internal/runtime.py b/ui/sd_internal/runtime.py index 847ddb79..0e09b915 100644 --- a/ui/sd_internal/runtime.py +++ b/ui/sd_internal/runtime.py @@ -740,6 +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} ''' try: with open(meta_out_path, 'w', encoding='utf-8') as f: