Commit Graph

664 Commits

Author SHA1 Message Date
kalomaze
ee2b5e5226 Make default segment size for cutting 3.0s for OOM prevention on fp32 GPUs (10 series/1660ti)
It will change to 3.7 on capable GPUs like it did before
2023-07-30 04:50:52 -05:00
kalomaze
f93e94d641 Update README.md for 7/28 2023-07-28 20:56:33 -05:00
kalomaze
542607f199 I read the wrong commit to make my last change 2023-07-28 20:53:51 -05:00
kalomaze
ed9c9cda8c Merge pull request #65 from Mangio621/fix-cuda-req
Undo torch requirement change for compatibility
2023-07-28 18:47:13 -05:00
kalomaze
93706e95f5 Apply Code Formatter Change 2023-07-28 23:45:47 +00:00
kalomaze
8a5c227a1b Undo torch requirement change for compatibility 2023-07-28 18:45:06 -05:00
kalomaze
e2b3aa0f3b Revert from using SQL back to storing data on disk directly (for stability) 2023-07-28 18:39:26 -05:00
kalomaze
5d611dadee Fixed bug regarding merging of checkpoints
Fixed bug regarding merging of checkpoints
2023-07-28 18:38:52 -05:00
Rxhul
fcfe29dc89 Fixed merging 2023-07-28 16:06:22 -07:00
alexlnkp
177e9a842f Update requirements.txt 2023-07-29 00:48:57 +07:00
alexlnkp
8b1ff46921 sqldatastorage to csv 2023-07-29 00:23:52 +07:00
kalomaze
ddd80826f1 Check for PATH updates after install of homebrew 2023-07-27 18:17:29 -05:00
kalomaze
3295f324bd Remove formanting.txt reading; it is irrelevant during training(?) and causes issues v23.7.0 2023-07-27 08:10:47 -05:00
kalomaze
deba775dc1 Try to make try except more robust for SQL database 2023-07-27 07:57:50 -05:00
kalomaze
41775710ab Linux support for overhauled StftPitchShift (cmake build of StftPitchShift for Linux)
Linux support for overhauled StftPitchShift.
2023-07-26 23:18:09 -05:00
alexlnkp
c1d37de8eb linux stftpitchshift 2023-07-27 11:13:54 +07:00
alexlnkp
b2a67a5167 Merge branch 'dev-main-backup' of https://github.com/alexlnkp/Mangio-RVC-Tweaks into dev-main-backup 2023-07-27 11:05:46 +07:00
alexlnkp
43ee908ae1 linux 2023-07-27 11:04:45 +07:00
kalomaze
d7778b3e49 Batch and cli fixes + stftpitchshift overhaul
batch and cli fixes + stftpitchshift overhaul
2023-07-26 22:49:05 -05:00
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