update
175
01.Install.md
@@ -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.
|
||||

|
||||
|
||||
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
|
||||
```
|
||||
|
||||

|
||||
|
||||
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`.
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
4. Click on `Installed` - `Apply and Restart UI`.
|
||||
|
||||

|
||||
|
||||
### Method 3 (Install from Official Extension Library):
|
||||
|
||||
1. Open the Stable Diffusion WebUI webpage.
|
||||
|
||||
2. Click on `Extensions` - `Available` - `Load from`.
|
||||
|
||||

|
||||
|
||||
3. Find `sd-webui-prompt-all-in-one` and click on `Install`.
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
4. Click on `Installed` - `Apply and Restart UI`.
|
||||
|
||||

|
||||
|
||||
### 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`.
|
||||
|
||||

|
||||
|
||||
2. Unzip it to the `stable-diffusion-webui\extensions` directory.
|
||||
|
||||

|
||||
|
||||
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` 目录下。
|
||||

|
||||
|
||||
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
|
||||
> ```
|
||||
|
||||

|
||||
|
||||
3. 重新启动 Stable Diffusion WebUI。
|
||||
|
||||
### 方式二(从网址安装):
|
||||
|
||||
1. 打开 WebUI 网页。
|
||||
|
||||
2. 点击 `扩展` - `从网址安装`。
|
||||
|
||||

|
||||
|
||||
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. 点击 `安装`,等待安装完成。此过程可能需要几分钟或更久的时间。安装完成后会有成功提示。
|
||||
|
||||

|
||||
|
||||
4. 点击 `已安装` - `保存并重启UI`。
|
||||
|
||||

|
||||
|
||||
### 方式三(从官方扩展库安装):
|
||||
|
||||
1. 打开 WebUI 网页。
|
||||
|
||||
2. 点击 `扩展` - `可用` - `加载自`。
|
||||
|
||||

|
||||
|
||||
3. 找到 `sd-webui-prompt-all-in-one`,点击 `安装`。
|
||||
|
||||

|
||||
|
||||
3. 等待安装完成。此过程可能需要几分钟或更久的时间。安装完成后会有成功提示。
|
||||
|
||||

|
||||
|
||||
4. 点击 `已安装` - `保存并重启UI`。
|
||||
|
||||

|
||||
|
||||
### 方式四(下载源码安装):
|
||||
|
||||
> 此方法安装无法一键更新,不推荐!!!
|
||||
|
||||
1. 下载 `sd-webui-prompt-all-in-one` 的源码压缩包。
|
||||
|
||||

|
||||
|
||||
2. 解压到 `stable-diffusion-webui\extensions` 目录下。
|
||||
|
||||

|
||||
|
||||
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#注意事项)
|
||||
BIN
assets/images/install/cd.png
Normal file
|
After Width: | Height: | Size: 96 KiB |
BIN
assets/images/install/clone.png
Normal file
|
After Width: | Height: | Size: 130 KiB |
BIN
assets/images/install/download.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
assets/images/install/drop.png
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
assets/images/install/from_url.png
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
assets/images/install/from_url_success.png
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
assets/images/install/load_from.png
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
assets/images/install/load_from_install.png
Normal file
|
After Width: | Height: | Size: 86 KiB |
BIN
assets/images/install/load_from_success.png
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
assets/images/install/restart.png
Normal file
|
After Width: | Height: | Size: 71 KiB |