diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-09 05:37:19 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-09 05:37:19 +0000 |
commit | 1fd2c22919f85e1403b7169d6ef8cc4abf4288cc (patch) | |
tree | e027e8ded3fb6ce7ec50795039743417147302b4 /webui-user.bat | |
parent | 0c63aa95e131c4cf9148ca65203558786d515e05 (diff) | |
download | stable-diffusion-webui-gfx803-1fd2c22919f85e1403b7169d6ef8cc4abf4288cc.tar.gz stable-diffusion-webui-gfx803-1fd2c22919f85e1403b7169d6ef8cc4abf4288cc.tar.bz2 stable-diffusion-webui-gfx803-1fd2c22919f85e1403b7169d6ef8cc4abf4288cc.zip |
brought manual instructions up to date
reworked launching with different parameters
Diffstat (limited to 'webui-user.bat')
-rw-r--r-- | webui-user.bat | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/webui-user.bat b/webui-user.bat new file mode 100644 index 00000000..e5a257be --- /dev/null +++ b/webui-user.bat @@ -0,0 +1,8 @@ +@echo off + +set PYTHON= +set GIT= +set VENV_DIR= +set COMMANDLINE_ARGS= + +call webui.bat |