mirror of
https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git
synced 2026-01-26 19:19:57 +00:00
lyco_path fix
This commit is contained in:
@@ -30,7 +30,7 @@ except AttributeError:
|
||||
LORA_PATH = None
|
||||
|
||||
try:
|
||||
LYCO_PATH = Path(shared.cmd_opts.lyco_dir)
|
||||
LYCO_PATH = Path(shared.cmd_opts.lyco_dir_backcompat)
|
||||
except AttributeError:
|
||||
LYCO_PATH = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user