aboutsummaryrefslogtreecommitdiffstats
path: root/webui-user.sh
diff options
context:
space:
mode:
authorJairo Correa <jn.j41r0@gmail.com>2022-09-30 21:58:51 +0000
committerJairo Correa <jn.j41r0@gmail.com>2022-09-30 21:58:51 +0000
commitad1fbbae93fa17f797a76bc59220d074990b85b4 (patch)
tree79ff375c07afee8597598bbcc6fb693ff912dab4 /webui-user.sh
parentc2d5b29040132c171bc4d77f1f63da972306f22c (diff)
parent84e97a98c5233119d0f444e0a3a0f6391da23677 (diff)
downloadstable-diffusion-webui-gfx803-ad1fbbae93fa17f797a76bc59220d074990b85b4.tar.gz
stable-diffusion-webui-gfx803-ad1fbbae93fa17f797a76bc59220d074990b85b4.tar.bz2
stable-diffusion-webui-gfx803-ad1fbbae93fa17f797a76bc59220d074990b85b4.zip
Merge branch 'master' into fix-vram
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..30646f5c 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"