From 00b654f8a13726f55cd373b590d8b924e39e5bb8 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 3 Mar 2023 16:40:46 -0500 Subject: [PATCH] force dark theme --- automatic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automatic.sh b/automatic.sh index c4d7b54d1..58d0e6814 100755 --- a/automatic.sh +++ b/automatic.sh @@ -13,7 +13,7 @@ if [ "$PYTHON" == "" ]; then PYTHON=$(which python) fi -CMD="launch.py --api --xformers --disable-console-progressbars --gradio-queue --skip-version-check --skip-install --skip-torch-cuda-test --disable-nan-check --disable-safe-unpickle --cors-allow-origins=http://127.0.0.1:7860" +CMD="launch.py --api --xformers --disable-console-progressbars --gradio-queue --skip-version-check --skip-install --skip-torch-cuda-test --disable-nan-check --theme dark --cors-allow-origins=http://127.0.0.1:7860" MODE=optimized