Commit Graph

645 Commits

Author SHA1 Message Date
kalomaze
e20cbe7a03 Make up-to-date with mainline 2023-07-26 22:40:06 -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
521f5fb78e no more unnecessary logs
no more unnecessary logs if certain condition doesn't meet
2023-07-27 10:09:33 +07:00
alexlnkp
aa4dbffab1 fixed non-formant inference 2023-07-26 23:01:10 +07:00
kalomaze
2d8e933496 Update README.md to mention M1 Mac install 2023-07-25 21:03:47 -05:00
kalomaze
32d8926407 Better install / inference shell script for macOS users 2023-07-25 20:50:51 -05:00
kalomaze
ce610600a1 Add auto downloads of rmvpe and hubert models 2023-07-25 20:34:07 -05:00
kalomaze
6c725a3814 Reorder PATH checks and install onnxruntime 2023-07-25 20:06:18 -05:00
alexlnkp
0e750544ea Update infer-web.py 2023-07-26 07:49:40 +07:00
kalomaze
6aecd74e27 Auto install MacOS dependencies (Homebrew, Python 3.8, ffmpeg) 2023-07-25 19:27:17 -05:00
alexlnkp
96f14f902a fixed db traceback (sqlite i hate you) 2023-07-26 06:26:23 +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
1b76386205 fp1
utilizing local stft
2023-07-26 04:44:17 +07:00
alexlnkp
ba86c00f9d stftlocalincluded 2023-07-26 04:39:05 +07:00
alexlnkp
fec0d5c383 Update .gitignore 2023-07-26 04:38:32 +07:00
kalomaze
24e12b1bb0 Batch inference fix
Batch inference fix.
2023-07-25 12:28:55 -05: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
kalomaze
fca62331cb Revert "Revert deletion of Formanting txt due to EasyGUI"
This reverts commit 2ad7cc0cba.
2023-07-25 01:31:26 -05:00
kalomaze
2ad7cc0cba Revert deletion of Formanting txt due to EasyGUI 2023-07-25 01:06:08 -05:00
kalomaze
a2ce6d744b Merge pull request #53 from alexlnkp/main
fixed CLI inferencing + other fixes
2023-07-25 00:47:18 -05:00
alexlnkp
877ca6daa5 Update README.md 2023-07-25 06:42:06 +07:00
alexlnkp
8b542b0221 Update README.md 2023-07-25 06:41:00 +07: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
56c14dade2 removed rudimentary files.
formanting.txt and stop.txt became useless after sql database implementation.
2023-07-25 05:55:14 +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
9a7c5164ad Merge branch 'main' of https://github.com/alexlnkp/Mangio-RVC-Tweaks 2023-07-24 22:23:55 +07:00
alexlnkp
de3364f3aa lil fix 2023-07-24 22:23:52 +07:00
Alex Murkoff
2254ae4a98 Merge branch 'main' into main 2023-07-24 21:42:16 +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
91dfaccac8 Change v2 48k preset to match mainline
Got great results training my Larry model with the new preset, with just 3 minutes of data. Might as well push
2023-07-24 02:59:05 -05:00
kalomaze
62ab1778a8 log_interval += 1 to ensure sync with epochs 2023-07-23 06:08:08 -05:00
kalomaze
bf8ba1ebcb Revert default theme back to 'Soft' 2023-07-23 05:47:58 -05:00
kalomaze
8160ddee8a README adjusted once again; rmvpe training is working successfully 2023-07-23 05:36:31 -05:00
kalomaze
67d1e50442 Update changelog to represent all changes 2023-07-23 05:33:06 -05:00
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