mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-03-21 12:34:46 +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
|
# docker compose --profile auto up -d
|
||||||
# Web UI: http://localhost:7860/
|
# Web UI: http://localhost:7860/
|
||||||
start:
|
start:
|
||||||
@docker compose --profile auto up
|
@docker compose --profile auto up -d
|
||||||
|
|
||||||
# Stop the docker container
|
# Stop the docker container
|
||||||
stop:
|
stop:
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
Run Stable Diffusion on your machine with a nice UI without any hassle!
|
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
|
## 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!
|
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