From 8dbf76268d6628a850280c7d4ff87e2ecc0fbcf2 Mon Sep 17 00:00:00 2001 From: Nicolai Stoianov Date: Sat, 7 Jan 2023 17:40:12 +0100 Subject: [PATCH] Add step for setting up Stable Diffusion (#452) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a257aec462..6e479f2342 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,8 @@ PROPROTIP: Set "DEBUG=1" environment variable if you want to see why it's slow. ### tinygrad supports Stable Diffusion! +You might need to download the [weight](https://huggingface.co/CompVis/stable-diffusion-v-1-4-original/resolve/main/sd-v1-4.ckpt) of Stable Diffusion and put it into weights/ + Run `TORCH=1 python3 examples/stable_diffusion.py` (or without torch: `OPT=2 OPENCL=1 python3 examples/stable_diffusion.py`)