File size: 282 Bytes
9643009
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 developer_console.sh
fi