This commit is contained in:
Jeffreytsai1004 2025-02-22 01:56:54 +08:00
parent faaf672900
commit c49c0d09df
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ REM 创建基本目录结构
@CALL mkdir resource\PIXIE\data 2>nul
@CALL python -m pip install --upgrade pip
@CALL python -m pip install py7zr gdown wget
@CALL python -m pip install gdown wget py7zr unrar rarfile zipfile
echo "Downloading NeuralHaircut..."
@CALL cd resource\NeuralHaircut

View File

@ -3,7 +3,7 @@
setlocal EnableDelayedExpansion
@CALL python -m pip install --upgrade pip
@CALL python -m pip install py7zr gdown wget
@CALL python -m pip install gdown wget py7zr unrar rarfile zipfile
:: URL encode function
:urlencode