diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-06 17:55:07 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-06 17:55:07 +0000 |
commit | e994120b6ec9b30a8b2349207a180b41b6c1c88c (patch) | |
tree | a024cbb89352c4d977259a3ef2ddf9f516ac18e6 /webui.bat | |
parent | 7e5b8becf959ba869f1fd476e397b83744fc7289 (diff) | |
download | stable-diffusion-webui-gfx803-e994120b6ec9b30a8b2349207a180b41b6c1c88c.tar.gz stable-diffusion-webui-gfx803-e994120b6ec9b30a8b2349207a180b41b6c1c88c.tar.bz2 stable-diffusion-webui-gfx803-e994120b6ec9b30a8b2349207a180b41b6c1c88c.zip |
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.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
|