File size: 539 Bytes
56dd783 5175094 56dd783 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #!/bin/bash
: <<'END'
END
cd /workspace/*/SD
mkdir -p tmp
mkdir -p /tmp/gradio/
python3 -m pip install requests
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4 python3 launch.py --xformers --theme dark --no-hashing --no-progressbar-hiding --no-gradio-queue --allow-code --listen --share --enable-insecure-extension-access --lyco-dir=./models/Lora
#!python3.10 launch.py --xformers --theme dark --listen --share --no-hashing --no-progressbar-hiding --no-gradio-queue --allow-code --enable-insecure-extension-access
cd ..
|