summarylogtreecommitdiffstats
path: root/webui.conf
blob: 11c7f2d0ac57fcdeaa70fa77accf1c1183d4f735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Flags to pass to the `accelerate launch` command
# See: https://huggingface.co/docs/accelerate/package_reference/cli#accelerate-launch
ACCELERATE_FLAGS="--num_cpu_threads_per_process=6"

# Flags for stable-diffusion-webui
# See: https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Command-Line-Arguments-and-Settings 
#
# Example: WEBUI_FLAGS="--listen"
WEBUI_FLAGS="--listen --api --api-log --xformers --lowvram --disable-safe-unpickle --enable-insecure-extension-access"

# Path to save model files and outputs
DATA_DIR="/var/opt/stable-diffusion-webui/data"