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

Fail to obtain a training index file after training, I was using Google Collab and I followed the steps. I tried generating one separately and one by using the one-click...

Hello, I am attempting to train my voice model, however when I click One-Click Training, the progress halts after a certain point with the last message in the console being...

i was installing it and it stuck at installation then i closed it but C disk were already filled with 10gbs and i tried to reinstall like 3 times and...

Traceback (most recent call last): File "D:\RVC\Retrieval-based-Voice-Conversion-WebUI\infer-web.py", line 22, in import gradio as gr ModuleNotFoundError: No module named 'gradio'

so I wanted add support for all amd since many people has to require to use NVIDIA gpu so i request that to any amd user is need support for...

https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI/blob/main/requirements.txt#L43

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

开发者们好,我想介绍一下我在我的fork(https://github.com/matthew99a/Retrieval-based-Voice-Conversion-WebUI)上做的一个实验。 我用自己很喜欢的一个偏美声歌手训练的模型,最开始听起来不是很像。然后我发现了一个现象:这个歌声在发同一个元音的时候,高音的发音方式和低音的发音方式会不同(比如高音的ah(啊)听感在ah和oo(乌)之间),而HuBERT模型是不能准确的把它们识别成同一种特征的。我因此意识到模型不准确的原因可能是因为模型里训练的特征是不考虑音高的。这样的实现方式在匹配的时候,高音的特征可能与训练集里的低音特征匹配。由于美声歌手往往不会用这个特征唱高音,因此生成出来的高音也会很奇怪。 在我的实验中,我把**特征加了一维(v2版本的768维变769维)表示音高**,从而使得匹配的时候能够优先匹配训练集里音高接近的特征。使用两个小时的训练集重新训练特征之后,在我的实验中效果好了一大截,当然代价是咬字略微差了一些。当然我也清楚这样做的坏处是训练集要求太高,因为如果训练集太小,可以用来匹配的音高接近的特征就很少,对咬字的牺牲就会很大,并且也许这种实现只有对美声歌手等特殊的唱法非常有效果(不是很清楚一般的流行唱法的高音和低音HuBERT特征差距多大)。 希望这个实验报告能起到一些抛砖引玉的作用。

good first issue

2080ti,webui已可用,系统地区,勾选了用utf-8解码,requirements和requirements for gui依赖也都装好了 go-realtime-gui.bat点开后一直卡在 E:\RVC-beta-v2-0618>runtime\python.exe gui.py 也不报错也不闪退,系统里的py310和runtime文件夹里的py39运行都会这样。 想请教下大大是什么问题导致的。 ![Snipaste_2023-07-07_00-59-17](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/assets/116489967/dbbd3b3e-24f8-4f1a-94ee-ba1b5c585e87) ![Snipaste_2023-07-07_01-00-23](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/assets/116489967/dec9c10a-2cbf-4dd8-a320-062212f9a415) ![Snipaste_2023-07-07_01-02-59](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/assets/116489967/c49c2799-4d36-490b-b015-5145710664ad) ![Snipaste_2023-07-07_01-06-41](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/assets/116489967/30566d20-8d7f-4109-907e-34f0e3e70e2d)