#!/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 ..