Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
Easily train a good VC model with voice data <= 10 mins!
运行gui出错
``` (RVC) D:\RVC>python gui.py 2023-05-05 02:40:12 | INFO | fairseq.tasks.text_to_speech | Please install tensorboardX: pip install tensorboardX 2023-05-05 02:40:13 | INFO | faiss.loader | Loading faiss with AVX2 support. 2023-05-05...
I've tried the 'pip [...] --index-url https://download.pytorch.org/whl/cu117' instruction but it causes numba to have the wrong dependency version for numpy. Any ideas?
Using the current version (pulled moments before writing this), I try to 'one click train' and it performs the Process Data / Feature Extraction steps but then then crashes without...
▼Issue Generation of noise in silent parts after voice conversion. ▼Work flow 1. I created a learning dataset of 300 files by removing silence and separating them using Audacity based...
I tried doing real time vocal processing but ASIO drivers don't work, only MME (which is very slow). To reproduce: 1) open go-realtime-gui.bat 2) pick input and output with ASIO...
So basically after completing 350 epochs, it did generate the .pth file along with config json, but **.index** is no where to be seen, here is the logs : ```...
For the new version: Crepe support for F0 extraction in training and inference. Thank you
The code quality is not high because it was originally intended for personal use Please ask the author to help rectify and merge. Input text to automatically generate and change...
相同的模型在GPU上推断没问题,但是在CPU上遇到如下报错: Traceback (most recent call last): File "/content/Retrieval-based-Voice-Conversion-WebUI/infer-web.py", line 141, in vc_single if_f0 = cpt.get("f0", 1) NameError: name 'cpt' is not defined Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/gradio/routes.py", line...