File size: 470 Bytes
1d6b789 bde4842 1d6b789 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #!/bin/bash
: <<'END'
END
cd /home/elicer/SD
mkdir -p tmp
mkdir -p /tmp/gradio/
python3 -m pip install requests
wget -N https://github.com/camenduru/gperftools/releases/download/v1.0/libtcmalloc_minimal.so.4
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
cd ..
|