File size: 312 Bytes
0070fce a2e084c 0070fce | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | @echo off
:: set PYTHON=
:: set GIT=
:: set VENV_DIR=
set COMMANDLINE_ARGS= --no-download-sd-model
:: --xformers --sage --uv
:: --pin-shared-memory --cuda-malloc --cuda-stream
:: --skip-python-version-check --skip-torch-cuda-test --skip-version-check --skip-prepare-environment --skip-install
call webui.bat
|