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
kalomaze
6aecd74e27
Auto install MacOS dependencies (Homebrew, Python 3.8, ffmpeg)
2023-07-25 19:27:17 -05: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
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