new version

This commit is contained in:
TutorialsGHG
2026-05-11 21:04:04 +02:00
parent 7c86482c81
commit 1cad87752c
5 changed files with 1035 additions and 19 deletions

File diff suppressed because it is too large Load Diff

BIN
hay.mp3 Normal file

Binary file not shown.

BIN
models/GFPGANv1.4.pth Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -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.