Rename dev console script

This commit is contained in:
cmdr2
2022-10-07 19:48:24 +05:30
parent ab987e73c6
commit 54d8feeaf0
6 changed files with 4 additions and 4 deletions

View File

@ -0,0 +1,17 @@
#!/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 open_dev_console.sh
fi