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: