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: