Commit Graph

51 Commits

Author SHA1 Message Date
kalomaze
9ff9503b43 Apply Code Formatter Change 2023-07-23 03:47:53 +00:00
kalomaze
ce9ed61841 basic rmvpe support, no training yet
You need the weight file from huggingface to use this. Rmvpe seems faster and higher quality than mangio-crepe
2023-07-17 15:20:40 -05:00
Mangio621
ea13019480 Merged changes for v2 48k pretrained models. Also updated makefile to support downloading of 48k pre-trained models, and 32k 2023-06-18 22:53:50 +10:00
github-actions[bot]
a7647e4094 Format code (#526)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-18 10:39:56 +00:00
RVC-Boss
a9a77f2556 fix-no-f0-model-protect-issue
fix-no-f0-model-protect-issue
2023-06-18 15:17:36 +08:00
Mangio621
6a321b98f4 Fixed official crepe first frame issue on hybrid f0 inference 2023-06-03 17:27:46 +10:00
Mangio621
b316dc88a0 Fixed batch size issue. 2023-05-31 00:45:43 +10:00
Mangio621
a2eb974255 Crepe Implementation use own hop_length. Update readme 2023-05-31 00:37:37 +10:00
Mangio621
3a595c3ae1 Improved Crepe Batch Size with crepe_hop_length * 2. Official crepe no longer the same in this fork! 2023-05-30 23:57:13 +10:00
Mangio621
9c9e4e5858 Fixed not returning f0 on crepe 2023-05-30 23:40:25 +10:00
Mangio621
ad743209bb Merged official Crepe, and added Mangio-crepe as another wayto calculate crepe. Official crepe added to training! 2023-05-30 18:52:16 +10:00
github-actions[bot]
e435b3bb8a Format code (#366)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-28 16:06:11 +00:00
RVC-Boss
f1730d42d4 Add files via upload 2023-05-28 22:58:33 +08:00
Mangio621
cccdb58287 experimental f0 hybrid computation stack count fix 2023-05-25 21:10:19 +10:00
Mangio621
72b0b67994 Added hybrid f0 on training (f0 feature extraction). EXPERIMENTAL. Also added dio to the hybrid method options. Also fixed normal dio inference including a median filter. 2023-05-25 21:06:37 +10:00
Mangio621
ff84e670c5 Update VC Infer Pipeline. 2023-05-25 20:08:23 +10:00
Mangio621
415f6525e6 f0 hybrid implementation: fixed usage with harvest by killing first frame of harvest f0 nparray 2023-05-20 18:05:14 +10:00
Mangio621
b554340c0d Added f0 hybrid computation functionality for CLI. 2023-05-20 16:09:51 +10:00
Mangio621
ae417f80d7 Merged upstream changes 2023-05-20 13:50:22 +10:00
Mangio621
3ec306cd45 Working on pyin. Established a prototype in vc_infer_pipeline 2023-05-19 10:52:56 +10:00
Mangio621
170fa4ff0c Resolved tons of conflicts with v2. Testing now 2023-05-15 02:31:08 +10:00
github-actions[bot]
6a3eaef090 Format code (#275)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-14 07:52:36 +00:00
RVC-Boss
3b5a2298d7 Add files via upload 2023-05-14 15:05:42 +08:00
Mangio621
74e1d4627b Fixed optimal torch device for crepe computation with the new upstream conflict resolve. 2023-05-14 03:41:15 +10:00
Mangio621
194945fbc8 Merged huge infer-web and harvest feature implementation. Expect a few instabilities. Lots of conflicts. 2023-05-14 03:29:52 +10:00
github-actions[bot]
af41184320 Format code (#274)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-12 19:43:05 +00:00
RVC-Boss
44449efc2e Add files via upload 2023-05-13 03:29:30 +08:00
Ftps
3d8d0957e4 remove Unnecessary elif (#259) 2023-05-12 19:27:44 +00:00
Mangio621
0b3e29122e Merged upstream. Removed g_float argument 2023-05-10 23:41:32 +10:00
Ftps
6cc2279fb9 Support mps generate (#263) 2023-05-10 13:17:13 +00:00
Mangio621
1a81bbc467 Added crepe-tiny f0 model on inference. Potentially faster inference time at the cost of quality... 2023-05-07 00:07:10 +10:00
Mangio621
e990fe3edc Fixed the self parameter on get_optimal_torch_device call. Problems have been fully resolved in testing with paperspace now. 2023-05-04 12:28:53 +10:00
Mangio621
dd780d11c2 Changed librosa version to 0.9.1. Also fixed the cuda issue (forgot that I wasn't passing in a self parameter into the get optimal device method) 2023-05-04 12:16:15 +10:00
Mangio621
bdab05320d Changed torchcrepe to version 0.0.18 in requirements. Torch version to default 2.0.0. Resolved torch cuda device VC to int error. Added 1 as minimum value to the crepe_hop_length in the web GUI. 2023-05-04 11:47:58 +10:00
Mangio621
8ad46c07d0 Updated readme for future plans with paperspace 2023-05-04 04:37:33 +10:00
Mangio621
d4ad454069 Trimmed down the f0 crepe computation method. Added a full bypass for is_half in config.py if user is using --use_gfloat 2023-05-04 04:09:02 +10:00
Mangio621
6fc8c84083 Added an f0 inference overhaul. Added dio and crepe f0 algorithms to inference and a crepe_hop_length slider on the main GUI. I can confirm that crepe sounds much better than harvest, dio and pm and is more stable especially with using small hop-lengths. 2023-05-03 10:58:42 +10:00
github-actions[bot]
e9301d7a08 Format code (#195)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-28 20:45:21 +08:00
Ftps
f391ac1763 Config class (#192)
* update config.py

* class

* class

* fix
2023-04-28 20:43:02 +08:00
RVC-Boss
af208d5210 Add files via upload 2023-04-27 23:34:03 +08:00
RVC-Boss
80b54499eb Update vc_infer_pipeline.py 2023-04-27 16:11:45 +08:00
RVC-Boss
dc0c8756b5 Total_fea not needed now. Better and faster retrieval performance.
Total_fea not needed now. Better and faster retrieval performance.
2023-04-26 19:17:48 +08:00
RVC-Boss
9be8048302 Total_fea not needed. Better and faster retrieval performance
Total_fea not needed now. Better and faster retrieval performance.
2023-04-26 19:13:54 +08:00
源文雨
b0f8a4c7d1 fix: json format (#84)
* Update extract_locale.py

* Apply Code Formatter Change

* Update locale_diff.py

* Apply Code Formatter Change

---------

Co-authored-by: fumiama <fumiama@users.noreply.github.com>
2023-04-17 12:49:29 +00:00
liujing04
0719b4aa5e Add files via upload 2023-04-16 18:56:20 +08:00
Ftps
c8261b2ccc Reformat and rewrite _get_name_params (#57)
* Reformat

* rewrite _get_name_params

* Add workflow for automatic formatting

* Revert "Add workflow for automatic formatting"

This reverts commit 9111c5dbc1830248305fb075587a88be07ad3115.

* revert Retrieval_based_Voice_Conversion_WebUI.ipynb

---------

Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2023-04-15 11:44:24 +00:00
liujing04
a36ff01be1 Add files via upload 2023-04-13 23:57:27 +08:00
源文雨
ecc744d748 optimize: 精简未用到的配置项并在特征提取初步引入mps (#32) 2023-04-11 18:14:55 +08:00
源文雨
80bc765cbc 优化print 2023-04-10 18:34:10 +08:00
源文雨
ff1a711cad fix: MacOS 纯 CPU 推理时 Segmentation fault: 11
see: facebookresearch/faiss#2317 facebookresearch#2410
2023-04-10 18:28:39 +08:00