Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

Easily train a good VC model with voice data <= 10 mins!

Results 863 Retrieval-based-Voice-Conversion-WebUI issues
Sort by recently updated
recently updated
newest added

``` (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...

bug
help wanted

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?

bug

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

bug
documentation
help wanted

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

bug
enhancement

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

bug
enhancement
help wanted

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 : ```...

duplicate

For the new version: Crepe support for F0 extraction in training and inference. Thank you

enhancement

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

invalid
wontfix

相同的模型在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...

bug