mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-01 10:54:54 +02:00
Updated Usage (markdown)
parent
6f55957702
commit
27f8bb5436
2
Usage.md
2
Usage.md
|
|
@ -2,7 +2,7 @@ Assuming you [setup everything correctly](https://github.com/AbdBarho/stable-dif
|
||||||
```bash
|
```bash
|
||||||
docker compose --profile [ui] up --build
|
docker compose --profile [ui] up --build
|
||||||
```
|
```
|
||||||
where `[ui]` is one of `invoke`, `auto`, `auto-cpu`, `comfy`, `comfy-cpu`, `sygil`, or `sygil-sl`.
|
where `[ui]` is one of `invoke`, `auto`, `auto-cpu`, `comfy`, or `comfy-cpu`.
|
||||||
|
|
||||||
|
|
||||||
The `data` and `output` folders are always mounted into the container as `/data` and `/output`, use them so if you want to transfer anything from / to the container.
|
The `data` and `output` folders are always mounted into the container as `/data` and `/output`, use them so if you want to transfer anything from / to the container.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue