Skip to main content

Install the Stable Diffusion webUI

The Stable Diffusion web UI is a browser interface that makes Stable Diffusion easy to use. It is a web-based interface that is easy to use and includes a number of convenience features.


Installing the Stable Diffusion web UI via Git

  1. Using Git Bash or PowerShell

    • Right-click an empty space in the folder where you want to install and select either Open git bash here or Open PowerShell window here.
  2. In the newly opened window, type the command below.

    git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git

    none

  3. enter the command and press Enter, the installation will proceed automatically. none

    info

    git clone

    • The git clone command uses Git to create a copy of a remote repository on your local computer.
  4. Check the installation

    • After the installation is complete, if a folder named 'stable-diffusion-webui' has been created inside the desired folder, the installation has completed successfully.

Run the Stable Diffusion web UI

  1. Find the web UI executable file
    • Inside the installed folder, locate the webui-user.bat file. This is the batch file for running the Web UI. none
  2. Run the file.
    • Run the webui-user.bat file. none
  3. Confirm the automatic installation process
    • Once executed, a new CMD window will open, and a number of required files and libraries will be installed automatically.
    • You can see the progress in the window, and if it looks like the image below, the installation is complete. none
  4. Access the web interface
    • Once the installation is complete, open a web browser and connect to the http://127.0.0.1:7860/ address.
  5. If you see a screen like below, you are done. none

Update the version of the Stable Diffusion web UI

  1. Run Git Bash or PowerShell in the stable-diffusion-webui folder.
  2. enter the command git pull and press Enter.
  3. It will update to the latest version.