mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-21 06:14:00 +00:00
parent
541965b37c
commit
0eee719776
12 changed files with 127 additions and 161 deletions
21
.env.example
21
.env.example
|
|
@ -1,4 +1,23 @@
|
|||
#=====================================================================#
|
||||
# Server Configuration #
|
||||
#=====================================================================#
|
||||
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
|
||||
DEVICE_DRIVER=nvidia
|
||||
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=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue