mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 11:12:35 +00:00
Misc
Misc
This commit is contained in:
@@ -154,8 +154,7 @@ def load_vae(model, vae_file=None):
|
||||
if vae_opt not in vae_dict:
|
||||
vae_dict[vae_opt] = vae_file
|
||||
vae_list.append(vae_opt)
|
||||
# shared.opts.data['sd_vae'] = vae_opt
|
||||
else:
|
||||
elif loaded_vae_file:
|
||||
restore_base_vae(model)
|
||||
|
||||
loaded_vae_file = vae_file
|
||||
|
Reference in New Issue
Block a user