From 3493c989b516d156b5af8f24570ca23311429d93 Mon Sep 17 00:00:00 2001 From: tazlin Date: Wed, 2 Aug 2023 10:51:38 -0400 Subject: [PATCH] fix: exit on lora move --- bridge_stable_diffusion.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bridge_stable_diffusion.py b/bridge_stable_diffusion.py index 79d66a73..5b69c77f 100644 --- a/bridge_stable_diffusion.py +++ b/bridge_stable_diffusion.py @@ -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():