mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-07 17:04:01 +01:00
Update readme
This commit is contained in:
parent
75e582ed11
commit
f3c59a177d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user