mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-07-21 21:01:24 +08:00
14 lines
289 B
Batchfile
14 lines
289 B
Batchfile
@echo off
|
|
|
|
:: set PYTHON=
|
|
:: set GIT=
|
|
:: set VENV_DIR=
|
|
|
|
set COMMANDLINE_ARGS=
|
|
|
|
:: --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
|