aboutsummaryrefslogtreecommitdiffstats
path: root/launch.py
diff options
context:
space:
mode:
authorpapuSpartan <macabeg@icloud.com>2023-04-02 03:18:35 +0000
committerpapuSpartan <macabeg@icloud.com>2023-04-02 03:18:35 +0000
commita609bd56b4206460d1df3c3022025fc78b66718f (patch)
treea1bde1f16c5a0d1f91e87d25e347e34bf29358aa /launch.py
parent8c88bf40060c86ba508646c6d7ddc21e389be846 (diff)
downloadstable-diffusion-webui-gfx803-a609bd56b4206460d1df3c3022025fc78b66718f.tar.gz
stable-diffusion-webui-gfx803-a609bd56b4206460d1df3c3022025fc78b66718f.tar.bz2
stable-diffusion-webui-gfx803-a609bd56b4206460d1df3c3022025fc78b66718f.zip
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
Diffstat (limited to 'launch.py')
-rw-r--r--launch.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/launch.py b/launch.py
index 846c4c20..68e08114 100644
--- a/launch.py
+++ b/launch.py
@@ -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")