1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 01:10:22 +08:00

27 Commits

Author SHA1 Message Date
源文雨
f9ae0b5d32 fix(fairseq): hubert load model error 2026-04-18 19:04:13 +08:00
github-actions[bot]
645ce27dcc chore(format): run black on dev (#143)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-18 17:36:44 +08:00
源文雨
033306439c fix(train): cannot extract feature on non-cuda devices (fix #123) 2025-07-08 16:40:38 +09:00
源文雨
2e622d62c7 chore: update LICENSE info 2025-06-19 18:11:14 +09:00
源文雨
ef9db1fd44 fix(rt): replace with new f0 2024-11-29 00:35:10 +09:00
源文雨
5969314e8d optimize(uvr5): apply jit to spec_utils & fix flac save
also fix #85
2024-11-28 23:19:05 +09:00
github-actions[bot]
19619161be chore(format): run black on dev (#98)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-28 18:07:17 +09:00
源文雨
7befbd10d9 optimize(train): combine extract f0 together 2024-11-28 18:03:17 +09:00
github-actions[bot]
d3add81469 chore(format): run black on dev (#94)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-28 03:21:10 +09:00
源文雨
a8783c6639 optimize: some training optimizations (#95)
* optimzie(train&uvr5): rm sf & simp. AudioPre

* fix(audio): too many mallocs

* feat(audio): load_audio support stereo

* fix(audio): float32 wav saving

* fix(train): missing ckpt var
2024-11-28 03:20:14 +09:00
源文雨
4b68fb0e13 feat: update to latest torch & gradio version 2024-11-27 22:16:06 +09:00
github-actions[bot]
6ac0e6486c chore(format): run black on dev (#81)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-15 01:25:29 +08:00
源文雨
0884d286a9 fix: resolve inconsistent sample rates
ref https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/pull/2234
2024-08-14 20:57:01 +08:00
jwinr
bf41d8bafd fix(macos): disable OpenMP parallelism to prevent segmentation fault (#73) 2024-07-18 16:48:30 +09:00
github-actions[bot]
76f08a6b21 chore(format): run black on dev (#62)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-16 20:14:11 +09:00
源文雨
e5aa6b02a7 optimize(i18n): too long translation 2024-06-16 20:13:09 +09:00
github-actions[bot]
9ee26d698a chore(format): run black on dev (#60)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-16 20:08:03 +09:00
源文雨
add4642b7e fix(train): parameter issue 2024-06-16 18:20:53 +09:00
源文雨
3b7d7c6d1a optimize(f0): move fcpe into rvc.f0 2024-06-14 21:33:46 +09:00
源文雨
e298fde29c optimize(crepe): move crepe into rvc.f0 2024-06-14 14:29:36 +09:00
源文雨
f956b333fa optimize(infer): move onnx into rvc 2024-06-11 17:21:05 +09:00
github-actions[bot]
e81b7c52c0 chore(format): run black on dev (#36)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-11 16:32:14 +09:00
源文雨
534128992f optimize(web): remove unnecessary gt.Groups 2024-06-11 16:30:23 +09:00
源文雨
4c4492a40e fix(i18n): missing translations 2024-06-11 16:06:08 +09:00
Alex Murkoff
70b43e8924 chore(i18n): use english as the base language for i18n (#22)
* chore(i18n): use english as the base language for i18n

rewrite all of the locale files to use english as base for translation

* fix(i18n): update rest of the scripts that rely on the chinese-base i18n translation

* chore(i18n): change some of the base strings to be more correct

* chore(i18n): sync locale on dev

* chore(format): run black on dev

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-11 12:33:56 +09:00
源文雨
6ff713c024 optimize(onnx): move infer into rvc.onnx 2024-06-05 21:23:25 +09:00
源文雨
50d46982d2 optimize(all): tidy project structure 2024-06-05 19:15:53 +09:00