Transition to using settings through UI instead of cmd line args. Added feature to only apply to hr-fix. Install package using requirements_versions.txt

This commit is contained in:
papuSpartan
2023-04-01 22:18:35 -05:00
parent 8c88bf4006
commit a609bd56b4
5 changed files with 80 additions and 10 deletions

View File

@@ -280,9 +280,6 @@ def prepare_environment():
elif platform.system() == "Linux":
run_pip(f"install {xformers_package}", "xformers")
if not is_installed("tomesd") and args.token_merging:
run_pip(f"install tomesd")
if not is_installed("pyngrok") and args.ngrok:
run_pip("install pyngrok", "ngrok")