update

Physton
2023-06-09 10:30:20 +08:00
parent 41710970e8
commit 1a16333b0e
12 changed files with 198 additions and 1 deletions

@@ -0,0 +1,175 @@
<div align="center">
[English](#english) / [简体中文](#简体中文)
</div>
# English
## Installation Methods
### Method 1 (Using Git Clone):
> This method requires Git to be installed on your computer. If it is not installed, please refer to the official [Git documentation](https://git-scm.com/book/zh/v2/起步-安装-Git) for installation instructions.
1. Open the terminal and navigate to your `stable-diffusion-webui` directory.
![](./assets/images/install/cd.png)
2. Use Git to clone `sd-webui-prompt-all-in-one` to the `extensions` directory of `stable-diffusion-webui`.
```shell
git clone "https://github.com/Physton/sd-webui-prompt-all-in-one.git" extensions/sd-webui-prompt-all-in-one
```
![](./assets/images/install/clone.png)
3. Restart the Stable Diffusion WebUI.
### Method 2 (Install from URL):
1. Open the Stable Diffusion WebUI webpage.
2. Click on `Extensions` - `Install from URL`.
![](./assets/images/install/from_url.png)
2. Enter `https://github.com/Physton/sd-webui-prompt-all-in-one.git`.
3. Click on `Install` and wait for the installation to complete. This process may take several minutes or longer. There will be a success prompt after the installation is complete.
![](./assets/images/install/from_url_success.png)
4. Click on `Installed` - `Apply and Restart UI`.
![](./assets/images/install/restart.png)
### Method 3 (Install from Official Extension Library):
1. Open the Stable Diffusion WebUI webpage.
2. Click on `Extensions` - `Available` - `Load from`.
![](./assets/images/install/load_from.png)
3. Find `sd-webui-prompt-all-in-one` and click on `Install`.
![](./assets/images/install/load_from_install.png)
3. Wait for the installation to complete. This process may take several minutes or longer. There will be a success prompt after the installation is complete.
![](./assets/images/install/load_from_success.png)
4. Click on `Installed` - `Apply and Restart UI`.
![](./assets/images/install/restart.png)
### Method 4 (Install from Source Code):
> This installation method cannot be updated with one click, and is not recommended!!!
1. Download the source code package for `sd-webui-prompt-all-in-one`.
![](./assets/images/install/download.png)
2. Unzip it to the `stable-diffusion-webui\extensions` directory.
![](./assets/images/install/drop.png)
3. Restart the Stable Diffusion WebUI.
## Notes
1. After installation using any method, you need to restart Stable Diffusion WebUI.
2. If an error occurs during the installation process using any method, you need to manually delete the `stable-diffusion-webui\extensions\sd-webui-prompt-all-in-one` directory, then restart Stable Diffusion WebUI, and reinstall.
3. The installation process may take several minutes or longer, so please be patient.
# 简体中文
## 安装方式
### 方式一使用git克隆
> 此方法需要你的电脑上安装了 git如果没有安装可参考 [git 官方文档](https://git-scm.com/book/zh/v2/起步-安装-Git) 进行安装。
1. 打开终端,进入到你的 `stable-diffusion-webui` 目录下。
![](./assets/images/install/cd.png)
2. 使用 git 克隆 `sd-webui-prompt-all-in-one` 到 `stable-diffusion-webui\extensions` 目录下。
```shell
git clone "https://github.com/Physton/sd-webui-prompt-all-in-one.git" extensions/sd-webui-prompt-all-in-one
```
> 如果你的终端没有访问Github的网络环境可使用以下中国镜像网站的地址
> ```shell
> git clone "https://gitee.com/physton/sd-webui-prompt-all-in-one.git" extensions/sd-webui-prompt-all-in-one
> ```
![](./assets/images/install/clone.png)
3. 重新启动 Stable Diffusion WebUI。
### 方式二(从网址安装):
1. 打开 WebUI 网页。
2. 点击 `扩展` - `从网址安装`。
![](./assets/images/install/from_url.png)
2. 填写 `https://github.com/Physton/sd-webui-prompt-all-in-one.git`。
> 如果你没有访问Github的网络环境可使用以下中国镜像网站的地址
> `https://gitee.com/physton/sd-webui-prompt-all-in-one.git`
3. 点击 `安装`,等待安装完成。此过程可能需要几分钟或更久的时间。安装完成后会有成功提示。
![](./assets/images/install/from_url_success.png)
4. 点击 `已安装` - `保存并重启UI`。
![](./assets/images/install/restart.png)
### 方式三(从官方扩展库安装):
1. 打开 WebUI 网页。
2. 点击 `扩展` - `可用` - `加载自`。
![](./assets/images/install/load_from.png)
3. 找到 `sd-webui-prompt-all-in-one`,点击 `安装`。
![](./assets/images/install/load_from_install.png)
3. 等待安装完成。此过程可能需要几分钟或更久的时间。安装完成后会有成功提示。
![](./assets/images/install/load_from_success.png)
4. 点击 `已安装` - `保存并重启UI`。
![](./assets/images/install/restart.png)
### 方式四(下载源码安装):
> 此方法安装无法一键更新,不推荐!!!
1. 下载 `sd-webui-prompt-all-in-one` 的源码压缩包。
![](./assets/images/install/download.png)
2. 解压到 `stable-diffusion-webui\extensions` 目录下。
![](./assets/images/install/drop.png)
3. 重新启动 Stable Diffusion WebUI。
## 注意事项
1. 任何方式安装,在安装完成后,都需要重新启动 Stable Diffusion WebUI。
2. 任何方式,在安装过程中,如果出现错误。都需要手动删除 `stable-diffusion-webui\extensions\sd-webui-prompt-all-in-one` 目录,然后重启 Stable Diffusion WebUI再重新安装。
3. 安装过程可能需要几分钟或更久的时间,请耐心等待。

24
Home.md

@@ -1 +1,23 @@
Welcome to the sd-webui-prompt-all-in-one wiki!
<div align="center">
[English](#english) / [简体中文](#简体中文)
</div>
# English
- Install
- [Installation Methods](01.Install.md#installation-methods)
- [Notes](01.Install.md#notes)
# 简体中文
- 安装
- [安装方法](01.Install.md#安装方式)
- [注意事项](01.Install.md#注意事项)

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB