mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-08 05:12:35 +00:00
Minor changes
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user