Updated Usage (markdown)
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.
|
In the `docker-compose.yml` you can change the `CLI_ARGS` variable for all of the available UIs.
|
||||||
|
|
||||||
## `hlky`
|
## `hlky`
|
||||||
@@ -11,3 +17,6 @@ By default: `--medvram --opt-split-attention` are given, which allow you to use
|
|||||||
|
|
||||||
## `auto-cpu`
|
## `auto-cpu`
|
||||||
CPU instance of the above, requires `--no-half --precision full` for it to run.
|
CPU instance of the above, requires `--no-half --precision full` for it to run.
|
||||||
|
|
||||||
|
## `lstein`
|
||||||
|
No config at this time!
|
||||||
|
|||||||
Reference in New Issue
Block a user