mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-31 04:42:09 -08:00
8 lines
128 B
Batchfile
8 lines
128 B
Batchfile
@echo off
|
|
|
|
set PYTHON=
|
|
set GIT=
|
|
set VENV_DIR=
|
|
set COMMANDLINE_ARGS= --medvram --opt-channelslast --listen --api
|
|
|
|
call webui.bat
|