Skip to content

Commit

Permalink
change the main script to run from its directory rather stable diffus…
Browse files Browse the repository at this point in the history
…ion; this will change where images are saved by default because people are failing to find their images
  • Loading branch information
AUTOMATIC1111 committed Sep 6, 2022
1 parent 7e5b8be commit e994120
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webui.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e994120

Please sign in to comment.