From fe1432cd21ef9a8f834fa0d6ddae06eae5f04120 Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:07:05 +0900 Subject: [PATCH] after wget chmod +x webui.sh --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc62945c0c5..007f590d249 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ python_cmd="python3.11" 2. Navigate to the directory you would like the webui to be installed and execute the following command: ```bash wget -q https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh +chmod +x webui.sh ``` Or just clone the repo wherever you want: ```bash