Commit Graph

696 Commits

Author SHA1 Message Date
Mangio621
f6b5dd126b Fixed concatenation error on line 26 for printing the crepe hop length debug out. 2023-05-06 07:51:49 +10:00
Mangio621
2af059bf7c Merge remote-tracking branch 'upstream/main' 2023-05-06 02:16:12 +10:00
github-actions[bot]
eb7caaa064 Format code (#228)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-06 00:14:11 +08:00
Ftps
e3cb0485ce staticmethod (#232) 2023-05-06 00:13:27 +08:00
Mangio621
8d6c932160 Fixed up extraction crepe hop length not being passed into extract f0 print. f0 Pitch extraction now works. Considerably longer than harvest etc. Now in the process of Training 2023-05-06 02:13:01 +10:00
Sebastian Gabriel Savu
4abd0bd680 [maintenance] cleanup one click training and related (#219)
- remove unused imports
- remove unused gpus6 param from train1key fn
- improve readability and reusability for various pathing strings
 main
2023-05-05 23:48:39 +08:00
Mangio621
151ba42ad7 Logging for preparation of crepe training. 2023-05-06 00:43:44 +10:00
Mangio621
92b85d621c Merge remote-tracking branch 'upstream/main' 2023-05-05 21:19:50 +10:00
Mangio621
2bccc638cd Updated readme. 2023-05-05 21:17:51 +10:00
github-actions[bot]
4027928a8e Format code (#227)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-05 14:18:51 +08:00
RVC-Boss
15519de5e5 Update i18n.py 2023-05-05 14:14:31 +08:00
github-actions[bot]
6726af00cf Format code (#221)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-05 13:13:41 +08:00
Mangio621
bbe6bec466 ADDED f0 CREPE PITCH EXTRACTION FOR TRAINING. Highly experimental. Need to test how good it is for training models still. Added crepe components to the training tab in the UI. Updated readme. 2023-05-05 07:11:23 +10:00
Mangio621
c9da303339 Merge remote-tracking branch 'upstream/main' 2023-05-05 04:45:37 +10:00
Mangio621
18ae2bcc8f Created tensorboard easy access via Makefile. Set maximum value of total_epoch on training to 10,000 instead of 1000. Updated Readme accordingly, and planning on starting the crepe training feature soon. 2023-05-05 04:43:46 +10:00
RVC-Boss
ccf6e6bbd2 batch_add_faiss_index
batch_add_faiss_index
2023-05-05 00:26:52 +08:00
Mangio621
28ef20c44a Merge remote-tracking branch 'upstream/main' 2023-05-05 00:58:51 +10:00
Mangio621
fe608ae6d3 In the processes of debugging extract_f0_feature. Updated readme and makefile instructions. 2023-05-05 00:54:08 +10:00
RVC-Boss
da34d75ec9 Add files via upload 2023-05-04 22:22:46 +08:00
nadare
b18f921a50 big_npy should be shuffled (#218) 2023-05-04 14:03:52 +00:00
Mangio621
7e76f25cac Set step size for crepe_hop_length to 1. Allows for more customizability with the pitch accuracy especially for heavy users with cuda devices that wish to infer with maximum pitch accuracy. 2023-05-04 12:33:34 +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
c3fa1664f6 Updated Makefile for paperspace integration. Updated UI theme for the fork. Confirmed that the --paperspace argument is working on my local machine as expected. 2023-05-04 10:34:38 +10:00
Mangio621
60cdc2029e Created makefile and paperspace arguments for paperspace integration. Testing will occur soon. 2023-05-04 04:59:10 +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
b5460e1aec Update readme features 2023-05-03 20:05:21 +10:00
Mangio621
7f2536ed11 Updated readme.md and requirements.txt. 2023-05-03 19:55:43 +10:00
Mangio621
ddc094fb16 merging upstream to main 1 2023-05-03 19:09:37 +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
RVC-Boss
c4a18107dc Update config.py 2023-05-02 12:31:05 +00:00
github-actions[bot]
951989117b Format code (#214)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-02 20:22:08 +08:00
RVC-Boss
71427575c4 Update infer-web.py 2023-05-02 12:17:09 +00:00
RVC-Boss
8370356d95 Update config.py 2023-05-02 12:07:03 +00:00
Mangio621
4408673b0f Converted main readme to the english version 2023-05-02 07:05:52 +10:00
Mangio621
517946b9d7 Added a new argument --use_gfloat which allows the user to force the use of g_float instead of the default g_half if the user wishes to infer on a normal windows pc. 2023-05-02 06:47:52 +10:00
nadare
69ea94609b update training tips and faiss tips (#208) 2023-04-30 22:26:25 +08:00
Ftps
6d0ec4b00c Escaping when device does not match (#203) 2023-04-29 04:18:06 +00:00
Ftps
b12e33891c fix open (#200) 2023-04-29 12:11:13 +08:00
github-actions[bot]
4cb010bac6 🎨 同步 locale (#196)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-28 20:46:39 +08: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
bycloud
bbe333552f added some more zh to en_US translation (#194)
* Add files via upload

* updated i18n() translation for en_US

expanded the dict for other languages

* added more i18n()

---------

Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2023-04-28 20:44:46 +08:00
Ftps
f391ac1763 Config class (#192)
* update config.py

* class

* class

* fix
2023-04-28 20:43:02 +08:00
源文雨
b1134d9f64 add 韓國語 2023-04-28 15:54:12 +08:00
RVC-Boss
211a842e88 Update infer-web.py 2023-04-28 11:31:13 +08:00
github-actions[bot]
9068d5283e Format code (#188)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-28 11:25:20 +08:00
RVC-Boss
9976df7045 Update Changelog_CN.md 2023-04-27 16:30:45 +00:00
RVC-Boss
725db8734a Update README.md 2023-04-27 16:16:38 +00:00