Update README.md

This commit is contained in:
cmdr2 2022-08-25 11:14:13 +05:30 committed by GitHub
parent a60a7bc859
commit 958a381265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`