mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 04:11:15 -08:00
typo?
This commit is contained in:
parent
a5bbcd2153
commit
f8c5124785
1 changed files with 1 additions and 1 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue