From b55127cc710a0123957bfe87137f9e71f2941e8f Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Wed, 24 Aug 2022 13:09:36 +0530 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb5e261d..30e6ce71 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ All the processing will happen on your local computer, it does not transmit your 2. Unzip: `unzip main.zip` 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) +5. Run: `./server.sh` (warning: this will take some time during the first run, 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 # Usage 1. Open `http://localhost:8000` in your browser (after running `./server.sh` from step 5 previously) 2. Enter a text prompt, like `a photograph of an astronaut riding a horse` in the textbox. -3. Press `Make Image`. This will take a while, depending on your system's processing power. +3. Press `Make Image`. This will take some time, depending on your system's processing power. 4. See the image generated using your prompt. If there's an error, the status message at the top will show 'error' in red. # Advanced Settings