mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 08:13:22 +01:00
Update README.md
This commit is contained in:
parent
a60a7bc859
commit
958a381265
@ -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`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user