This commit is contained in:
Jeffreytsai1004 2025-02-22 01:52:31 +08:00
parent b4456eaa50
commit faaf672900
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -2,7 +2,8 @@
@echo off @echo off
setlocal EnableDelayedExpansion setlocal EnableDelayedExpansion
python -m pip install 7zip @CALL python -m pip install --upgrade pip
@CALL python -m pip install py7zr gdown wget
:: URL encode function :: URL encode function
:urlencode :urlencode