112 Commits

Author SHA1 Message Date
VSlobolinskyi
feb31b3d83 Changes 2025-03-18 12:06:43 +02:00
VSlobolinskyi
e521f01f88 debugging 2025-03-18 11:33:29 +02:00
VSlobolinskyi
fd0487d92b hubert 2025-03-18 11:16:38 +02:00
VSlobolinskyi
dac00219c3 Hubert 2025-03-18 11:11:31 +02:00
VSlobolinskyi
fbda348b9a Accept global definition 2025-03-18 11:07:41 +02:00
VSlobolinskyi
a82621dd81 Revert the field and add auto population instead 2025-03-18 11:01:49 +02:00
VSlobolinskyi
e658a85ccc Remove docs and replace file_path with audio_file usage 2025-03-18 10:49:20 +02:00
VSlobolinskyi
d6de82afef Remove part of the non-inference-related modules 2025-03-18 10:10:54 +02:00
Ναρουσέ·μ·γιουμεμί·Χινακάννα
7ef1986778
Add warnings for files related to Onnx exports (#2385)
* Fix Onnx Export And Support TensorRT

* Add files via upload

* Update attentions_onnx.py

* Update models_onnx.py

* Update models_onnx.py

* Add files via upload

* Add files via upload
2024-11-24 23:09:44 +08:00
yxlllc
709bbbac1a
optimize nsf inference (#2387) 2024-11-24 21:36:41 +08:00
Ναρουσέ·μ·γιουμεμί·Χινακάννα
1376ce739d
Fix onnx export & Support TensorRT (#2384)
* Fix Onnx Export And Support TensorRT

* Add files via upload
2024-11-24 00:27:28 +08:00
纸巾
9ae3af4a7d
移除音频文件路径 Unicode 控制字符 (#2334) 2024-11-23 20:46:42 +08:00
Xavier Lau
81ca3253c7
Allow path name contains special characters 2024-07-03 18:42:58 +08:00
RVC-Boss
83d6a64e67
Merge pull request #2159 from tkyaji/upgrade_librosa
fix: Updated librosa to version 0.10.2
2024-07-01 10:08:22 +08:00
tkyaji
d8ec4e1fee The import for traceback is missing. 2024-06-26 22:15:01 +09:00
tkyaji
330bdd9692 fix: Updated 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-06-26 21:59:55 +09:00
RVC-Boss
1f1755fe3d
Update audio.py 2024-06-14 19:56:10 +08:00
多玩幻灵qwq
f0dd73a419
feat: fallback to system encoding when fail to read file with utf-8 2024-06-09 00:05:12 +08:00
源文雨
64b78bed3b 20240604 2024-06-05 18:10:59 +09: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
Ftps
fe0f32c6a6
swap description (#1554)
Co-authored-by: donghyeop son <42092560+sondonghup@users.noreply.github.com>
2023-11-26 21:03:10 +09:00
github-actions[bot]
ee6c50bdbc
chore(format): run black on dev (#1484)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-06 15:42:26 +09:00
CNajm
3f7644b56a
Fix error in index file path (#1502) 2023-11-06 15:41:25 +09:00
RVC-Boss
3cc0964600
Update train.py 2023-10-16 23:44:41 +08:00
github-actions[bot]
11b1cdded8 chore(format): run black on dev 2023-10-11 02:22:28 +00:00
RVC-Boss
3cc778ba6a
Add files via upload 2023-10-11 10:22:11 +08:00
github-actions[bot]
886eeb0547 chore(format): run black on dev 2023-10-10 09:10:46 +00:00
RVC-Boss
7e4992eb22
Add files via upload 2023-10-10 17:10:18 +08:00
github-actions[bot]
1e2648804c
chore(format): run black on dev (#1407)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-10 10:57:00 +08:00
RVC-Boss
9cdc185c3a
Add files via upload 2023-10-10 10:56:07 +08:00
RVC-Boss
03ccd53ffe
Add files via upload 2023-10-09 15:38:59 +08:00
github-actions[bot]
634ba76cfa
chore(format): run black on dev (#1398)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-08 18:54:15 +08:00
RVC-Boss
5c609190a2
Add files via upload 2023-10-08 18:40:45 +08:00
RVC-Boss
ec29cf8d65
Add files via upload 2023-10-08 18:31:09 +08:00