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

65 Commits

Author SHA1 Message Date
github-actions[bot]
a3a69e8bd5 chore(format): run black on dev (#144)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-19 00:37:50 +08:00
源文雨
f9ae0b5d32 fix(fairseq): hubert load model error 2026-04-18 19:04:13 +08:00
github-actions[bot]
96f7bccb12 chore(format): run black on dev (#136)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-11-26 13:06:55 +08:00
源文雨
43d19eb00e fix(dml): train extract_f0_print error
ModuleNotFoundError: No module named 'torch.privateuseone' due to new prosess
2025-11-21 16:52:17 +08:00
github-actions[bot]
3b4a546ced chore(format): run black on dev (#121)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-06-19 17:56:04 +09:00
源文雨
6223116f6b fix: no attribute 'FILE_LIKE'' & update instructions 2025-06-19 17:25:21 +09:00
github-actions[bot]
89f7fa25cc chore(format): run black on dev (#102)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-29 00:36:19 +09:00
源文雨
ef9db1fd44 fix(rt): replace with new f0 2024-11-29 00:35:10 +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
源文雨
f4644ec1ec optimize(layers): SineGenerator
from https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/pull/2387
2024-11-27 22:33:36 +09:00
源文雨
4b68fb0e13 feat: update to latest torch & gradio version 2024-11-27 22:16:06 +09:00
源文雨
ee8fbb617e fix(rmvpe): add filter_radius fallback 2024-06-20 15:18:52 +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
源文雨
d9a116f4f7 fix(train): mysterious importing order 2024-06-16 19:33:23 +09:00
github-actions[bot]
1410bd4d15 chore(format): run black on dev (#59)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-16 17:30:03 +09:00
源文雨
3a79d81907 fix(rtrvc): parameter issue 2024-06-16 17:25:01 +09:00
源文雨
0d5cd347bc fix(rtrvc): skip head unimplemented 2024-06-16 16:46:59 +09:00
源文雨
df83554ac1 fix(rtrvc): parameter issue 2024-06-16 15:04:48 +09:00
源文雨
8ce397da9c optimize(rtrvc): impl. rvc f0s 2024-06-16 14:36:50 +09:00
Alex Murkoff
4260b1e47f fix(backwardscomp): fix the rest of np.ndarray type subscriptions (#57)
forgot about these ones, my bad
2024-06-15 01:40:59 +09:00
Alex Murkoff
c7779116c5 chore: remove type subscription for np.ndarray specification (#56)
* chore: remove type subscription for np.ndarray specification

this is done to avoid errors on python<3.9

* chore: remove import of `Any` from typing since it's unused
2024-06-14 22:45:45 +09:00
github-actions[bot]
ed8a0c3e34 chore(format): run black on dev (#55)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-14 22:45:03 +09:00
源文雨
c51a73f521 optimize(infer): move jit into rvc 2024-06-14 22:44:07 +09:00
源文雨
e936e24a91 optimize(infer): move ipex into rvc 2024-06-14 22:01:39 +09:00
github-actions[bot]
cc11ad460d chore(format): run black on dev (#54)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-14 21:39:29 +09:00
源文雨
3b7d7c6d1a optimize(f0): move fcpe into rvc.f0 2024-06-14 21:33:46 +09:00
github-actions[bot]
24dbc5edd2 chore(format): run black on dev (#53)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-14 20:38:23 +09:00
Alex Murkoff
02d3864342 chore: declare usable classes in the rvc/f0 submodule (#52)
this way those modules can be used via `rvc.<MODULE_NAME>`
2024-06-14 19:50:51 +09:00
源文雨
e298fde29c optimize(crepe): move crepe into rvc.f0 2024-06-14 14:29:36 +09:00
源文雨
1e94e007d5 optimize(rvc.f0): rename inner defs 2024-06-13 00:51:22 +09:00
github-actions[bot]
83144868e1 chore(format): run black on dev (#46)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-13 00:44:04 +09:00
源文雨
8ac5597a3f optimize(rmvpe): move rmvpe into rvc.f0 2024-06-13 00:42:42 +09:00
源文雨
77b371d615 optimize(f0): move some f0s into rvc.f0 2024-06-13 00:10:22 +09:00
github-actions[bot]
26d17cd714 chore(format): run black on dev (#43)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-12 21:07:24 +09:00
源文雨
e486649a91 optimize(rmvpe): move deepunet&e2e into rvc 2024-06-12 20:51:46 +09:00
github-actions[bot]
913040806c chore(format): run black on dev (#41)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-12 17:31:43 +09:00
源文雨
22715eab7c optimize(rmvpe): move mel&stft into rvc 2024-06-12 17:29:23 +09:00
github-actions[bot]
b4f7bbbe39 chore(format): run black on dev (#40)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-12 14:55:48 +09:00
源文雨
54f7ae097d optimize(jit): move hubert & synthesizer into rvc 2024-06-12 00:03:26 +09:00
源文雨
f956b333fa optimize(infer): move onnx into rvc 2024-06-11 17:21:05 +09:00
github-actions[bot]
a6c6262d91 chore(format): run black on dev (#25)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-10 22:27:48 +09:00
源文雨
7572c44911 optimize(rvc): move . into layers 2024-06-10 22:22:58 +09:00
源文雨
1a4cb9294e optimize(infer): move syns into rvc 2024-06-10 22:03:57 +09:00
github-actions[bot]
b67050b2f7 chore(format): run black on dev (#19)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-10 01:14:46 +09:00
源文雨
b23ea7c6e7 optimize(train): move discriminators into rvc 2024-06-10 01:10:57 +09:00
github-actions[bot]
95f627d991 chore(format): run black on dev (#13)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-09 15:37:32 +09:00
源文雨
5790ea7a73 optimize(infer): move nsf & gens into rvc 2024-06-09 15:35:48 +09:00
源文雨
62e6e598ae optimize(infer): move PosteriorEncoder into rvc 2024-06-09 14:33:20 +09:00