From a3ae2d4a94fd9bfbab53085e355e14070e6bfb22 Mon Sep 17 00:00:00 2001 From: ZeroCool940711 Date: Sun, 11 Sep 2022 22:49:39 -0700 Subject: [PATCH] Changed the cmd script to use the dark theme by default when launching the streamlit UI. --- webui-streamlit.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui-streamlit.cmd b/webui-streamlit.cmd index 832689b..cc8cff7 100644 --- a/webui-streamlit.cmd +++ b/webui-streamlit.cmd @@ -52,7 +52,7 @@ call "%CONDA_PATH%\Scripts\activate.bat" "%conda_env_name%" :PROMPT set SETUPTOOLS_USE_DISTUTILS=stdlib IF EXIST "models\ldm\stable-diffusion-v1\model.ckpt" ( - python -m streamlit run scripts\webui_streamlit.py + python -m streamlit run scripts\webui_streamlit.py --theme.base dark ) ELSE ( ECHO Your model file does not exist! Place it in 'models\ldm\stable-diffusion-v1' with the name 'model.ckpt'. ) \ No newline at end of file