mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-18 10:58:59 +08:00
5 lines
92 B
Batchfile
5 lines
92 B
Batchfile
@echo off
|
|
:loop
|
|
echo ^[ STARTING SD WEBUI ^]
|
|
Start webui-user.bat | set /P "="
|
|
goto loop |