1
0
mirror of synced 2024-11-24 07:30:16 +01:00
Retrieval-based-Voice-Conve.../docs/cn/Changelog_CN.md
github-actions[bot] 9f2f0559e6
chore(sync): merge dev into main (#1381)
* Optimize latency (#1259)

* add attribute:   configs/config.py
	Optimize latency:   tools/rvc_for_realtime.py

* new file:   assets/Synthesizer_inputs.pth

* fix:   configs/config.py
	fix:   tools/rvc_for_realtime.py

* fix bug:   infer/lib/infer_pack/models.py

* new file:   assets/hubert_inputs.pth
	new file:   assets/rmvpe_inputs.pth
	modified:   configs/config.py
	new features:   infer/lib/rmvpe.py
	new features:   tools/jit_export/__init__.py
	new features:   tools/jit_export/get_hubert.py
	new features:   tools/jit_export/get_rmvpe.py
	new features:   tools/jit_export/get_synthesizer.py
	optimize:   tools/rvc_for_realtime.py

* optimize:   tools/jit_export/get_synthesizer.py
	fix bug:   tools/jit_export/__init__.py

* Fixed a bug caused by using half on the CPU:   infer/lib/rmvpe.py
	Fixed a bug caused by using half on the CPU:   tools/jit_export/__init__.py
	Fixed CIRCULAR IMPORT:   tools/jit_export/get_rmvpe.py
	Fixed CIRCULAR IMPORT:   tools/jit_export/get_synthesizer.py
	Fixed a bug caused by using half on the CPU:   tools/rvc_for_realtime.py

* Remove useless code:   infer/lib/rmvpe.py

* Delete gui_v1 copy.py

* Delete .vscode/launch.json

* Delete jit_export_test.py

* Delete tools/rvc_for_realtime copy.py

* Delete configs/config.json

* Delete .gitignore

* Fix exceptions caused by switching inference devices:   infer/lib/rmvpe.py
	Fix exceptions caused by switching inference devices:   tools/jit_export/__init__.py
	Fix exceptions caused by switching inference devices:   tools/rvc_for_realtime.py

* restore

* replace(you can undo this commit)

* remove debug_print

---------

Co-authored-by: Ftps <ftpsflandre@gmail.com>

* Fixed some bugs when exporting ONNX model (#1254)

* fix import (#1280)

* fix import

* lint

* 🎨 同步 locale (#1242)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Fix jit load and import issue (#1282)

* fix jit model loading :   infer/lib/rmvpe.py

* modified:   assets/hubert/.gitignore
	move file:    assets/hubert_inputs.pth -> assets/hubert/hubert_inputs.pth
	modified:   assets/rmvpe/.gitignore
	move file:    assets/rmvpe_inputs.pth -> assets/rmvpe/rmvpe_inputs.pth
	fix import:   gui_v1.py

* feat(workflow): trigger on dev

* feat(workflow): add close-pr on non-dev branch

* Add input wav and delay time monitor for real-time gui (#1293)

* feat(workflow): trigger on dev

* feat(workflow): add close-pr on non-dev branch

* 🎨 同步 locale (#1289)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: edit PR template

* add input wav and delay time monitor

---------

Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com>

* Optimize latency using scripted jit (#1291)

* feat(workflow): trigger on dev

* feat(workflow): add close-pr on non-dev branch

* 🎨 同步 locale (#1289)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: edit PR template

* Optimize-latency-using-scripted:   configs/config.py
	Optimize-latency-using-scripted:   infer/lib/infer_pack/attentions.py
	Optimize-latency-using-scripted:   infer/lib/infer_pack/commons.py
	Optimize-latency-using-scripted:   infer/lib/infer_pack/models.py
	Optimize-latency-using-scripted:   infer/lib/infer_pack/modules.py
	Optimize-latency-using-scripted:   infer/lib/jit/__init__.py
	Optimize-latency-using-scripted:   infer/lib/jit/get_hubert.py
	Optimize-latency-using-scripted:   infer/lib/jit/get_rmvpe.py
	Optimize-latency-using-scripted:   infer/lib/jit/get_synthesizer.py
	Optimize-latency-using-scripted:   infer/lib/rmvpe.py
	Optimize-latency-using-scripted:   tools/rvc_for_realtime.py

* modified:   infer/lib/infer_pack/models.py

* fix some bug:   configs/config.py
	fix some bug:   infer/lib/infer_pack/models.py
	fix some bug:   infer/lib/rmvpe.py

* Fixed abnormal reference of logger in multiprocessing:   infer/modules/train/train.py

---------

Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Format code (#1298)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* 🎨 同步 locale (#1299)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: optimize actions

* feat(workflow): add sync dev

* feat: optimize actions

* feat: optimize actions

* feat: optimize actions

* feat: optimize actions

* feat: add jit options (#1303)

Delete useless code:   infer/lib/jit/get_synthesizer.py
	Optimized code:   tools/rvc_for_realtime.py

* Code refactor + re-design inference ui (#1304)

* Code refacor + re-design inference ui

* Fix tabname

* i18n jp

---------

Co-authored-by: Ftps <ftpsflandre@gmail.com>

* feat: optimize actions

* feat: optimize actions

* Update README & en_US locale file (#1309)

* critical: some bug fixes (#1322)

* JIT acceleration switch does not support hot update

* fix padding bug of rmvpe in torch-directml

* fix padding bug of rmvpe in torch-directml

* Fix STFT under torch_directml (#1330)

* chore(format): run black on dev (#1318)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore(i18n): sync locale on dev (#1317)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: allow for tta to be passed to uvr (#1361)

* chore(format): run black on dev (#1373)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Added script for automatically download all needed models at install (#1366)

* Delete modules.py

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* chore(i18n): sync locale on dev (#1377)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore(format): run black on dev (#1376)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update IPEX library (#1362)

* Update IPEX library

* Update ipex index

* chore(format): run black on dev (#1378)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update Changelog_CN.md

* Update Changelog_CN.md

* Update Changelog_EN.md

* Update README.md

* Update README.en.md

* Update README.md

* Update Changelog_CN.md

---------

Co-authored-by: Chengjia Jiang <46401978+ChasonJiang@users.noreply.github.com>
Co-authored-by: Ftps <ftpsflandre@gmail.com>
Co-authored-by: shizuku_nia <102004222+ShizukuNia@users.noreply.github.com>
Co-authored-by: Ftps <63702646+Tps-F@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
Co-authored-by: yxlllc <33565655+yxlllc@users.noreply.github.com>
Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com>
Co-authored-by: Blaise <133521603+blaise-tk@users.noreply.github.com>
Co-authored-by: Rice Cake <gak141808@gmail.com>
Co-authored-by: AWAS666 <33494149+AWAS666@users.noreply.github.com>
Co-authored-by: Dmitry <nda2911@yandex.ru>
Co-authored-by: Disty0 <47277141+Disty0@users.noreply.github.com>
2023-10-06 21:35:22 +08:00

6.0 KiB
Raw Blame History

20231006更新

我们制作了一个用于实时变声的界面go-realtime-gui.bat/gui_v1.py事实上早就存在了本次更新重点也优化了实时变声的性能。对比0813版

  • 1、优优化界面操作参数热更新调整参数不需要中止再启动懒加载模型已加载过的模型不需要重新加载增加响度因子参数响度向输入音频靠近
  • 2、优化自带降噪效果与速度
  • 3、大幅优化推理速度

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

1006版本整体的更新为

  • 1、继续提升rmvpe音高提取算法效果对于男低音有更大的提升
  • 2、优化推理界面布局

20230813更新

1-常规bug修复

  • 保存频率总轮数最低改为1 总轮数最低改为2
  • 修复无pretrain模型训练报错
  • 增加伴奏人声分离完毕清理显存
  • faiss保存路径绝对路径改为相对路径
  • 支持路径包含空格(训练集路径+实验名称均支持,不再会报错)
  • filelist取消强制utf8编码
  • 解决实时变声中开启索引导致的CPU极大占用问题

2-重点更新

  • 训练出当前最强开源人声音高提取模型RMVPE并用于RVC的训练、离线/实时推理支持pytorch/onnx/DirectML
  • 通过pytorch-dml支持A卡和I卡的 1实时变声2推理3人声伴奏分离4训练暂未支持会切换至CPU训练通过onnx_dml支持rmvpe_gpu的推理

20230618更新

  • v2增加32k和48k两个新预训练模型
  • 修复非f0模型推理报错
  • 对于超过一小时的训练集的索引建立环节自动kmeans缩小特征处理以加速索引训练、加入和查询
  • 附送一个人声转吉他玩具仓库
  • 数据处理剔除异常值切片
  • onnx导出选项卡

失败的实验:

  • 特征检索增加时序维度:寄,没啥效果
  • 特征检索增加PCAR降维可选项数据大用kmeans缩小数据量数据小降维操作耗时比省下的匹配耗时还多
  • 支持onnx推理附带仅推理的小压缩包生成nsf还是需要pytorch
  • 训练时在音高、gender、eq、噪声等方面对输入进行随机增强没啥效果
  • 接入小型声码器调研:寄,效果变差

todolist

  • 训练集音高识别支持crepe已经被RMVPE取代不需要
  • 多进程harvest推理已经被RMVPE取代不需要
  • crepe的精度支持和RVC-config同步已经被RMVPE取代不需要。支持这个还要同步torchcrepe的库麻烦
  • 对接F0编辑器

20230528更新

  • 增加v2的jupyter notebook韩文changelog增加一些环境依赖
  • 增加呼吸、清辅音、齿音保护模式
  • 支持crepe-full推理
  • UVR5人声伴奏分离加上3个去延迟模型和MDX-Net去混响模型增加HP3人声提取模型
  • 索引名称增加版本和实验名称
  • 人声伴奏分离、推理批量导出增加音频导出格式选项
  • 废弃32k模型的训练

20230513更新

  • 清除一键包内部老版本runtime内残留的lib.infer_pack和uvr5_pack
  • 修复训练集预处理伪多进程的bug
  • 增加harvest识别音高可选通过中值滤波削弱哑音现象可调整中值滤波半径
  • 导出音频增加后处理重采样
  • 训练n_cpu进程数从"仅调整f0提取"改为"调整数据预处理和f0提取"
  • 自动检测logs文件夹下的index路径提供下拉列表功能
  • tab页增加"常见问题解答"也可参考github-rvc-wiki
  • 相同路径的输入音频推理增加了音高缓存用途使用harvest音高提取整个pipeline会经历漫长且重复的音高提取过程如果不使用缓存实验不同音色、索引、音高中值滤波半径参数的用户在第一次测试后的等待结果会非常痛苦

20230514更新

  • 音量包络对齐输入混合可以缓解“输入静音输出小幅度噪声”的问题。如果输入音频背景底噪大则不建议开启默认不开启值为1可视为不开启
  • 支持按照指定频率保存提取的小模型假如你想尝试不同epoch下的推理效果但是不想保存所有大checkpoint并且每次都要ckpt手工处理提取小模型这项功能会非常实用
  • 通过设置环境变量解决服务端开了系统全局代理导致浏览器连接错误的问题
  • 支持v2预训练模型目前只公开了40k版本进行测试另外2个采样率还没有训练完全
  • 推理前限制超过1的过大音量
  • 微调数据预处理参数

20230409更新

  • 修正训练参数提升显卡平均利用率A100最高从25%提升至90%左右V100:50%->90%左右2060S:60%->85%左右P40:25%->95%左右,训练速度显著提升
  • 修正参数总batch_size改为每张卡的batch_size
  • 修正total_epoch最大限制100解锁至1000默认10提升至默认20
  • 修复ckpt提取识别是否带音高错误导致推理异常的问题
  • 修复分布式训练每个rank都保存一次ckpt的问题
  • 特征提取进行nan特征过滤
  • 修复静音输入输出随机辅音or噪声的问题老版模型需要重做训练集重训

20230416更新

  • 新增本地实时变声迷你GUI双击go-realtime-gui.bat启动
  • 训练推理均对<50Hz的频段进行滤波过滤
  • 训练推理音高提取pyworld最低音高从默认80下降至50,50-80hz间的男声低音不会哑
  • WebUI支持根据系统区域变更语言现支持en_USja_JPzh_CNzh_HKzh_SGzh_TW不支持的默认en_US
  • 修正部分显卡识别例如V100-16G识别失败P4识别失败

20230428更新

  • 升级faiss索引设置速度更快质量更高
  • 取消total_npy依赖后续分享模型不再需要填写total_npy
  • 解锁16系限制。4G显存GPU给到4G的推理设置。
  • 修复部分音频格式下UVR5人声伴奏分离的bug
  • 实时变声迷你gui增加对非40k与不懈怠音高模型的支持

后续计划:

功能:

  • 支持多人训练选项卡至多4人

底模:

  • 收集呼吸wav加入训练集修正呼吸变声电音的问题
  • 我们正在训练增加了歌声训练集的底模,未来会公开