Commit Graph

265 Commits

Author SHA1 Message Date
Mangio621
2b1340f5be Merge remote-tracking branch 'upstream/main' 2023-05-08 04:17:54 +10:00
Mangio621
4a87432d55 Readme updated with more information about crepe training and minimising cuda issues. 2023-05-08 04:16:57 +10:00
RVC-Boss
4a2c9c062f Update gui.py 2023-05-07 17:42:30 +00:00
RVC-Boss
5928d5358c Update gui.py 2023-05-07 17:40:09 +00:00
Scott
f695fe60f6 Add English CHANGELOG (#243) 2023-05-07 16:24:13 +00:00
Mangio621
6f729e20d3 Upstream merge 2023-05-07 19:39:13 +10:00
源文雨
5d7b649175 Update README.md 2023-05-07 13:46:23 +08:00
源文雨
73992be783 增加发行时自动构建docker镜像 2023-05-07 13:43:27 +08:00
Sebastian Gabriel Savu
d43c1d3cdd add ability to containerize with Docker (add Dockerfile) (#240)
Co-authored-by: Sebastian Savu <sebastian.savu@bidfx.com>
2023-05-07 13:32:16 +08:00
github-actions[bot]
b5b9af0255 🎨 同步 locale (#239)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-07 13:30:57 +08:00
Mangio621
17533f5f4e Update readme. Temporary colab link available. 2023-05-07 02:29:37 +10: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
a21ce8c0e2 Updated readme and crepe training results 2023-05-06 23:29:55 +10:00
Mangio621
e0bccb0f01 Resolved readme conflict with upstream 2023-05-06 22:44:47 +10:00
RVC-Boss
aabbcb70c1 Update README.en.md 2023-05-06 18:42:08 +08:00
RVC-Boss
ddec7b713f Update README.md 2023-05-06 18:40:42 +08:00
Mangio621
0c1599db80 Update README.md 2023-05-06 19:56:34 +10:00
Mangio621
1ab6b35ad9 Merge remote-tracking branch 'upstream/main' 2023-05-06 19:51:53 +10:00
R0w9h
e76654e634 Update ja_JP.json (#238) 2023-05-06 10:45:39 +09:00
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