Install Python for Stable Diffusion:

  • Download Python 3.10.6 here or from the Microsoft Store.
  • Run the installer, selecting “Add Python to PATH” for convenient command prompt access.
  • Customize the setup process as needed.
  • Confirm the successful installation with a confirmation screen.
home page of python

Install Git for Stable Diffusion:

  • Download Git for Windows here.
  • Follow the installer instructions for a seamless setup.
home page of GIT for windows

Clone Stable Diffusion Web-UI:

  • Open the command prompt on your PC.
  • Navigate to “C:\Users\YourUserName” using the command “cd %YourUserName%”.
  • Paste the command “git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git” (without quotes).
  • Confirm the creation of the “stable-diffusion-webui” folder in your user directory.
CMD showing the installation progress of stable diffusion

Download Stable Diffusion Model File:

  • Download the Stable Diffusion model file from HuggingFace here or from Civitai here.
  • Access the “stable-diffusion-webui” folder and find the “models” folder.
  • Open the “stable-diffusion” folder within “models,” containing a text file.
  • Move the downloaded Stable Diffusion model file into this folder.
models's page of civitai

Set up Stable Diffusion Web-UI:

  • Open the “stable-diffusion-wbui” folder created in Step 3.
  • Run “webui-user.bat.”
  • A command prompt window will open, installing necessary tools for Stable Diffusion (5-10 minutes).
  • Completion is indicated by the appearance of the URL “http://127.0.0.1:7860” in the command prompt.


Run Stable Diffusion:

  • Open your web browser.
  • Enter “http://127.0.0.1:7860” into the address bar.
  • Launch Stable Diffusion seamlessly in your browser.
Stable diffusion webui interface

That’s it, the installation is complete. Well done !