mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-05 23:32:08 -08:00
8 lines
118 B
Batchfile
8 lines
118 B
Batchfile
@echo off
|
|
|
|
set PYTHON=
|
|
set GIT=
|
|
set VENV_DIR=
|
|
set COMMANDLINE_ARGS= --xformers --autolaunch --medvram
|
|
|
|
call webui.bat
|