iurf7irfuyytruyyugb / ui /scripts /developer_console.sh
johnslegers's picture
test
9643009
raw
history blame
282 Bytes
#!/bin/bash
if [ "$0" == "bash" ]; then
echo "Opening Stable Diffusion UI - Developer Console.."
echo ""
source installer/bin/activate
conda-unpack
conda --version
git --version
conda activate ./stable-diffusion/env
else
bash --init-file developer_console.sh
fi