Revert "Attempt to use the build-in Lora.networks Lora/LyCORIS models lists (#255)"

This reverts commit 837dc39811.
This commit is contained in:
DominikDoom
2023-12-10 22:49:30 +01:00
parent 837dc39811
commit edf76d9df2
2 changed files with 6 additions and 67 deletions

View File

@@ -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