mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2024-12-13 08:41:58 +03:00
19 lines
571 B
Plaintext
19 lines
571 B
Plaintext
# Force miniconda to attempt to update on every container restart
|
|
# instead only when changes are detected
|
|
CONDA_FORCE_UPDATE=false
|
|
|
|
# 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=
|