Save the VAE model to the metadata text file

This commit is contained in:
cmdr2 2022-11-12 13:29:24 +05:30 committed by GitHub
parent 78b464b404
commit 3983cb001f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: