stable-diffusion-webui-docker/example.env

34 lines
1.2 KiB
Bash
Raw Normal View History

# This file lets you change default settings without editing the docker-compose.yml
# To override settings:
# 1. Rename this file to ".env" or copy it
# 2. Uncomment the parts you want to override
# 3. to use default values, comment the line again
# Do this while the container is not running
# Don't forget to move/copy the files to the new location, if you changed mounts
# You can see the default values in docker-compose.yml
2023-05-24 08:11:41 +02:00
# For custom settings per profile you can use the command line to overwrite variables.
# It is also possible to use multiple .env files like .env-auto + .env-invoke and use the --env-file option.
# For more customisation use a docker-override.yml
# Delete your docker-override.yml and .env files to go back to defaults
##########################
### NETWORK ###
##########################
## The port on your machine ##
2023-05-24 08:11:41 +02:00
#WEBUI_PORT=7860
## Models, settings and other persistent files
2023-05-24 08:11:41 +02:00
#WEBUI_DATA_VOL=./data
## Target path for generated images ##
2023-05-24 08:11:41 +02:00
#WEBUI_OUT_VOL=./output
##########################
### CONTAINER SETTINGS ###
##########################
2023-05-28 00:19:23 +02:00
#WEBUI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api