aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_vae.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-01-14 17:00:12 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-01-14 17:00:12 +0000
commitf8c512478568293155539f616dce26c5e4495055 (patch)
tree77a940596b8ac921fc795dee0ee9d8295be23066 /modules/sd_vae.py
parenta5bbcd215304e0c83ab2b9fe7f172f88536d7629 (diff)
downloadstable-diffusion-webui-gfx803-f8c512478568293155539f616dce26c5e4495055.tar.gz
stable-diffusion-webui-gfx803-f8c512478568293155539f616dce26c5e4495055.tar.bz2
stable-diffusion-webui-gfx803-f8c512478568293155539f616dce26c5e4495055.zip
typo?
Diffstat (limited to 'modules/sd_vae.py')
-rw-r--r--modules/sd_vae.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sd_vae.py b/modules/sd_vae.py
index 6ea92711..add5cecf 100644
--- a/modules/sd_vae.py
+++ b/modules/sd_vae.py
@@ -95,7 +95,7 @@ def resolve_vae(checkpoint_file):
return shared.cmd_opts.vae_path, 'from commandline argument'
vae_near_checkpoint = find_vae_near_checkpoint(checkpoint_file)
- if vae_near_checkpoint is not None and (shared.opts.sd_vae_as_default or shared.opts.sd_vae == "auto"):
+ if vae_near_checkpoint is not None and (shared.opts.sd_vae_as_default or shared.opts.sd_vae == "Automatic"):
return vae_near_checkpoint, 'found near the checkpoint'
if shared.opts.sd_vae == "None":