new version
This commit is contained in:
@@ -18,9 +18,16 @@ echo.
|
||||
echo Schritt 5: Weitere Pakete installieren...
|
||||
py -3.12 -m pip install "onnx==1.16.2" "protobuf" "ml_dtypes"
|
||||
py -3.12 -m pip install "scipy" "scikit-learn" "scikit-image" "tqdm" "requests" "Pillow" "easydict" "prettytable" "matplotlib"
|
||||
py -3.12 -m pip install "albumentations==1.3.1"
|
||||
py -3.12 -m pip install "qudida==0.0.4" --no-deps --force-reinstall
|
||||
py -3.12 -m pip install "albumentations==1.3.1" --no-deps --force-reinstall
|
||||
py -3.12 -m pip install "coqui-tts" "torch" "torchaudio"
|
||||
echo.
|
||||
echo Schritt 5b: Optional GFPGAN installieren...
|
||||
py -3.12 -m pip install "gfpgan"
|
||||
if errorlevel 1 (
|
||||
echo WARNUNG: gfpgan konnte nicht installiert werden - Funktion bleibt optional deaktiviert.
|
||||
)
|
||||
echo.
|
||||
echo Schritt 6: insightface Wheel installieren...
|
||||
py -3.12 -m pip install "https://github.com/Gourieff/Assets/raw/main/Insightface/insightface-0.7.3-cp312-cp312-win_amd64.whl" --no-deps
|
||||
echo.
|
||||
|
||||
Reference in New Issue
Block a user