Commit Graph

167 Commits

Author SHA1 Message Date
github-actions[bot]
36d3d029eb Format code 2023-08-02 00:13:59 +00:00
alexlnkp
e4c61c817d Update infer-web.py 2023-08-02 07:12:19 +07:00
alexlnkp
6a6e816c1d i hate myself 2023-08-02 07:11:15 +07:00
alexlnkp
bb9bb6535a fixes 2023-08-02 07:05:37 +07:00
alexlnkp
03da05e6d7 better linux and darwin support
filepaths now work for everything
2023-08-02 06:56:45 +07:00
alexlnkp
90aea45c14 cross-platform for preprocess support 2023-08-02 05:56:40 +07:00
alexlnkp
4d3c764d9c small fixes 2023-07-30 17:32:24 +07:00
alexlnkp
1f8cde50d8 main commit 2023-07-30 16:00:56 +07:00
kalomaze
93706e95f5 Apply Code Formatter Change 2023-07-28 23:45:47 +00:00
alexlnkp
8b1ff46921 sqldatastorage to csv 2023-07-29 00:23:52 +07:00
kalomaze
deba775dc1 Try to make try except more robust for SQL database 2023-07-27 07:57:50 -05:00
kalomaze
5d25c72bda Revert "Merge branch 'main' into dev-main-backup"
This reverts commit 81fd2a0528, reversing
changes made to 521f5fb78e.
2023-07-26 22:34:48 -05:00
kalomaze
81fd2a0528 Merge branch 'main' into dev-main-backup 2023-07-26 22:15:31 -05:00
alexlnkp
0e750544ea Update infer-web.py 2023-07-26 07:49:40 +07:00
alexlnkp
f68dbbf0ff stftpshift overhaul + fixes
fixed cli traceback + implemented formant shifting
fixed batch conversion
2023-07-26 06:24:23 +07:00
alexlnkp
21a428c108 Revert "[main fix] cli fixed"
accidentally pushed wrong file in the wrong branch.
2023-07-25 19:27:31 +07:00
alexlnkp
7d3304831e batch conversion fixed for batching. 2023-07-25 19:20:36 +07:00
alexlnkp
4bc20f84d3 [main fix] cli fixed 2023-07-25 15:55:04 +07:00
kalomaze
4eae15f862 Revert "Merge pull request #53 from alexlnkp/main"
This reverts commit a2ce6d744b, reversing
changes made to 91dfaccac8.
2023-07-25 01:31:30 -05:00
alexlnkp
9138af1799 updated title of a tab in browser
changed it from default "Gradio" to more appealing "Mangio-RVC-Web 💻"
2023-07-25 06:00:38 +07:00
alexlnkp
26ddba243d data storage overhaul
switched from storing data in txt to sqlite3.
no more formant.txt and stop.txt!
all of the data from sql database is stored in memory of PC.
2023-07-25 05:53:47 +07:00
alexlnkp
cd930c6334 code optimization + rudimentary removal
got rid of rudimentary classes and functions, also overhauled the printing for CLI. no more
`print() print() print() print() print() print()`
2023-07-25 01:06:28 +07:00
alexlnkp
6ed88f7c8c formanting fix
now formanting accepts any audio, not just wavs. done with ffmpeg conversion.
2023-07-25 00:23:56 +07:00
alexlnkp
5e3f19ca9a patch for new fixes i made before
remade system of reading the formant settings on startup (still janky as hell, going to remake with sql) fixed when value is true in the txt but the checkbox isn't checked. therefore, also fixed when other parts of formanting in the ui doesn't appear.

my_utils.py now utilizes the stftpitchshift from local environment instead of globally installed one.
2023-07-24 23:59:28 +07:00
alexlnkp
87462a1d50 fixed formanting checkbox
fixed that formant checkbox was off by default even though the formanting was enabled.
this has caused a lot of misunderstanding.
2023-07-24 22:58:10 +07:00
alexlnkp
de3364f3aa lil fix 2023-07-24 22:23:52 +07:00
alexlnkp
54ba041045 quickfix of default theme 2023-07-24 21:39:23 +07:00
alexlnkp
08507f7bfd fixed CLI inferencing
added formanting option to CLI inference.
2023-07-24 21:30:21 +07:00
kalomaze
3a7d1aedc0 Merge branch 'main' into main 2023-07-23 05:24:09 -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
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
kalomaze
795dea48b5 Apply Code Formatter Change 2023-07-23 09:41:39 +00:00
kalomaze
18359f4179 Implement automatic per-epoch TensorBoard logging 2023-07-23 04:36:30 -05:00
kalomaze
9ff9503b43 Apply Code Formatter Change 2023-07-23 03:47:53 +00:00
alexlnkp
978eaabee2 Add files via upload
fixed training tracebacks and added Stop Training button
2023-07-23 05:49:24 +07:00
alexlnkp
0e5d725b34 Update infer-web.py
fixed gpu unload traceback :)
2023-07-21 21:40:27 +07:00
alexlnkp
790405413c Tweaked files upload and replace 2023-07-21 20:36:54 +07: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
Mangio621
43b2f41daf Merge remote-tracking branch 'upstream/main' 2023-06-19 01:43:09 +10:00
github-actions[bot]
e4417ce82f Format code (#564)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-18 13:55:51 +00:00
RVC-Boss
125a0a7b02 change default train version to v2
change default train version to v2
2023-06-18 13:52:49 +00:00
RVC-Boss
a42330f0ae Add files via upload 2023-06-18 21:49:49 +08: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
f92a923487 Update infer-web.py 2023-06-18 09:56:29 +00:00
RVC-Boss
0db402c312 Update infer-web.py 2023-06-18 09:56:16 +00:00
RVC-Boss
6ca9c853b0 v2-48k-32k-support
v2-48k-32k-support
2023-06-18 17:40:07 +08:00
RVC-Boss
44426b18b8 train index:auto kmeans when feature shape too large
train index:auto kmeans when feature shape too large
2023-06-18 16:19:07 +08:00