aboutsummaryrefslogtreecommitdiff
path: root/webui.bat
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-06 20:55:07 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-09-06 20:55:07 +0300
commite994120b6ec9b30a8b2349207a180b41b6c1c88c (patch)
treea024cbb89352c4d977259a3ef2ddf9f516ac18e6 /webui.bat
parent7e5b8becf959ba869f1fd476e397b83744fc7289 (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
Diffstat (limited to 'webui.bat')
-rw-r--r--webui.bat3
1 files changed, 1 insertions, 2 deletions
diff --git a/webui.bat b/webui.bat
index 90075e7c..ed724362 100644
--- a/webui.bat
+++ b/webui.bat
@@ -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