Spaces:
Paused
Paused
File size: 163 Bytes
dace73d |
1 2 3 4 5 6 7 8 9 10 |
@echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=--api
call git pull
call webui.bat --opt-sdp-no-mem-attention --no-half-vae --opt-channelslast
|