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

非常棒的项目,使用过程中有两个点希望能进一步优化: 1. 支持 MP3 格式,WAV格式太慢、太占磁盘了; 2. UVR5.5 已经支持了 MDX-Net 模型,有降噪功能,分离人声和背景音的效果更好,希望能升级支持。

Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/gradio/routes.py", line 414, in run_predict output = await app.get_blocks().process_api( File "/usr/lib/python3.10/site-packages/gradio/blocks.py", line 1320, in process_api result = await self.call_function( File "/usr/lib/python3.10/site-packages/gradio/blocks.py", line 1048, in...

question

进行人声分离操作时,windows 64位系统,报错 Traceback (most recent call last): File "D:\voiceprint_migration\RVC-beta\infer-web.py", line 294, in uvr pre_fun._path_audio_(inp_path, save_root_ins, save_root_vocal) File "D:\voiceprint_migration\RVC-beta\infer_uvr5.py", line 135, in _path_audio_ wav_instrument = spec_utils.cmb_spectrogram_to_wave( File "D:\voiceprint_migration\RVC-beta\uvr5_pack\lib_v5\spec_utils.py", line 392, in...

help wanted
question

PS D:\voice\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main> poetry install The currently activated Python version 3.11.3 is not supported by the project (^3.8,

this is the error im getting Traceback (most recent call last): File "S:\RVC-beta\infer-web.py", line 1696, in with open("docs/faq_en.md", "r")as f:info = f.read() File "encodings\cp1252.py", line 23, in decode UnicodeDecodeError: 'charmap'...

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

When you go the ckpt processing tab it is unclear how to use this feature. I can't find any English documentation on it and I have not been able to...

documentation

Sorry if it is a dumb question, but I can't seem to figure out which models are which. I followed the instructions for installing, which includes downloading from huggingface. However,...

documentation
help wanted