mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
Minor changes
This commit is contained in:
parent
bd9b9d425a
commit
742da31932
2 changed files with 2 additions and 2 deletions
|
|
@ -71,6 +71,6 @@ def decode():
|
|||
sd_vae_taesd.eval()
|
||||
sd_vae_taesd.to(devices.device, devices.dtype)
|
||||
else:
|
||||
raise FileNotFoundError('Tiny AE mdoel not found')
|
||||
raise FileNotFoundError('Tiny AE model not found')
|
||||
|
||||
return sd_vae_taesd.decoder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue