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