Commit Graph

223 Commits

Author SHA1 Message Date
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
RVC-Boss
dfb298da66 Update Changelog_CN.md 2023-04-27 16:09:12 +00:00
RVC-Boss
af208d5210 Add files via upload 2023-04-27 23:34:03 +08:00
EntropyRiser
a149107c5a Add full support of all samplerate. (#182)
Co-authored-by: EntropyRiser <1832783120@qq.com>
2023-04-27 18:52:01 +08:00
RVC-Boss
80b54499eb Update vc_infer_pipeline.py 2023-04-27 16:11:45 +08:00
M.Hosoi
7b8a0bb6fc Maximum value of save_every_epoch changed to 50 => 200 (#178) 2023-04-27 10:59:49 +08:00
RVC-Boss
a6cb4d3625 support 16xx GPU and 4G GPU inference
support 16xx GPU and 4G GPU inference
2023-04-27 01:40:04 +08:00
RVC-Boss
2ac8d553ab Update infer-web.py 2023-04-26 15:39:19 +00: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
RVC-Boss
a21f7ec11f total_fea not needed now
total_fea not needed now
2023-04-26 19:12:47 +08:00
JiHo Han
71e2733719 docs(README.ko): add Korean Translation of README.md (#157)
* docs(README.ko): add Korean Translation of README.md

* docs(Faiss): add Korean tips for Faiss

* docs(README): add hyperlinks for Korean translation on all README

* docs(training_tips): add Korean translation for training tips

---------

Co-authored-by: Ftps <63702646+Tps-F@users.noreply.github.com>
2023-04-25 21:55:48 +08:00
github-actions[bot]
964a85fe15 🎨 同步 locale (#163)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-25 10:53:56 +08:00
RVC-Boss
f2abfd5ad2 Update pyproject.toml 2023-04-25 10:51:38 +08:00
Styl
96b6d28718 Web UI to Spanish (#162) 2023-04-25 02:51:20 +00:00
Ftps
52661df363 fix json (#143) 2023-04-24 20:43:45 +08:00
github-actions[bot]
b4c653142d Format code (#142)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-24 20:35:56 +08:00
源文雨
376bd31c19 i18n: 优化英文翻译 by @Estil1 (#141)
* fix: i18n rename 不全

* Language 100% fixed 

I can create a Spanish version too

* 🎨 同步 locale

* Update en_US.json

---------

Co-authored-by: Styl <87322309+Estil1@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-24 20:31:46 +08:00
nadare
fdf12a4add Faiss Tutorial for Developers (#97)
* add faiss tutorial (WIP)

* add embedding tips
2023-04-24 20:18:34 +08:00
源文雨
f6ef9bca0c fix #115: 隐藏允许的 exception 2023-04-24 20:17:49 +08:00
Ναρουσέ·μ·γιουμεμί·Χινακάννα
9bac0ffaa7 Onnx导出拓展以及WebUI支持 (#140)
* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload
2023-04-24 19:55:05 +08:00
tarepan
fb1d4b1882 Fix deprecated positional arguments in mel (#133) 2023-04-24 18:35:09 +08:00
tarepan
329d739e70 Refactor mel module (#132)
* Refactor wave-to-mel

* Add docstring on mel

* Refactor mel module import and variable names
2023-04-24 11:45:20 +08:00
RVC-Boss
a02ef401ad Update trainset_preprocess_pipeline_print.py 2023-04-22 14:39:17 +00:00