Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
Easily train a good VC model with voice data <= 10 mins!
There is no problem with the current code, but it might be better to follow a coding convention such as PEP8. There were a couple of things that bothered me,...
I have been directing users in my community to only bother saving the .index file beginning with added_ Is it relevant to also have the trained_ .index file which is...
I got to Model Inference, and then this happened. What should I do? Traceback (most recent call last): File "D:\programms\RVC-beta\RVC-beta-v2-0528\infer-web.py", line 161, in vc_single audio = load_audio(input_audio_path, 16000) File "D:\programms\RVC-beta\RVC-beta-v2-0528\my_utils.py",...
/content/Retrieval-based-Voice-Conversion-WebUI Use Language: en_US 2023-06-16 16:13:15.539160: I tensorflow/core/util/port.cc:110] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To...
Hello there, I was trying to do the one-click training but every time I get this error: ``` ... f0ing,now-20,all-23,-C:\RVC/logs/dio/1_16k_wavs/0_65.wav f0ing,now-20,all-23,-C:\RVC/logs/dio/1_16k_wavs/0_62.wav f0ing,now-20,all-23,-C:\RVC/logs/dio/1_16k_wavs/0_59.wav f0ing,now-20,all-23,-C:\RVC/logs/dio/1_16k_wavs/0_66.wav f0ing,now-20,all-23,-C:\RVC/logs/dio/1_16k_wavs/0_64.wav f0ing,now-20,all-23,-C:\RVC/logs/dio/1_16k_wavs/0_61.wav Traceback (most recent call last):...
Hi there, First of all, thank you for making this excellent fun-to-use tool! But no matter what I did I always got the "No supported N-card found, use CPU for...
 Also, I tried to remove that message (I did what the warning suggested) and now training errors out, I didn't test inference though, so I'm unsure if that's broken...
I just want to thank you for releasing the software to the public. I managed to use it to restore my voice with just two minutes of a sample of...
Unless I'm mistaken there's no way to run inference on a pretrained model because an index file corresponding to the .pth file is necessary to run inference - is this...
Input: `!python3 infer-web.py --colab --pycmd python3` Output: ``` Traceback (most recent call last): File "/content/Retrieval-based-Voice-Conversion-WebUI/infer-web.py", line 96, in class ToolButton(gr.Button, gr.components.FormComponent): AttributeError: module 'gradio.components' has no attribute 'FormComponent'. Did you...