mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-07-18 15:14:19 +02:00
Save the VAE model to the metadata text file
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user