From 5abbcfd78d0bd4ed544e7c4529256154df865113 Mon Sep 17 00:00:00 2001 From: Ewen Wang Date: Thu, 11 Apr 2024 10:58:30 +0800 Subject: [PATCH] Update stable-diffusion.md (#55) the original doc mismatched the setup a webui on windows and linux. --- en/tutorials/tool-configuration/stable-diffusion.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/tutorials/tool-configuration/stable-diffusion.md b/en/tutorials/tool-configuration/stable-diffusion.md index 13e471f..09c277c 100644 --- a/en/tutorials/tool-configuration/stable-diffusion.md +++ b/en/tutorials/tool-configuration/stable-diffusion.md @@ -20,13 +20,13 @@ After cloning the repository, you should change directory to the cloned reposito #### Windows ```bash cd stable-diffusion-webui -./webui.bash --api --listen +./webui.bat --api --listen ``` #### Linux ```bash cd stable-diffusion-webui -./webui.bat --api --listen +./webui.sh --api --listen ``` ### 2.3. Prepare Models