mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-14 11:34:34 +01:00
Updated Usage (markdown)
parent
f20d8533db
commit
cb75bdb57e
1
Usage.md
1
Usage.md
|
|
@ -9,7 +9,6 @@ In the `docker-compose.yml` you can change the `CLI_ARGS` variable for all of th
|
|||
## `hlky`
|
||||
By default: `--extra-models-cpu --optimized-turbo` are given, which allow you to use this model on a 6GB GPU. However, some features might not be available in the mode. [You can find the full list of cli arguments here.](https://github.com/sd-webui/stable-diffusion-webui/blob/2236e8b5854092054e2c30edc559006ace53bf96/scripts/webui.py)
|
||||
|
||||
You can set the `WEBUI_SHA` to [any SHA from the main repo](https://github.com/hlky/stable-diffusion/commits/main), this will build the container against that commit. Use at your own risk.
|
||||
|
||||
## `auto`
|
||||
By default: `--medvram --opt-split-attention` are given, which allow you to use this model on a 6GB GPU, you can also use `--lowvram` for lower end GPUs.
|
||||
|
|
|
|||
Loading…
Reference in a new issue