aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorSakura-Luna <53183413+Sakura-Luna@users.noreply.github.com>2023-05-15 03:04:34 +0800
committerGitHub <noreply@github.com>2023-05-15 03:04:34 +0800
commit742da3193290f5692901c4c614c98bec291163f2 (patch)
treec31cb600712537fa4c4bb9495f93d893db8de31c /modules
parentbd9b9d425a355e151b43047a5df5fcead2fcdc52 (diff)
Minor changes
Diffstat (limited to 'modules')
-rw-r--r--modules/sd_vae_taesd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sd_vae_taesd.py b/modules/sd_vae_taesd.py
index ccc97959..927a7298 100644
--- a/modules/sd_vae_taesd.py
+++ b/modules/sd_vae_taesd.py
@@ -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