diff options
author | papuSpartan <macabeg@icloud.com> | 2023-04-02 03:18:35 +0000 |
---|---|---|
committer | papuSpartan <macabeg@icloud.com> | 2023-04-02 03:18:35 +0000 |
commit | a609bd56b4206460d1df3c3022025fc78b66718f (patch) | |
tree | a1bde1f16c5a0d1f91e87d25e347e34bf29358aa /launch.py | |
parent | 8c88bf40060c86ba508646c6d7ddc21e389be846 (diff) | |
download | stable-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.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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")
|