Commit Graph

602 Commits

Author SHA1 Message Date
kalomaze
c2f889934f UI Improvements
updated ui to have placeholders, certain sliders appear only when needed, step 2b is hidden if pitch guidance is disabled, unnecessary radios replaced with checkboxes
2023-07-23 05:25:48 -05:00
kalomaze
3a7d1aedc0 Merge branch 'main' into main 2023-07-23 05:24:09 -05:00
kalomaze
e2994fcf73 Merge pull request #50 from Mangio621/auto-epoch-log
TensorBoard logging is now per-steps in an epoch
2023-07-23 05:21:55 -05:00
alexlnkp
d9c5b55f6e ui update
updated ui to have placeholders, certain sliders appear only when needed(e.g. crepe hop-length, save-freq), step 2b in training is hidden if pitch guidance is disabled, unnecessary radios for picking between two options replaced with checkboxes for more clean look.
2023-07-23 17:21:05 +07:00
kalomaze
92009b36ba Merge branch 'auto-epoch-log' of https://github.com/Mangio621/Mangio-RVC-Fork into auto-epoch-log 2023-07-23 05:03:55 -05:00
kalomaze
c2f7718439 Make it properly append to train section of json 2023-07-23 05:03:39 -05:00
alexlnkp
64390137f6 updated ui
updated ui to have placeholders, certain sliders appear only when needed, step 2b is hidden if pitch guidance is disabled, unnecessary radios replaced with checkboxes
2023-07-23 16:53:47 +07:00
alexlnkp
32b46676b0 updated ui
updated ui to have placeholders, certain sliders appear only when needed, step 2b is hidden if pitch guidance is disabled, unnecessary radios replaced with checkboxes
2023-07-23 16:49:39 +07:00
alexlnkp
ddf76dfec0 Merge branch 'main' of https://github.com/alexlnkp/Mangio-RVC-Tweaks 2023-07-23 16:46:12 +07:00
alexlnkp
a8d2a2a4dc Merge branch 'main' of https://github.com/alexlnkp/Mangio-RVC-Tweaks 2023-07-23 16:44:20 +07:00
kalomaze
795dea48b5 Apply Code Formatter Change 2023-07-23 09:41:39 +00:00
kalomaze
3c4f150ccf it printed twice, idk why, but it worked 2023-07-23 04:40:24 -05:00
kalomaze
18359f4179 Implement automatic per-epoch TensorBoard logging 2023-07-23 04:36:30 -05:00
kalomaze
be66b943fc Create audios folder 2023-07-22 23:35:40 -05:00
kalomaze
dc607459fc Merge pull request #49 from Mangio621/TRUE-FIXED-FP16
Fix training times by fixing fp16 detection
2023-07-22 22:48:22 -05:00
kalomaze
9ff9503b43 Apply Code Formatter Change 2023-07-23 03:47:53 +00:00
kalomaze
593b740709 Fix training times by fixing fp16 detection 2023-07-22 22:47:38 -05:00
kalomaze
b280c8c7bc Made some changes to README with new features changelog 2023-07-22 18:20:58 -05:00
kalomaze
ab87e03559 RMVPE training & GUI QOL changes
RMVPE training, remove one click, add formant shifting, stop training button all added.
2023-07-22 18:15:38 -05:00
kalomaze
25265bbe30 Removed non-fork files 2023-07-22 18:11:29 -05:00
alexlnkp
a42d91fddf remove non-fork items 2023-07-23 06:11:17 +07:00
alexlnkp
a3a651d4f8 Add files via upload 2023-07-23 06:04:36 +07:00
alexlnkp
cc14c1746e Add files via upload 2023-07-23 06:00:31 +07:00
alexlnkp
5c6a9066f5 Add files via upload 2023-07-23 05:59:53 +07:00
alexlnkp
385d7c57f3 Add files via upload 2023-07-23 05:54:04 +07:00
alexlnkp
263fa69f05 Update README.md 2023-07-23 05:50:22 +07:00
alexlnkp
978eaabee2 Add files via upload
fixed training tracebacks and added Stop Training button
2023-07-23 05:49:24 +07:00
alexlnkp
21dba2f37b Add files via upload
fixed broken training due to missing arguments of load_audio function
2023-07-23 03:34:59 +07:00
alexlnkp
fb726751a7 Add files via upload
forgot to upload it hehe
2023-07-22 20:30:54 +07:00
alexlnkp
4abc7f23ea Update README.md 2023-07-21 22:16:29 +07:00
alexlnkp
72539f737a Update README.md 2023-07-21 21:42:07 +07:00
alexlnkp
0e5d725b34 Update infer-web.py
fixed gpu unload traceback :)
2023-07-21 21:40:27 +07:00
alexlnkp
7c778bdca1 Update README.md 2023-07-21 20:59:59 +07:00
alexlnkp
790405413c Tweaked files upload and replace 2023-07-21 20:36:54 +07:00
kalomaze
6b734c391d Merge pull request #38 from kalomaze/try-update
Get mangio fork up to date with rmvpe
2023-07-18 23:10:20 -05:00
kalomaze
653e52df50 Gradio req. updated 2023-07-17 15:48:00 -05: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
kalomaze
3adcdb6221 Attempt at fixing import for infer pack 2023-07-17 14:08:16 -05:00
kalomaze
eb7d0ad3be Merge remote-tracking branch 'ogrvc/main' into try-update 2023-07-17 13:25:04 -05:00
github-actions[bot]
f63783c348 Format code (#779)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-17 22:56:30 +08:00
丸子
0cf474f820 Fix dependency conflict in last pull request (#775)
The conflict is caused by:
    The user requested starlette>=0.25.0
    fastapi 0.88.0 depends on starlette==0.22.0

fastapi 0.88.0 package will resolve dependency automatically, remove the starlette>=0.25.0 will fix the conflict.
2023-07-17 22:55:28 +08:00
Naozumi
2b3fe8cf1b fix mps in gui-v1.py (#769)
* Fix mps on realtime

* Added back repeat chs
2023-07-17 22:54:15 +08:00
丸子
2e0dfeec50 Fix dependency error (#745)
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
lightning 2.0.2 requires fastapi<0.89.0,>=0.69.0, but you have fastapi 0.100.0 which is incompatible.
so-vits-svc-fork 3.14.1 requires fastapi==0.88, but you have fastapi 0.100.0 which is incompatible.
2023-07-16 23:34:35 +08:00
Naozumi
86ed98aaca Add .sh run script for macOS & linux, fix error on macs with low vram. (#737)
* Add .sh run script

* Update extract_feature_print.py

* Remove `requirements_macOS.txt`
2023-07-13 07:05:35 +00:00
github-actions[bot]
5b9d9b045a 🎨 同步 locale (#743)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-13 14:40:46 +08:00
源文雨
c40d522e2a fix: gen-locale 2023-07-13 14:39:34 +08:00
github-actions[bot]
9739f3085d Format code (#727)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-13 14:35:24 +08:00
RVC-Boss
6c13f1fe52 Create MIT协议暨相关引用库协议 2023-07-12 11:25:18 +08:00
RVC-Boss
5691e7a237 Update LICENSE 2023-07-12 11:17:30 +08:00
RVC-Boss
cd1d76aac2 Update rvc_for_realtime.py 2023-07-11 22:09:41 +08:00