mirror of
https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git
synced 2026-03-13 17:20:11 +00:00
Revert "Attempt to use the build-in Lora.networks Lora/LyCORIS models lists (#255)"
This reverts commit 837dc39811.
This commit is contained in:
@@ -30,10 +30,7 @@ except AttributeError:
|
||||
LORA_PATH = None
|
||||
|
||||
try:
|
||||
try:
|
||||
LYCO_PATH = Path(shared.cmd_opts.lyco_dir_backcompat)
|
||||
except:
|
||||
LYCO_PATH = Path(shared.cmd_opts.lyco_dir) # attempt original non-backcompat path
|
||||
LYCO_PATH = Path(shared.cmd_opts.lyco_dir_backcompat)
|
||||
except AttributeError:
|
||||
LYCO_PATH = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user