源文雨
033306439c
fix(train): cannot extract feature on non-cuda devices ( fix #123 )
2025-07-08 16:40:38 +09:00
github-actions[bot]
55a981d470
chore(i18n): sync locale on dev ( #122 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-06-19 18:12:54 +09:00
源文雨
2e622d62c7
chore: update LICENSE info
2025-06-19 18:11:14 +09: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
haofanurusai
64f994be82
fix&feat(gui): 修复ASIO输出爆音, 增加不同种API音频设备支持
...
See https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/pull/2591
2025-06-19 17:52:22 +09:00
源文雨
6223116f6b
fix: no attribute 'FILE_LIKE'' & update instructions
2025-06-19 17:25:21 +09:00
github-actions[bot]
b88cc1e8fe
chore(format): run black on dev ( #111 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-08 23:10:24 +08:00
Yongkun Li
ef9c8eb656
fix: Add weight whitelist support for torch 2.6 ( #110 )
2025-02-07 15:26:01 +08:00
github-actions[bot]
e1aeb16630
chore(format): run black on dev ( #107 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-29 13:47:37 +08:00
Jax Leo
78dfad6cba
doc: update instructions for ROCM ( #106 )
2025-01-29 05:46:08 +00:00
github-actions[bot]
b0552625f7
chore(format): run black on dev ( #104 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-01 00:24:50 +09:00
源文雨
fe11be3c94
fix(train): matplotlib deprecation ( #103 )
2025-01-01 00:23:16 +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]
51c85fcc49
chore(format): run black on dev ( #101 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-28 23:20:17 +09:00
源文雨
5969314e8d
optimize(uvr5): apply jit to spec_utils & fix flac save
...
also fix #85
2024-11-28 23:19:05 +09:00
源文雨
4582d4b49a
fix(ci): file path change
2024-11-28 18:09:25 +09:00
github-actions[bot]
259fd8c2c6
chore(i18n): sync locale on dev ( #97 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-28 18:08:29 +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
源文雨
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
源文雨
7c0b1c01f1
fix(ci): fairseq installing 👎
2024-11-27 16:18:34 +09:00
源文雨
ba5572b8e0
typo&fix: remove unnecessary is_hp3 check
2024-11-27 16:11:53 +09:00
源文雨
9ee9f5fd81
fix: Pipeline.pipeline for empty f0_file
...
- Added checks for empty f0_file, skipping faulty inp_f0 creation if empty as it should
2024-10-10 01:57:04 +09:00
源文雨
96e3d8af40
doc: remove conda recommend ( #83 )
2024-08-30 18:08:46 +08: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
keitarou
626bca2dd4
fix: pip version
...
ref https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/pull/2238
2024-08-14 21:04:40 +08:00
Tegar Bangun Suganda
277eadca9a
Changing 2333333 to latest
...
Removing hard-coded "2333333" in latest saved checkpoint model. This make the code more logical and informative.
2024-08-14 21:02:11 +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]
8cd1fdd372
chore(format): run black on dev ( #66 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-01 17:53:21 +09:00
源文雨
522d101c0b
chore(workflow): remove sync_dev
2024-07-01 17:52:19 +09:00
tkyaji
168616517a
chore: bump librosa to version 0.10.2
...
There is a bug in librosa 0.9.1.
https://github.com/librosa/librosa/pull/1594
As a result, an error occurs when executing the "Vocals/Accompaniment Separation & Reverberation Removal" function.
To address this issue, librosa has been upgraded to version 0.10.2.
Additionally, torchcrepe has been upgraded due to its dependency on librosa.
2024-07-01 17:51:58 +09:00
源文雨
04d8abe7d5
fix(crepe): MPS framework doesn't support float64
...
see https://github.com/maxrmorrison/torchcrepe/pull/40
2024-06-24 00:21:47 +09:00
源文雨
ee8fbb617e
fix(rmvpe): add filter_radius fallback
2024-06-20 15:18:52 +09:00
源文雨
e4138bf1e8
feat(rvcmd): update version to v0.2.5
2024-06-17 21:31:51 +09:00
源文雨
839c60e56d
feat(rvcmd): update version to v0.2.5
2024-06-17 21:29:40 +09:00
源文雨
412a9950a1
doc: remove changelogs
2024-06-17 16:17:45 +09:00
源文雨
63d07adeb1
doc: update screenshot table
2024-06-16 21:18:55 +09:00
源文雨
0049d22b58
fix(i18n): unexpected change
2024-06-16 21:11:41 +09:00
源文雨
389d4a237c
doc: add gui screenshot
2024-06-16 20:15:43 +09:00
github-actions[bot]
2d193be997
chore(i18n): sync locale on dev ( #61 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-16 20:14:38 +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
源文雨
d9a116f4f7
fix(train): mysterious importing order
2024-06-16 19:33:23 +09:00
源文雨
add4642b7e
fix(train): parameter issue
2024-06-16 18:20:53 +09:00