From 612d1bc81b86b656c069d27181a7b0dcd8474cd2 Mon Sep 17 00:00:00 2001 From: Justin Pinkney Date: Sun, 4 Sep 2022 17:29:50 -0400 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f02dffb..058133a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ git clone https://github.com/justinpinkney/stable-diffusion.git cd stable-diffusion mkdir -p models/ldm/stable-diffusion-v1 wget https://huggingface.co/lambdalabs/stable-diffusion-image-conditioned/resolve/main/sd-clip-vit-l14-img-embed_ema_only.ckpt -O models/ldm/stable-diffusion-v1/sd-clip-vit-l14-img-embed_ema_only.ckpt -scripts/gradio_variations.py +pip install -r requirements.txt +python scripts/gradio_variations.py ``` Trained by [Justin Pinkney](https://www.justinpinkney.com) ([@Buntworthy](https://twitter.com/Buntworthy)) at [Lambda](https://lambdalabs.com/) \ No newline at end of file