stable-diffusion-webui/.macmilling/service.webui-user.bat
2025-02-23 12:21:09 +01:00

5 lines
92 B
Batchfile

@echo off
:loop
echo ^[ STARTING SD WEBUI ^]
Start webui-user.bat | set /P "="
goto loop