From 958a381265a0572fe2c7304b3ed5de88f176aab2 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Thu, 25 Aug 2022 11:14:13 +0530 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45a2b7a3..0ea56c79 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,15 @@ All the processing will happen on your local computer, it does not transmit your 2. Open your terminal, and in the project directory run: `docker-compose up &` (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) 3. Open http://localhost:8000 in your browser. That's it! +If you're getting errors, please check the [Troubleshooting](#troubleshooting) section below. + # Usage 1. Open http://localhost:8000 in your browser (after running `docker-compose up &` from step 2 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 some time, depending on your system's processing power. 4. See the image generated using your prompt. -Please [let me know](mailto:sd@cmdr2.org) if this worked (or didn't) for you! If you're getting errors, please check the [Troubleshooting](#troubleshooting) section below. +Please [let me know](mailto:sd@cmdr2.org) if this worked (or didn't) for you! To stop the server, please run `docker-compose down`