SDXLF17 / forcePull.bat
Viperboy123's picture
auto
8d7ec14
raw
history blame
183 Bytes
@echo off
git fetch --all
git reset --hard origin/main
git pull
git repack -a -d --depth=250 --window=250
rsync -r "embeddings/" "../embeddings/"
cd .git
rmdir /S /Q lfs
cd ..
pause