mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-02 21:54:17 +01:00
24 lines
944 B
Plaintext
24 lines
944 B
Plaintext
#=====================================================================#
|
|
# Server Configuration #
|
|
#=====================================================================#
|
|
|
|
PUID=1000
|
|
PGID=1000
|
|
|
|
DEVICE_DRIVER=nvidia
|
|
|
|
#=====================================================================#
|
|
# Automatic1111 Configuration #
|
|
#=====================================================================#
|
|
|
|
AUTO_WEBUI_PORT=7860
|
|
AUTO_CLI_ARGS="--allow-code --medvram --xformers --enable-insecure-extension-access --api"
|
|
# AUTO_CLI_ARGS="--no-half --precision full --allow-code --enable-insecure-extension-access --api"
|
|
|
|
#=====================================================================#
|
|
# ComfyUI Configuration #
|
|
#=====================================================================#
|
|
|
|
COMFY_WEBUI_PORT=8188
|
|
COMFY_CLI_ARGS=
|