Update run_rp.sh
Browse files
run_rp.sh
CHANGED
|
@@ -11,7 +11,7 @@ else
|
|
| 11 |
apt install -yq libgl1
|
| 12 |
fi
|
| 13 |
|
| 14 |
-
python /workspace/SD/launch.py --port 7860 --api --theme dark --allow-code --enable-insecure-extension-access --listen --share --cuda-malloc --cuda-stream --pin-shared-memory
|
| 15 |
|
| 16 |
kill $!
|
| 17 |
kill -9 $(ps -ef | grep 'ngrok' | grep -v 'grep' | awk '{print $2}')
|
|
|
|
| 11 |
apt install -yq libgl1
|
| 12 |
fi
|
| 13 |
|
| 14 |
+
python /workspace/SD/launch.py --port 7860 --api --theme dark --allow-code --enable-insecure-extension-access --listen --share --always-high-vram --disable-safe-unpickle --cuda-malloc --cuda-stream --pin-shared-memory
|
| 15 |
|
| 16 |
kill $!
|
| 17 |
kill -9 $(ps -ef | grep 'ngrok' | grep -v 'grep' | awk '{print $2}')
|