Updated Usage (markdown)

AbdBarho
2022-09-11 18:59:27 +02:00
parent 338ab9ed43
commit f20d8533db

@@ -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!