zuv0 commited on
Commit
1d6b789
·
verified ·
1 Parent(s): 01c90c4

Upload run_eli.sh

Browse files
Files changed (1) hide show
  1. run_eli.sh +15 -0
run_eli.sh ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ : <<'END'
4
+ END
5
+
6
+ cd /home/elicer/SD
7
+ mkdir -p tmp
8
+ mkdir -p /tmp/gradio/
9
+ 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/x86_64-linux-gnu/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 ..