diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-06 20:55:07 +0300 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-06 20:55:07 +0300 |
commit | e994120b6ec9b30a8b2349207a180b41b6c1c88c (patch) | |
tree | a024cbb89352c4d977259a3ef2ddf9f516ac18e6 | |
parent | 7e5b8becf959ba869f1fd476e397b83744fc7289 (diff) |
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
-rw-r--r-- | webui.bat | 3 |
1 files changed, 1 insertions, 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
|