ComfyUI/fix-update.bat
2024-09-14 16:14:34 +03:00

16 lines
345 B
Batchfile

@echo off
title Fix for broken updates
cls
venv\scripts\activate
echo .....................................................
echo *** "fixing ..."
echo.
git fetch --all
git reset --hard origin/master
git pull
echo.
@echo *If you see a successful update now, it is done. *
echo.
echo .....................................................
echo.