Setting up Stable Diffusion Web UI on Windows

The setup for this is incredibly simple on Windows.

Requirements

  • Python 3.10.6
  • Git

Setup

Clone the repository from AUTOMATIC1111 here

Running

  • Navigate to the directory where the repository was cloned
  • Run the webui-user.bat
    • Note the first time this is ran it will take a while to make sure all the dependencies are installed.
  • Open a web browser to the specified url similar to: http://127.0.0.1:7860

The expected UI will render like this:

Leave a Reply