Add --forge-ref-a1111-home cmd arg to reference existing A1111 checkout (#203)

* Add --forge-ref-a1111-home cmd arg to reference existing A1111 checkout

* nit
This commit is contained in:
Chenlei Hu
2024-02-12 02:22:31 +00:00
committed by GitHub
parent f5bf7799f4
commit 9c5038c766
4 changed files with 66 additions and 3 deletions

View File

@@ -41,6 +41,9 @@ def main():
if args.test_server:
configure_for_tests()
if args.forge_ref_a1111_home:
launch_utils.configure_forge_reference_checkout(args.forge_ref_a1111_home)
start()