mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-08 23:44:39 +02:00
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