Skip to content

(note) install and go-web.bat #2687

@Khampol

Description

@Khampol

go-web.zip

  • install 'vs_BuildTools.exe' and 'python-3.10.11-amd64.exe' ( ✅ MSVC v143 ✅ Windows 11 SDK ✅ C++ CMake tools for Windows )

'install_rvc.bat'

@echo off
set PYTHON=C:\Python310\python.exe

echo [*] Downgrade pip si besoin...
%PYTHON% -m pip install pip==23.3.1

echo [*] Install torch avec CUDA 11.8 (ou adapte à ton GPU)
%PYTHON% -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118

echo [*] Install dépendances standards
%PYTHON% -m pip install numpy scipy soundfile ffmpeg-python librosa gradio==3.41.2 praat-parselmouth pyworld faiss-cpu torchcrepe av

echo [*] Install fairseq + deps manuellement
%PYTHON% -m pip install omegaconf==2.0.6 hydra-core==1.0.7
%PYTHON% -m pip install fairseq==0.12.2

echo [✔] Install terminé.
pause

'go-web.bat'

@echo off
C:\Python310\python.exe infer-web.py --pycmd C:\Python310\python.exe --port 7897
pause

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions