0 01.安装
Physton edited this page 2023-06-11 20:47:44 +08:00
This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

安装

安装方式

方式一使用git克隆

此方法需要你的电脑上安装了 git如果没有安装可参考 git 官方文档 进行安装。

  1. 打开终端,进入到你的 stable-diffusion-webui 目录下。

  2. 使用 git 克隆 sd-webui-prompt-all-in-onestable-diffusion-webui\extensions 目录下。

    git clone "https://github.com/Physton/sd-webui-prompt-all-in-one.git" extensions/sd-webui-prompt-all-in-one
    

    如果你的终端没有访问Github的网络环境可使用以下中国镜像网站的地址

    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. 点击 扩展 - 从网址安装

  3. 填写 https://github.com/Physton/sd-webui-prompt-all-in-one.git

    如果你没有访问Github的网络环境可使用以下中国镜像网站的地址 https://gitee.com/physton/sd-webui-prompt-all-in-one.git

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

  5. 点击 已安装 - 保存并重启UI

方式三(从官方扩展库安装):

  1. 打开 WebUI 网页。

  2. 点击 扩展 - 可用 - 加载自

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

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

  5. 点击 已安装 - 保存并重启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. 安装过程可能需要几分钟或更久的时间,请耐心等待。

  4. 你需要确保你的WebUI版本是 3715ece2023年第7周 及更高。如果你的WebUI版本低于此版本你需要更新WebUI。

  5. 在启动了 --data-dir 参数后WebUI需要增加参数 --gradio-allowed-path="本扩展路径"

    如果不添加 --gradio-allowed-path 参数,大部分第三方扩展都不能够使用,不只是本扩展。

    --gradio-allowed-path="你的Data文件夹路径\extensions\sd-webui-prompt-all-in-one"

    或者

    --gradio-allowed-path="你的Data文件夹路径\extensions\"