Update readme

This commit is contained in:
Plague Fox 2023-04-10 18:46:58 +04:00
parent ed8c56d2b1
commit 5667801e14
2 changed files with 4 additions and 1 deletions

View file

@ -20,7 +20,7 @@ build:
# docker compose --profile auto up -d
# Web UI: http://localhost:7860/
start:
@docker compose --profile auto up
@docker compose --profile auto up -d
# Stop the docker container
stop:

View file

@ -2,6 +2,9 @@
Run Stable Diffusion on your machine with a nice UI without any hassle!
- [Local Web UI](http://localhost:7860/)
- [Ngrok Dashboard](http://localhost:4040/)
## Setup & Usage
Visit the wiki for [Setup](https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/Setup) and [Usage](https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/Usage) instructions, checkout the [FAQ](https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/FAQ) page if you face any problems, or create a new issue!