hhks's picture
Upload 4 files
3c5f304 verified
raw history blame
No virus
398 Bytes
@echo off
ECHO Input the name of the folders (or files) to checkout separated by spaces.
call set /P "folders=Folders: "
call git clone -n --depth=1 --filter=tree:0 https://huggingface.co/hhks/PonyXL_Styles_Backup
call cd PonyXL_Styles_Backup
call git sparse-checkout set --no-cone %folders%
call git checkout
ECHO.
ECHO.
ECHO.
ECHO Selected files/folders downloaded
ECHO.
ECHO.
ECHO.
pause