Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 811 Bytes

tutorial.md

File metadata and controls

23 lines (15 loc) · 811 Bytes

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