Skip to content

Commit

Permalink
fix: exit on lora move
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Aug 2, 2023
1 parent 3cfc0c5 commit 3493c98
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 3493c98

Please sign in to comment.