mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-14 11:34:34 +01:00
Updated Usage (markdown)
parent
338ab9ed43
commit
f20d8533db
9
Usage.md
9
Usage.md
|
|
@ -1,3 +1,9 @@
|
|||
Assuming you [setup everything correctly](https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/Setup), you can run any UI (interchangeably, but not in parallel) using the command:
|
||||
```bash
|
||||
docker compose --profile [ui] up --build
|
||||
```
|
||||
where `[ui]` is one of `hlky`, `auto`, `auto-cpu`, and `lstein`.
|
||||
|
||||
In the `docker-compose.yml` you can change the `CLI_ARGS` variable for all of the available UIs.
|
||||
|
||||
## `hlky`
|
||||
|
|
@ -11,3 +17,6 @@ By default: `--medvram --opt-split-attention` are given, which allow you to use
|
|||
|
||||
## `auto-cpu`
|
||||
CPU instance of the above, requires `--no-half --precision full` for it to run.
|
||||
|
||||
## `lstein`
|
||||
No config at this time!
|
||||
|
|
|
|||
Loading…
Reference in a new issue