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