This commit is contained in:
cmdr2
2022-11-12 13:31:59 +05:30
committed by GitHub
parent 3983cb001f
commit a19ba40672

View File

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