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

RAZILIAN VOICE # Pull request checklist - [ ] The PR has a proper title. Use [Semantic Commit Messages](https://seesparkbox.com/foundry/semantic_commit_messages). (No more branch-name title please) - [ ] Make sure this...

Hi, Thanks for sharing your work. I am interested in learning your package. Can you share the detailed tutorial or manual about the model and the train/inference? It will help...

  如果你在运行go-realtime-gui.bat时也遇到了无报错且返回Pause的情况,可以参考以下原因和解决方法。      问题   此错误是由于 sounddevice 库在尝试读取系统上所有音频设备(麦克风、扬声器、虚拟音频线等)的名称时发生的。   如果其中某个设备的名称包含了非标准的 UTF-8 字符(例如特殊符号或乱码),Python 的解码函数就会失败,从而导致整个程序崩溃。   解决方案   最直接的解决方法是打开windows11的“Beta版:使用Unicode UTF-8提供全球语言支持”,但这样做会让一部分其他程序的GBK内容显示乱码   所以我们可以修改 sounddevice.py 文件,使其能够跳过编码错误。   找到 sounddevice.py 文件:   该文件位于你环境的 runtime\lib\site-packages 文件夹中。   定位代码行:   用编辑器跳转到约 578 行(不同版本行号可能略有偏差),你会看到这行代码:   name = name_bytes.decode('utf-8')   修改代码:   将这行代码修改为...

Hello, developers, please tell me when rvc V3 will be released?

Traceback (most recent call last): File "D:\BaiduNetdiskDownload\RVC-beta0717\RVC-beta0717\gui_v1.py", line 502, in gui = GUI() File "D:\BaiduNetdiskDownload\RVC-beta0717\RVC-beta0717\gui_v1.py", line 74, in init self.launcher() File "D:\BaiduNetdiskDownload\RVC-beta0717\RVC-beta0717\gui_v1.py", line 260, in launcher self.event_handler() File "D:\BaiduNetdiskDownload\RVC-beta0717\RVC-beta0717\gui_v1.py", line...

Hello, Even with updated pytorch to 2.7.0 which features sm_120 support it still doesn't work meaning the app itself probably has to updated.

跑完后出现了这个 /root/miniconda3/lib/python3.8/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 20 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d '

Hi Everyone I tried to clone my own voice but ''RVC1006AMD_Intel1'' doesnt want to detect my Ryzen 9... the only what i see is that i still looking for a...

# Pull request checklist - [x] The PR has a proper title. Use [Semantic Commit Messages](https://seesparkbox.com/foundry/semantic_commit_messages). (No more branch-name title please) - [x] Make sure this is ready to be...

I used Cursor, Sonnet 4 API and a custom workflow that I created to perform a security review this project. I reviewed the results, and as someone that has been...