aboutsummaryrefslogtreecommitdiffstats
path: root/webui-user.sh
diff options
context:
space:
mode:
authorAndrew Savchyn <dev@scorpil.com>2022-09-30 08:51:05 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2022-09-30 09:59:47 +0000
commitfcfe2e9ffd9b9ee8af63926a002602503f1ad71a (patch)
tree0b5b7bd01d1b631b647eb4b260619d93f433b025 /webui-user.sh
parentb197f398ec6fdd4b62f41a70a8ce11d972738e7f (diff)
downloadstable-diffusion-webui-gfx803-fcfe2e9ffd9b9ee8af63926a002602503f1ad71a.tar.gz
stable-diffusion-webui-gfx803-fcfe2e9ffd9b9ee8af63926a002602503f1ad71a.tar.bz2
stable-diffusion-webui-gfx803-fcfe2e9ffd9b9ee8af63926a002602503f1ad71a.zip
Configurable launch script
Diffstat (limited to 'webui-user.sh')
-rw-r--r--webui-user.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/webui-user.sh b/webui-user.sh
index 0ce41d3f..11c316cb 100644
--- a/webui-user.sh
+++ b/webui-user.sh
@@ -21,6 +21,9 @@ export COMMANDLINE_ARGS=""
# python3 venv without trailing slash (defaults to ${install_dir}/${clone_dir}/venv)
#venv_dir="venv"
+# script to launch to start the app
+#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"