SDwebui / update.bat
irshadtech10's picture
Upload folder using huggingface_hub
9e990ec
@echo off
call environment.bat
git -C "%~dp0webui" pull 2>NUL
if %ERRORLEVEL% == 0 goto :done
git -C "%~dp0webui" reset --hard
git -C "%~dp0webui" pull
:done
pause