Skip to content

Commit

Permalink
doc: install from curl
Browse files Browse the repository at this point in the history
  • Loading branch information
wy-luke committed Aug 24, 2023
1 parent d5229f2 commit b0251d7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@

使用步骤:

1. [右键这里存储为](https://github.com/wy-luke/StableDiffusion-Installer-For-Mac/raw/main/sd-installer.sh),将文件放至桌面,并确保文件名不变,为 `sd-installer.sh`
2.**应用程序**中,找到**终端**并打开 <img src="./images/terminal.png" alt="terminal" width="22"/>
3. 复制下面的命令到终端中,按**回车键**执行命令,然后安装就会自动开始,只需等待安装完成
1.**应用程序**中,找到**终端**并打开 <img src="./images/terminal.png" alt="terminal" width="25"/>
2. 复制下面的命令到终端中,按**回车键**执行命令,然后安装就会自动开始,只需等待安装完成

```bash
bash ~/Desktop/sd-installer.sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/wy-luke/StableDiffusion-Installer-For-Mac/main/sd-installer.sh)"
```

4. 如果提示输入,只需且******回车键**
5. 如果出现类似下面的内容,即为安装成功
3. 如果提示输入,需且**只需****回车键**
4. 如果出现类似下面的内容,即为安装成功

![success](images/success.png)

6. 打开浏览器,输入 `http://127.0.0.1:7860`(即上图划线部分),即可打开 Stable Diffusion web UI
5. 打开浏览器,输入 `http://127.0.0.1:7860`(即上图划线部分),即可打开 Stable Diffusion web UI

0 comments on commit b0251d7

Please sign in to comment.