Update run_eli.sh
Browse files- run_eli.sh +1 -1
run_eli.sh
CHANGED
|
@@ -10,6 +10,6 @@ python3 -m pip install requests
|
|
| 10 |
|
| 11 |
wget -N https://github.com/camenduru/gperftools/releases/download/v1.0/libtcmalloc_minimal.so.4
|
| 12 |
|
| 13 |
-
LD_PRELOAD=/home/elicer/SD/libtcmalloc_minimal.so.4 python3 launch.py --theme dark --no-hashing --no-progressbar-hiding --no-gradio-queue --allow-code --listen --share --enable-insecure-extension-access --lyco-dir=./models/Lora
|
| 14 |
|
| 15 |
cd ..
|
|
|
|
| 10 |
|
| 11 |
wget -N https://github.com/camenduru/gperftools/releases/download/v1.0/libtcmalloc_minimal.so.4
|
| 12 |
|
| 13 |
+
LD_PRELOAD=/home/elicer/SD/libtcmalloc_minimal.so.4 python3 launch.py --theme dark --no-hashing --no-progressbar-hiding --no-gradio-queue --allow-code --listen --share --no-download-sd-model --enable-insecure-extension-access --lyco-dir=./models/Lora
|
| 14 |
|
| 15 |
cd ..
|