aboutsummaryrefslogtreecommitdiff
path: root/webui-user.sh
diff options
context:
space:
mode:
authorAndrew Savchyn <dev@scorpil.com>2022-09-30 11:44:08 +0200
committerAUTOMATIC1111 <16777216c@gmail.com>2022-09-30 12:59:47 +0300
commitd18daafb8b0b0b7c5f8dc179de7cc0717465297b (patch)
tree805cf31722a2bfbebe108d46fbfe0eff7bd6a87c /webui-user.sh
parentfcfe2e9ffd9b9ee8af63926a002602503f1ad71a (diff)
Uppercase for env var LAUNCH_SCRIPT
Diffstat (limited to 'webui-user.sh')
-rw-r--r--webui-user.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui-user.sh b/webui-user.sh
index 11c316cb..30646f5c 100644
--- a/webui-user.sh
+++ b/webui-user.sh
@@ -22,7 +22,7 @@ export COMMANDLINE_ARGS=""
#venv_dir="venv"
# script to launch to start the app
-#export launch_script="launch.py"
+#export LAUNCH_SCRIPT="launch.py"
# install command for torch
#export TORCH_COMMAND="pip install torch==1.12.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113"