forked from extern/easydiffusion
Rename dev console script
This commit is contained in:
14
scripts/Developer Console.cmd
Normal file
14
scripts/Developer Console.cmd
Normal file
@ -0,0 +1,14 @@
|
||||
@echo off
|
||||
|
||||
echo "Opening Stable Diffusion UI - Developer Console.." & echo.
|
||||
|
||||
@call installer\Scripts\activate.bat
|
||||
|
||||
@call conda-unpack
|
||||
|
||||
@call conda --version
|
||||
@call git --version
|
||||
|
||||
@call conda activate .\stable-diffusion\env
|
||||
|
||||
cmd /k
|
Reference in New Issue
Block a user