Skip to content

Commit

Permalink
Updated READNE
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Aug 23, 2023
1 parent bd717be commit 8c1ef51
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ You can use my custom [RunPod template](
https://runpod.io/gsc?template=ya6013lj5a&ref=2xxro4sy)
to launch it on RunPod.

## Building the Docker image

Since the Stable Diffusion models are pretty large, you will need at least
8GB of system memory (not GPU VRAM) to build this image.

The image **CAN** be built on a `t3a.large` AWS EC2 instance
which has 2 x vCPU and 8GB of system memory. It **CANNOT** be built on
any instances with less memory, eg. `t3a.medium`.

## Running Locally

### Install Nvidia CUDA Driver
Expand Down

0 comments on commit 8c1ef51

Please sign in to comment.