From f3c59a177d4bc60c35d677ac6b94a5f3d676e42c Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Wed, 24 Aug 2022 02:28:24 +0530 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a119953..f5052dab 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This project runs Stable Diffusion in a docker container behind the scenes, usin # Installation 1. Download [Quick UI](https://github.com/cmdr2/stable-diffusion-ui/archive/refs/heads/main.zip) (this project) 2. Unzip: `unzip main.zip` -3. Enter: `cd stable-diffusion-ui` +3. Enter: `cd stable-diffusion-ui-main` 4. Install dependencies: `pip install fastapi uvicorn` (this is the framework and server used by this UI project) 5. Run: `./server.sh` (warning: this will take a while the first time, since it'll download Stable Diffusion's [docker image](https://replicate.com/stability-ai/stable-diffusion), nearly 17 GiB) 6. Open `http://localhost:8000` in your browser