mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-21 06:14:00 +00:00
Updated Setup (markdown)
parent
6226c4f8ac
commit
3b3d5a7388
1 changed files with 3 additions and 7 deletions
10
Setup.md
10
Setup.md
|
|
@ -6,11 +6,8 @@ TLDR:
|
||||||
docker compose --profile download up --build
|
docker compose --profile download up --build
|
||||||
# wait until its done, then:
|
# wait until its done, then:
|
||||||
docker compose --profile [ui] up --build
|
docker compose --profile [ui] up --build
|
||||||
# where [ui] is one of: auto | auto-cpu | hlky
|
|
||||||
```
|
|
||||||
<!--
|
|
||||||
# where [ui] is one of: auto | auto-cpu | hlky | lstein
|
# where [ui] is one of: auto | auto-cpu | hlky | lstein
|
||||||
-->
|
```
|
||||||
|
|
||||||
Then access from http://localhost:7860/
|
Then access from http://localhost:7860/
|
||||||
|
|
||||||
|
|
@ -32,9 +29,8 @@ Next, choose which UI you want to run (you can easily change later):
|
||||||
- `hlky`: The most popular fork, [Repo by hlky](https://github.com/sd-webui/stable-diffusion-webui)
|
- `hlky`: The most popular fork, [Repo by hlky](https://github.com/sd-webui/stable-diffusion-webui)
|
||||||
- `auto`: Another great fork, many features with neat UI, [Repo by AUTOMATIC1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
|
- `auto`: Another great fork, many features with neat UI, [Repo by AUTOMATIC1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
|
||||||
- `auto-cpu`: for users without a GPU.
|
- `auto-cpu`: for users without a GPU.
|
||||||
<!--
|
- `lstein`: One of the earliest forks, the UI is simple but has a lot of potential, [Repo by lstein](https://github.com/invoke-ai/InvokeAI)
|
||||||
- `lstein`: One of the earliest forks, the UI is simple but has a lot of potential, [Repo by lstein](https://github.com/lstein/stable-diffusion)
|
|
||||||
-->
|
|
||||||
|
|
||||||
After the download is done, you can run the UI using:
|
After the download is done, you can run the UI using:
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue