mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
skip override for same items, handle taesd
This commit is contained in:
@@ -111,6 +111,8 @@ def find_vae_near_checkpoint(checkpoint_file):
|
||||
|
||||
|
||||
def resolve_vae(checkpoint_file):
|
||||
if shared.opts.sd_vae == 'TAESD':
|
||||
return None, None
|
||||
if shared.cmd_opts.vae is not None: # 1st
|
||||
return shared.cmd_opts.vae, 'forced'
|
||||
if shared.opts.sd_vae == "None": # 2nd
|
||||
|
||||
Reference in New Issue
Block a user