zuv0 commited on
Commit
4025117
·
verified ·
1 Parent(s): 91fb11f

Update run_rp.sh

Browse files
Files changed (1) hide show
  1. run_rp.sh +1 -1
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}')