forked from extern/easydiffusion
Save the VAE model to the metadata text file
This commit is contained in:
parent
78b464b404
commit
3983cb001f
@ -740,6 +740,7 @@ Use Upscaling: {req.use_upscale}
|
|||||||
Sampler: {req.sampler}
|
Sampler: {req.sampler}
|
||||||
Negative Prompt: {req.negative_prompt}
|
Negative Prompt: {req.negative_prompt}
|
||||||
Stable Diffusion model: {req.use_stable_diffusion_model + '.ckpt'}
|
Stable Diffusion model: {req.use_stable_diffusion_model + '.ckpt'}
|
||||||
|
VAE model: {req.vae_model}
|
||||||
'''
|
'''
|
||||||
try:
|
try:
|
||||||
with open(meta_out_path, 'w', encoding='utf-8') as f:
|
with open(meta_out_path, 'w', encoding='utf-8') as f:
|
||||||
|
Loading…
Reference in New Issue
Block a user