Move location of user file to configs/webui folder

This commit is contained in:
Tony Beeman 2022-09-09 00:44:35 -07:00
parent ca8ee265cd
commit 4171882007
2 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -54,8 +54,8 @@ condaenv.*.requirements.txt
# =========================================================================== # # =========================================================================== #
# Repo-specific # Repo-specific
# =========================================================================== # # =========================================================================== #
/configs/webui/userconfig_streamlit.yaml
/custom-conda-path.txt /custom-conda-path.txt
/userconfig_streamlit.yaml
/src/* /src/*
/outputs/* /outputs/*
/log/**/*.png /log/**/*.png

View File

@ -1,7 +1,7 @@
# UI defaults configuration file. It is automatically loaded if located at configs/webui/webui_streamlit.yaml. # UI defaults configuration file. It is automatically loaded if located at configs/webui/webui_streamlit.yaml.
# Any changes made here will be available automatically on the web app without having to stop it. # Any changes made here will be available automatically on the web app without having to stop it.
# You may add overrides in a file named "userconfig_streamlit.yaml" in the root directory of this project, # You may add overrides in a file named "userconfig_streamlit.yaml" in this folder, which can contain any subset
# which can contain any subset of the properties below. # of the properties below.
general: general:
gpu: 0 gpu: 0
outdir: outputs outdir: outputs