2.2.231006

Chainlit/chainlit2.2.231006Jun 5, 2024by RVC-Boss

AI Summary

Optimized the real-time voice conversion interface with parameter hot-reload, lazy loading, improved noise reduction, and faster inference speeds.

Key Highlights

  • Parameter hot-reload (no restart needed)
  • Lazy loading for already loaded models
  • Added loudness factor parameter
  • Optimized noise reduction and inference speed

New Features

  • Parameter hot-reload
  • Lazy model loading
  • Loudness factor adjustment
  • Noise reduction optimization
  • Inference speed optimization
  • RMVPE pitch extraction improvements

Full Release Notes

### 完整包 Complete package

For Nvidia GPU users:
https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/RVC1006Nvidia.7z

For AMD/Intel GPU users:
https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/RVC1006AMD_Intel.7z

中国用户可使用以下2个源加速下载
1、免费满速下载直链合集:https://www.yuque.com/flowercry/hxf0ds
2、度盘需要超级会员才可不限速下载
链接:https://pan.baidu.com/s/16BHeTXRq2aGUzDZo1BY1Lw 
提取码: tvy6 

Changelog [(English verison)](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/blob/main/docs/en/Changelog_EN.md):

我们制作了一个用于实时变声的界面go-realtime-gui.bat/gui_v1.py(事实上早就存在了),本次更新重点也优化了实时变声的性能。对比0813版:
 - 1、优优化界面操作:参数热更新(调整参数不需要中止再启动),懒加载模型(已加载过的模型不需要重新加载),增加响度因子参数(响度向输入音频靠近)
 - 2、优化自带降噪效果与速度
 - 3、大幅优化推理速度

注意输入输出设备应该选择同种类型,例如都选MME类型。

1006版本整体的更新为:
 - 1、继续提升rmvpe音高提取算法效果,对于男低音有更大的提升
 - 2、优化推理界面布局