Run Stable Diffusion AI At Home — No Code Guide

Jim Clyde Monge
Geek Culture
Published in
4 min readAug 29, 2022

--

A photo collage of command prompt, an image of girl, and an image of an astronaut. Stable Diffusion AI generation model.
Image by Jim Clyde Monge

Recently, startup StabilityAI announced the release of Stable Diffusion, a powerful AI image generator that can now run on standard graphics cards.

Note: You don’t need any programming experience to follow along, it’s all spelled out.

Pre-requisites

Before doing the steps below, make sure you have all the requirements to run the AI model in your local hardware.

  • NVIDIA GPU with at least 4GB VRAM
  • At least 10GB of space in your local disk

Now on to the steps.

Step 1. Setup Git and Python environment

  • Download and install the latest Anaconda Distribution here.
  • Download and install the latest Git here.

Step 2. Download the model weights

Click on this link and download the latest Stable Diffusion library.

As of this writing, the latest version is v1.4-original.

A screenshot of stable diffusion releases on hugging face website.
Image by Jim Clyde Monge

Under the “Files and versions” tab, click on the checkpoint file and download it.

--

--