2.0.230618
Chainlit/chainlit2.0.230618Jun 5, 2024by RVC-Boss
AI Summary
Updated to include support for 32k and 48k pre-trained models, fixed inference errors for non-f0 models, and added an ONNX export tab. Includes automatic kmeans scaling for large datasets and a new guitar toy repository.
Key Highlights
- Added support for 32k and 48k pre-trained models.
- Fixed inference errors for non-f0 models.
- Added ONNX export tab.
- Automatic kmeans scaling for index training/querying with large datasets.
- Included a 'Voice to Guitar' toy repository.
New Features
- 32k and 48k model support.
- Fixed non-f0 model inference errors.
- ONNX export functionality.
- Automatic kmeans scaling for large datasets (>1 hour).
- Data processing outlier removal.
- Guitar toy repository.
Full Release Notes
### 完整包 Complete package (已更新至最新版本 Has been updated to the latest version.) https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/RVC-beta.7z 0619update: If you're using small model extract feature, you should update [this file](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/blob/main/train/process_ckpt.py ) because there is a small bug when config is v2-32k/48k How to update from 0528v2 version: 1、download or clone updated codes from github, and replace 0528v2 version. 2、download new pretrained_v2 weights from https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/pretrained_v2 (32k and 48k weights needed. 40k has already been supported in 0528v2 version) Changelog: - v2增加32k和48k两个新预训练模型 - 修复非f0模型推理报错 - 对于超过一小时的训练集的索引建立环节,自动kmeans缩小特征处理以加速索引训练、加入和查询 - 附送一个人声转吉他玩具仓库 - 数据处理剔除异常值切片 - onnx导出选项卡 [Changelog English verison](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/blob/main/docs/Changelog_EN.md)