Commit e994120b authored by AUTOMATIC's avatar AUTOMATIC

change the main script to run from its directory rather stable diffusion; this...

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
parent 7e5b8bec
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment