mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-01 12:25:06 +08:00
9 lines
158 B
Batchfile
9 lines
158 B
Batchfile
@echo off
|
|
|
|
set PYTHON=
|
|
set GIT=
|
|
set VENV_DIR=
|
|
set COMMANDLINE_ARGS=--medvram --precision full --no-half --unload-gfpgan --opt-split-attention
|
|
|
|
call webui.bat
|