Skip to content

Commit

Permalink
Merge pull request #285 from Haidra-Org/detect-incorrect-lora-json-lo…
Browse files Browse the repository at this point in the history
…cation

fix: exit on legacy lora move
  • Loading branch information
tazlin authored Aug 2, 2023
2 parents 699b552 + 3493c98 commit e0186c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bridge_stable_diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def check_for_old_dir():
os.environ["AIWORKER_CACHE_HOME"] + "/horde_model_reference/legacy/lora.json",
)
print("lora.json file has been moved to the correct location.")
exit()


def main():
Expand Down

0 comments on commit e0186c6

Please sign in to comment.