126 Commits

Author SHA1 Message Date
源文雨
7e48279c6c optimize(vc): use np.multiply instead of general * 2024-06-02 16:44:27 +09:00
源文雨
976869e5fb fix(vc): replace cache_harvest_f0 with md5 key 2024-06-02 01:46:18 +09:00
源文雨
7e8c3530d4 optimize(vc): use np.divide instead of general / 2024-06-02 01:24:43 +09:00
源文雨
2991e75fc0 optimize(vc): apply model-style import 2024-06-02 00:57:03 +09:00
源文雨
b0c33d1b75 fix: outside_index_root detection 2024-06-02 00:19:19 +09:00
Xavier Lau
6c6d62df59
Adopt any directory format (#2052)
Signed-off-by: Xavier Lau <xavier@inv.cafe>
2024-05-15 14:10:48 +09:00
github-actions[bot]
23aecbed02
chore(format): run black on dev (#2038)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-11 21:28:52 +09:00
源文雨
b4ab2f7a36 chore: update rvcmd to v0.2.3 2024-05-06 21:13:08 +09:00
源文雨
6d4674853c chore: update rvcmd to v0.2.3 2024-05-05 15:35:15 +09:00
Ftps
d255818097
Fix memory doesn't unload on mps device (#2035)
* Solving the cache not being cleared in mps

* Fix protect not to be dict
2024-05-05 15:22:37 +09:00
simosechi
fb16ba36b9
fix(RVCMD): is_win issue (#2011)
fix #2009
2024-04-24 00:31:28 +09:00
github-actions[bot]
bfcd56f358
chore(format): run black on dev (#2008)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-23 18:13:36 +09:00
源文雨
1717645ae1 optimize: error handling & update logics 2024-04-23 17:06:25 +09:00
github-actions[bot]
da9a02049f
chore(format): run black on dev (#2007)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-23 16:22:22 +09:00
Roberts Slisans
82bd4b1dd1
add fcpe to pipeline (#1934) 2024-04-23 16:21:31 +09:00
github-actions[bot]
e5b43249a0
chore(format): run black on dev (#2005)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-23 03:17:34 +09:00
源文雨
659f5d25b0 feat(rvcmd): add option --update 2024-04-23 03:16:27 +09:00
Ναρουσέ·μ·γιουμεμί·Χινακάννα
deca566ab2
修复了Onnx Attention的一个Shape错误 (#2003)
* Add files via upload

* Fix Onnx Bugs

* Add files via upload
2024-04-23 03:07:13 +09:00
github-actions[bot]
fb69a36068
chore(format): run black on dev (#2002)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-22 22:13:57 +09:00
yxlllc
0ab3a3296e
New feature of real-time voice changing: formant shift adjustment (#1999)
* add formant shift for realtime-gui

* chore(i18n): sync locale on dev

* chore(format): run black on dev

* fix

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-22 22:13:10 +09:00
github-actions[bot]
189eef5936
chore(format): run black on dev (#2001)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-22 22:12:19 +09:00
源文雨
75e9d28506 fix(rvcmd): windows path issue 2024-04-22 21:37:32 +09:00
Blaise
dc5c6809b3
fix: ValueError: mode must be 'r', 'w', or None, got: wb (#1991) 2024-04-21 21:15:58 +09:00
github-actions[bot]
55f9b3262c
chore(format): run black on dev (#1990)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-21 02:01:51 +09:00
源文雨
229fe68818 feat(rvcmd): add dns and dl link fallback 2024-04-21 02:00:27 +09:00
github-actions[bot]
652f33ed1c
chore(format): run black on dev (#1986)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-21 00:21:04 +09:00
源文雨
4ed830f785 feat(web): check assets integrity on start 2024-04-21 00:16:10 +09:00
源文雨
4762e5bc21 feat(all): optimize hierarchy of files 2024-04-20 21:29:25 +09:00
github-actions[bot]
aea223d41e
chore(format): run black on dev (#1964)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-14 15:53:07 +09:00
Ναρουσέ·μ·γιουμεμί·Χινακάννα
597e0a97d0
FIx Onnx export (#1963)
* Add files via upload

* Add files via upload

* Add files via upload
2024-04-14 14:55:15 +09:00
github-actions[bot]
732e4a152d
chore(format): run black on dev (#1870)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-11 16:58:06 +09:00
yxlllc
e2a9bb88f1 optimize codes 2024-03-06 21:27:22 +08:00
yxlllc
8e78f655e6 fix the receptive field of flow 2024-03-06 16:20:50 +08:00
Zzzyt
f513f0b2e0
Fix half argument (#1683) (#1775)
* for GTX1650

* testing torch-profiler

* no more profiler & change default audio

* longer slice

* fluid container

* cache rmvpe and ui tweaks

* get my changes back after merge

* format code

* only load rmvpe when necessary

* fix rmvpe & config bug

* fix is_half again

* manual sync with upstream

* fix bool() for is_half

* revert changes for PR

* revert again

* typo

* match lower case
2024-01-30 12:51:40 +09:00
github-actions[bot]
738e55f05c chore(format): run black on dev 2024-01-26 08:09:56 +00:00
github-actions[bot]
918ab7b62f
chore(format): run black on dev (#1758)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-25 21:05:02 +09:00
RVC-Boss
5dbdbab2c1
Update audio.py 2024-01-23 15:15:11 +08:00
github-actions[bot]
8d5c34601b
chore(format): run black on dev (#1731)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-16 20:32:37 +09:00
Chengjia Jiang
49434901d8
fix: 多显卡训练时logger未赋值引用 (#1722)
modified:   infer/modules/train/train.py
2024-01-16 20:30:10 +09:00
github-actions[bot]
4f7b6b2b9e
chore(format): run black on dev (#1717)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-14 16:43:14 +09:00
源文雨
b8bc2b6d60 drop: preprocess.py overwrite & optimize log printing 2024-01-14 16:37:55 +09:00
github-actions[bot]
322ce9b940
chore(format): run black on dev (#1697)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-11 22:42:26 +09:00
Zzzyt
c2ab680e18
add is_half argument to extract_feature_print.py (#1683)
* for GTX1650

* testing torch-profiler

* no more profiler & change default audio

* longer slice

* fluid container

* cache rmvpe and ui tweaks

* get my changes back after merge

* format code

* only load rmvpe when necessary

* fix rmvpe & config bug

* fix is_half again

* manual sync with upstream

* revert other changes for pull request
2024-01-11 22:40:34 +09:00
RVC-Boss
e56584c6e2
Add files via upload 2023-12-26 22:24:04 +08:00
github-actions[bot]
5449f84f06
chore(format): run black on dev (#1638)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-26 22:03:02 +09:00
yxlllc
d7fb651f7c optimize real-time vc 2023-12-26 16:26:01 +08:00
yxlllc
3dec36568c optimize real-time vc 2023-12-26 00:23:36 +08:00
Blaise
78f03e7dc0
Fix return_complex warning on training (#1627)
* Fix return_complex warning on training

* remove unused prints
2023-12-22 10:35:51 +09:00
Ftps
45133bc752 FIx F0 predictor for Harvet 2023-12-10 19:33:12 +09:00
Ftps
786005f0de
fix flow (#1605) 2023-12-10 15:32:44 +08:00