-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Usage
AbdBarho edited this page Sep 11, 2022
·
29 revisions
In the docker-compose.yml
you can change the CLI_ARGS
variable for all of the available UIs.
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.
You can set the WEBUI_SHA
to any SHA from the main repo, this will build the container against that commit. Use at your own risk.
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.
You can find the full list of cli arguments here.
CPU instance of the above, requires --no-half --precision full
for it to run.