Il s'agit d'un webidio de texte vocable pour les modèles RVC, en utilisant Edge-TTS.
? Démo en ligne
Cela peut fonctionner sur CPU sans GPU (mais lent).

Exigences: testé pour Python 3.10 sur Windows 11. Python 3.11 n'est probablement pas pris en charge, veuillez donc utiliser Python 3.10.
git clone https://github.com/litagin02/rvc-tts-webui.git
cd rvc-tts-webui
# Download models in root directory
curl -L -O https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/hubert_base.pt
curl -L -O https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/rmvpe.pt
# Make virtual environment
python -m venv venv
# Activate venv (for Windows)
venv S cripts a ctivate
# Install PyTorch manually if you want to use NVIDIA GPU (Windows)
# See https://pytorch.org/get-started/locally/ for more details
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
# Install requirements
pip install -r requirements.txt Placez vos modèles RVC en weights/ répertoire comme suit:
weights
├── model1
│ ├── my_model1.pth
│ └── my_index_file_for_model1.index
└── model2
├── my_model2.pth
└── my_index_file_for_model2.index
... Chaque répertoire de modèle doit contenir exactement un fichier .pth et au plus un fichier .index . Les noms de répertoires sont utilisés comme noms de modèle.
Il semble que les personnages non ASCII dans les noms de chemin ont donné des erreurs Faish (comme weights/モデル1/index.index ), alors évitez-les.
# Activate venv (for Windows)
venv S cripts a ctivate
python app.pygit pull
venv S cripts a ctivate
pip install -r requirements.txt --upgrade error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for fairseq
Failed to build fairseq
ERROR: Could not build wheels for fairseq, which is required to install pyproject.toml-based projects
Peut-être que Fairseq a besoin d'outils de construction Microsoft C ++. Téléchargez l'installateur et installez-le.