change the main script to run from its directory rather stable diffusion; this will change where images are saved by default because people are failing to find their images
This commit is contained in:
parent
7e5b8becf9
commit
e994120b6e
1 changed files with 1 additions and 2 deletions
|
@ -125,8 +125,7 @@ echo Face fixing feature will not work.
|
|||
|
||||
:launch
|
||||
echo Launching webui.py...
|
||||
cd repositories\stable-diffusion
|
||||
%PYTHON% ../../webui.py %COMMANDLINE_ARGS%
|
||||
%PYTHON% webui.py %COMMANDLINE_ARGS%
|
||||
pause
|
||||
exit /b
|
||||
|
||||
|
|
Loading…
Reference in a new issue