From e994120b6ec9b30a8b2349207a180b41b6c1c88c Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Tue, 6 Sep 2022 20:55:07 +0300 Subject: [PATCH] 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 --- webui.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webui.bat b/webui.bat index 90075e7c5..ed7243620 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