forked from Mangio621/Mangio-RVC-Fork
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Correction of Japanese nuances (RVC-Project#577) * Correction of Japanese nuances * Add new line * Fix OpenBLAS warning (RVC-Project#583) Fixes the error msg: "OpenBLAS warning: precompiled NUM_THREADS exceeded, adding auxiliary array for thread metadata" * Add new defaults for infer-web.py & adjust english translation (RVC-Project#584) * Adjust defaults of index and volume scale * Adjust eng translation for index and volume envelope * Fix links (RVC-Project#596) * fix extract locale * Format code (RVC-Project#612) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * 🎨 同步 locale (RVC-Project#613) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Bump gradio from 3.14.0 to 3.34.0 (RVC-Project#614) Bumps [gradio](https://github.com/gradio-app/gradio) from 3.14.0 to 3.34.0. - [Release notes](https://github.com/gradio-app/gradio/releases) - [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md) - [Commits](gradio-app/gradio@v3.14.0...v3.34.0) --- updated-dependencies: - dependency-name: gradio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * move changelogs to docs folder * 优化 config.py * 优化代码结构 * add dlmodels.sh * Fix the index out of bounds bug in extract_feature_print.py (RVC-Project#560) Check if the length of sys.argv is 6, instead of 5, to cover sys.argv[5]. Otherwise when the length is 6, it runs the else body and tries to access sys.argv[6] in line 13, which is an error. * Update LICENSE * fix extract feature in MPS device * 优化代码结构 * Update README.md * Format code (RVC-Project#624) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * update index training script v2 (RVC-Project#643) * update index training script v2 * Apply Code Formatter Change --------- Co-authored-by: gak123 <[email protected]> * Fix realtime gui under linux (RVC-Project#609) * Fix init problem about devices index outbound * Fix file browse file type * Fix sd stream channels problem, fix it to 2 --------- Co-authored-by: 源文雨 <[email protected]> * Format code (RVC-Project#644) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix boolean parsing (RVC-Project#629) * Update README.md (RVC-Project#646) * added tr support (RVC-Project#653) * Changes by create-pull-request action (RVC-Project#655) * 🎨 同步 locale * Update tr_TR.json --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: 源文雨 <[email protected]> * added ru support ru-RU.json (RVC-Project#661) * added ru support ru-RU.json Russian translation by redoverflow * updated description for extract * Added italian translation json (RVC-Project#676) * 🎨 同步 locale (RVC-Project#699) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * add torchcrepe to pyproject (RVC-Project#696) * Add directML support to RVC for AMD & Intel GPU supported (RVC-Project#707) * Use sys.executable to determine --pycmd (RVC-Project#715) * Use sys.executable to determine --pycmd In some systems, `python` may not correctly refer to the virtual environment's `python` used for webui, or it even refers to Python 2. Also in Windows, when the webui is run directly through `venv\Scripts\python` without activating the virtual environment, the system python will be picked instead of the one inside virtual environment. * Remove reduntant "or". * Format code (RVC-Project#716) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * add rmvpe support add rmvpe support * 最先进人声音高提取算法RMVPE已支持,效果默秒全! 最先进人声音高提取算法RMVPE已支持,效果默秒全! * Update and rename gui.py to gui_v0.py * Add files via upload * Add files via upload * 实时GUI支持rmvpe 实时GUI支持rmvpe * Update rvc_for_realtime.py * Update LICENSE * Create MIT协议暨相关引用库协议 * Format code (RVC-Project#727) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: gen-locale * 🎨 同步 locale (RVC-Project#743) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Add .sh run script for macOS & linux, fix error on macs with low vram. (RVC-Project#737) * Add .sh run script * Update extract_feature_print.py * Remove `requirements_macOS.txt` * Fix dependency error (RVC-Project#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. * fix mps in gui-v1.py (RVC-Project#769) * Fix mps on realtime * Added back repeat chs * Fix dependency conflict in last pull request (RVC-Project#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. * Format code (RVC-Project#779) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Attempt at fixing import for infer pack * 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 * Gradio req. updated --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Ftps <[email protected]> Co-authored-by: Justin John <[email protected]> Co-authored-by: 源文雨 <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: sungchura <[email protected]> Co-authored-by: Rice Cake <[email protected]> Co-authored-by: gak123 <[email protected]> Co-authored-by: Yurzi <[email protected]> Co-authored-by: tocky <[email protected]> Co-authored-by: Ozan Ayrıkan <[email protected]> Co-authored-by: Devyatyi9 <[email protected]> Co-authored-by: Valerio Montieri <[email protected]> Co-authored-by: Roberts Slisans <[email protected]> Co-authored-by: Zhang, Di <[email protected]> Co-authored-by: Miku AuahDark <[email protected]> Co-authored-by: RVC-Boss <[email protected]> Co-authored-by: Naozumi <[email protected]> Co-authored-by: 丸子 <[email protected]>
- Loading branch information
1 parent
20b1ba4
commit c906641
Showing
111 changed files
with
4,808 additions
and
472 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ __pycache__ | |
*.pyd | ||
hubert_base.pt | ||
/logs | ||
.venv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,45 @@ | ||
MIT License | ||
|
||
Copyright (c) 2023 liujing04 | ||
Copyright (c) 2023 源文雨 | ||
|
||
本软件及其相关代码以MIT协议开源,作者不对软件具备任何控制力,使用软件者、传播软件导出的声音者自负全责。 | ||
如不认可该条款,则不能使用或引用软件包内任何代码和文件。 | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
|
||
特此授予任何获得本软件和相关文档文件(以下简称“软件”)副本的人免费使用、复制、修改、合并、出版、分发、再授权和/或销售本软件的权利,以及授予本软件所提供的人使用本软件的权利,但须符合以下条件: | ||
上述版权声明和本许可声明应包含在软件的所有副本或实质部分中。 | ||
软件是“按原样”提供的,没有任何明示或暗示的保证,包括但不限于适销性、适用于特定目的和不侵权的保证。在任何情况下,作者或版权持有人均不承担因软件或软件的使用或其他交易而产生、产生或与之相关的任何索赔、损害赔偿或其他责任,无论是在合同诉讼、侵权诉讼还是其他诉讼中。 | ||
|
||
相关引用库协议如下: | ||
################# | ||
ContentVec | ||
https://github.com/auspicious3000/contentvec/blob/main/LICENSE | ||
MIT License | ||
################# | ||
VITS | ||
https://github.com/jaywalnut310/vits/blob/main/LICENSE | ||
MIT License | ||
################# | ||
HIFIGAN | ||
https://github.com/jik876/hifi-gan/blob/master/LICENSE | ||
MIT License | ||
################# | ||
gradio | ||
https://github.com/gradio-app/gradio/blob/main/LICENSE | ||
Apache License 2.0 | ||
################# | ||
ffmpeg | ||
https://github.com/FFmpeg/FFmpeg/blob/master/COPYING.LGPLv3 | ||
https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2021-02-28-12-32/ffmpeg-n4.3.2-160-gfbb9368226-win64-lgpl-4.3.zip | ||
LPGLv3 License | ||
MIT License | ||
################# | ||
ultimatevocalremovergui | ||
https://github.com/Anjok07/ultimatevocalremovergui/blob/master/LICENSE | ||
https://github.com/yang123qwe/vocal_separation_by_uvr5 | ||
MIT License | ||
################# | ||
audio-slicer | ||
https://github.com/openvpi/audio-slicer/blob/main/LICENSE | ||
MIT License | ||
本软件及其相关代码以MIT协议开源,作者不对软件具备任何控制力,使用软件者、传播软件导出的声音者自负全责。 | ||
如不认可该条款,则不能使用或引用软件包内任何代码和文件。 | ||
|
||
特此授予任何获得本软件和相关文档文件(以下简称“软件”)副本的人免费使用、复制、修改、合并、出版、分发、再授权和/或销售本软件的权利,以及授予本软件所提供的人使用本软件的权利,但须符合以下条件: | ||
上述版权声明和本许可声明应包含在软件的所有副本或实质部分中。 | ||
软件是“按原样”提供的,没有任何明示或暗示的保证,包括但不限于适销性、适用于特定目的和不侵权的保证。在任何情况下,作者或版权持有人均不承担因软件或软件的使用或其他交易而产生、产生或与之相关的任何索赔、损害赔偿或其他责任,无论是在合同诉讼、侵权诉讼还是其他诉讼中。 | ||
|
||
|
||
The LICENCEs for related libraries are as follows. | ||
相关引用库协议如下: | ||
|
||
ContentVec | ||
https://github.com/auspicious3000/contentvec/blob/main/LICENSE | ||
MIT License | ||
|
||
VITS | ||
https://github.com/jaywalnut310/vits/blob/main/LICENSE | ||
MIT License | ||
|
||
HIFIGAN | ||
https://github.com/jik876/hifi-gan/blob/master/LICENSE | ||
MIT License | ||
|
||
gradio | ||
https://github.com/gradio-app/gradio/blob/main/LICENSE | ||
Apache License 2.0 | ||
|
||
ffmpeg | ||
https://github.com/FFmpeg/FFmpeg/blob/master/COPYING.LGPLv3 | ||
https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2021-02-28-12-32/ffmpeg-n4.3.2-160-gfbb9368226-win64-lgpl-4.3.zip | ||
LPGLv3 License | ||
MIT License | ||
|
||
ultimatevocalremovergui | ||
https://github.com/Anjok07/ultimatevocalremovergui/blob/master/LICENSE | ||
https://github.com/yang123qwe/vocal_separation_by_uvr5 | ||
MIT License | ||
|
||
audio-slicer | ||
https://github.com/openvpi/audio-slicer/blob/main/LICENSE | ||
MIT License | ||
|
||
PySimpleGUI | ||
https://github.com/PySimpleGUI/PySimpleGUI/blob/master/license.txt | ||
LPGLv3 License |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.