sygil-webui/.env_docker.example

15 lines
438 B
Plaintext
Raw Normal View History

# Validate the model files on every container restart
# (useful to set to false after you're sure the model files are already in place)
VALIDATE_MODELS=true
# Automatically relaunch the webui on crashes
WEBUI_RELAUNCH=true
# Which webui to launch
# WEBUI_SCRIPT=webui_streamlit.py
WEBUI_SCRIPT=webui.py
# Pass cli arguments to webui.py e.g:
# WEBUI_ARGS=--optimized --extra-models-cpu --gpu=1 --esrgan-gpu=1 --gfpgan-gpu=1
WEBUI_ARGS=