diff --git a/download_resource.bat b/download_resource.bat index 7402b42..e3f4e6a 100644 --- a/download_resource.bat +++ b/download_resource.bat @@ -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 diff --git a/fetch_model.bat b/fetch_model.bat index f77fc71..11e9209 100644 --- a/fetch_model.bat +++ b/fetch_model.bat @@ -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