Skip to content

Tutorial on Setting Up Stable Diffusion

questianon edited this page Oct 31, 2022 · 1 revision

This is a complete start to finish guide on setting up Stable Diffusion

Prerequisites (Windows + NVIDIA)

Git

  • Activate option Windows Explorer integration > Git Bash

Python

  • Make sure add to PATH is enabled

  1. Clone the WebUI repo to your desired location:

Create a folder in a drive with a lot of space (at least >5 gb to get the base model running)

Right-click anywhere and select 'Git Bash here'

Alternatively, open command prompt in the folder

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

(Note: to update, all you need to do is is type git pull within the newly made webui folder)

Sources: https://rentry.org/nai-speedrun https://rentry.org/voldy

Clone this wiki locally