Updated Usage (markdown)

AbdBarho
2022-09-19 21:23:01 +02:00
parent 9d42145f56
commit 181c61c203

@@ -8,7 +8,7 @@ In the `docker-compose.yml` you can change the `CLI_ARGS` variable for all of th
## `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.
By default: `--medvram` are given, which allow you to use this model on a 6GB GPU, you can also use `--lowvram` for lower end GPUs.
[You can find the full list of cli arguments here.](https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/modules/shared.py)
This also has support for custom models, put the weights in the folder `cache/custom-models` (create if its not there), you can then change the model from the settings tab. There is also a `services/AUTOMATIC1111/config.json` file which contains additional config for the UI.