mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 06:04:24 +01:00
Update readme
This commit is contained in:
parent
ed8c56d2b1
commit
5667801e14
2
Makefile
2
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Reference in a new issue