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

master
AUTOMATIC 3 years ago
parent 7e5b8becf9
commit e994120b6e

@ -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…
Cancel
Save