[Environment configuration] let sd automatically translate prompt word plug-in sd-webui-prompt-all-in-one installation

installation method

Method 1 (cloning with git):

This method requires git to be installed on your computer. If it is not installed, you can refer to the  official git documentation  to install it.

  1. Open a terminal and go to your  stable-diffusion-webui directory. 

  2. Use git to clone  sd-webui-prompt-all-in-one to  stable-diffusion-webui\extensions the directory.

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

    If your terminal does not have access to Github's network environment, you can use the address of the following Chinese mirror website:

    git clone "https://gitee.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 WebUI web page.

  2. Click  扩展 -  从网址安装.

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

    If you do not have access to Github's network environment, you can use the address of the following Chinese mirror website: https://gitee.com/physton/sd-webui-prompt-all-in-one.git

  4. Click  安装and wait for the installation to complete. This process may take several minutes or longer. A success message will appear after the installation is complete.

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

Method 3 (install from the official extension library):

  1. Open the WebUI web page.

  2. Click  扩展 -  可用 -  加载自.

  3. Find it  sd-webui-prompt-all-in-one, click it  安装.

  4. Wait for the installation to complete. This process may take several minutes or longer. A success message will appear after the installation is complete.

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

Method 4 (download source code installation):

This method of installation cannot be updated with one click, and is not recommended! ! !

  1. Download  sd-webui-prompt-all-in-one the source code compressed package.

  2. Extract it to  stable-diffusion-webui\extensions a directory.

  3. Restart the Stable Diffusion WebUI.

Precautions

  1. Any way of installation, after the installation is complete, you need to restart the Stable Diffusion WebUI.

  2. Any way, during installation, if an error occurs. You need to manually delete  stable-diffusion-webui\extensions\sd-webui-prompt-all-in-one the directory, then restart the Stable Diffusion WebUI, and then reinstall.

  3. The installation process may take several minutes or longer, please be patient.

  4. You need to make sure your WebUI version is  3715ece (week 7, 2023)  and higher. If your WebUI version is lower than this version, you need to update the WebUI. 

  5. If your WebUI  --data-dir runs under parameters, the extension cannot be displayed, please refer to: https://github.com/Physton/sd-webui-prompt-all-in-one/issues/113#issuecomment-1584841376

Guess you like

Origin blog.csdn.net/FL1623863129/article/details/131138019