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