-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Usage
Assuming you setup everything correctly, you can run any UI (interchangeably, but not in parallel) using the command:
docker compose --profile [ui] up --buildwhere [ui] is one of hlky, auto, auto-cpu.
(Optional) If you want to customize the behaviour of the uis, you can create a docker-compose.override.yml and override the CLI_ARGS variable or whatever you want from the main docker-compose.yml file. Example:
services:
auto:
environment:
- CLI_ARGS=--lowvramPossible configuration:
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.
This also has support for custom models, put the weights in the folder data/StableDiffusion, 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.
CPU instance of the above, requires --no-half --precision full for it to run, which are already given
By default: --optimized-turbo is 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.
This fork might require a preload to work, see #72