mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-25 01:34:38 +01:00
Update README.md
This commit is contained in:
parent
ba6e052994
commit
ccc811a4e6
@ -19,7 +19,7 @@ All the processing will happen on your local computer, it does not transmit your
|
||||
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 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
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user