Commit Graph

616 Commits

Author SHA1 Message Date
RVC-Boss 23642ac22a
Update train_nsf_sim_cache_sid_load_pretrain.py 2023-07-26 18:05:44 +08:00
Seth T. Allen 2a71c31b66
Create infer_cli.py (#875)
The my_inferer.py mentioned in the RBVC docs is broken. This one works. I think we should add it :^)
2023-07-26 14:43:08 +08:00
RVC-Boss 622c1f5131
Update faq_en.md 2023-07-26 14:39:50 +08:00
RVC-Boss 49d13d41cc
Update faq.md 2023-07-26 14:39:18 +08:00
github-actions[bot] 232213a522
Format code (#874)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-26 11:56:00 +08:00
Naozumi 85d0d709e0
Move `cor_nom`, `cor_den` to mps (`gui_v1.py`) (#851)
* Move `cor_nom`, `cor_den` to mps

* Split logic based on system
2023-07-26 11:54:37 +08:00
Mix007 78b8bfe890
Update infer-web.py (#864)
fix ModuleNotFoundError: No module named 'config'
fix NameError: name 'sys' is not defined
2023-07-26 11:52:51 +08:00
RVC-Boss 98b2e752f2
Update config.py 2023-07-26 11:36:27 +08:00
RVC-Boss c757674425
Add files via upload 2023-07-26 11:35:31 +08:00
github-actions[bot] 3ae444b05c
Format code (#850)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-24 18:19:03 +08:00
源文雨 23f64d3aa8 optimize: cpt as #836 mentioned 2023-07-24 18:16:48 +08:00
源文雨 76c18b547c optimize: move i18n to lib 2023-07-24 14:19:53 +08:00
源文雨 8364750272 optimize: move slicer2, rmvpe, my_utils to lib 2023-07-24 14:16:58 +08:00
Nato Boram 451630a2a4
⬇️ Downgrade librosa (#846) 2023-07-24 03:31:02 +00:00
Nato Boram ffc99dbd32
👷 Use `black[jupyter]` (#847)
* 👷 Use black[jupyter]

* 👷 Add missing matrix
2023-07-24 03:30:01 +00:00
源文雨 18067aa85d fix #835: some broken imports 2023-07-23 14:32:53 +08:00
github-actions[bot] a002f817df
Format code (#834)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-23 13:37:01 +08:00
源文雨 f70da25f00 fix: code lint by optimizing train lib's importing 2023-07-23 12:08:11 +08:00
源文雨 add253b476
Update genlocale.yml 2023-07-23 02:11:25 +08:00
github-actions[bot] 6f5697c146
🎨 同步 locale (#828)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-23 01:57:31 +08:00
github-actions[bot] 4b8d47f13a
Format code (#827)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-23 01:56:43 +08:00
源文雨 f5a1c550e5
Update push_format.yml 2023-07-23 01:51:52 +08:00
Naozumi 8c23c3c9e5
Add device reload button (#778) 2023-07-23 01:24:51 +08:00
Karl Kihlström fe6216a026
add app title (#780) 2023-07-23 01:23:47 +08:00
RVC-Boss 468f9e3075
Update 48k_v2.json 2023-07-19 15:26:11 +08:00
mocci24 4cbdeebefc
some error building pyworld (#797)
× Building wheel for pyworld (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> See above for output.
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  Building wheel for pyworld (pyproject.toml) ... error
  ERROR: Failed building wheel for pyworld
  Building wheel for antlr4-python3-runtime (setup.py) ... done
  Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.8-py3-none-any.whl size=141210 sha256=e81137dc4dd676c814cbce5303bf5b687232f3bd7861df8d666cfe05ae199b3e
  Stored in directory: /root/.cache/pip/wheels/a7/20/bd/e1477d664f22d99989fd28ee1a43d6633dddb5cb9e801350d5
Successfully built fairseq antlr4-python3-runtime
Failed to build pyworld
ERROR: Could not build wheels for pyworld, which is required to install pyproject.toml-based projects
2023-07-19 15:04:00 +08:00
github-actions[bot] f63783c348
Format code (#779)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-17 22:56:30 +08:00
丸子 0cf474f820
Fix dependency conflict in last pull request (#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.
2023-07-17 22:55:28 +08:00
Naozumi 2b3fe8cf1b
fix mps in gui-v1.py (#769)
* Fix mps on realtime

* Added back repeat chs
2023-07-17 22:54:15 +08:00
丸子 2e0dfeec50
Fix dependency error (#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.
2023-07-16 23:34:35 +08:00
Naozumi 86ed98aaca
Add .sh run script for macOS & linux, fix error on macs with low vram. (#737)
* Add .sh run script

* Update extract_feature_print.py

* Remove `requirements_macOS.txt`
2023-07-13 07:05:35 +00:00
github-actions[bot] 5b9d9b045a
🎨 同步 locale (#743)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-13 14:40:46 +08:00
源文雨 c40d522e2a
fix: gen-locale 2023-07-13 14:39:34 +08:00
github-actions[bot] 9739f3085d
Format code (#727)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-13 14:35:24 +08:00
RVC-Boss 6c13f1fe52
Create MIT协议暨相关引用库协议 2023-07-12 11:25:18 +08:00
RVC-Boss 5691e7a237
Update LICENSE 2023-07-12 11:17:30 +08:00
RVC-Boss cd1d76aac2
Update rvc_for_realtime.py 2023-07-11 22:09:41 +08:00
RVC-Boss 0f9d2e6cac
实时GUI支持rmvpe
实时GUI支持rmvpe
2023-07-11 16:27:18 +08:00
RVC-Boss c69cecbc41
Add files via upload 2023-07-11 14:46:00 +08:00
RVC-Boss 1279e1dcc4
Add files via upload 2023-07-11 14:45:34 +08:00
RVC-Boss 4af6630792
Update and rename gui.py to gui_v0.py 2023-07-11 14:45:16 +08:00
RVC-Boss 27e7d2dc4a
最先进人声音高提取算法RMVPE已支持,效果默秒全!
最先进人声音高提取算法RMVPE已支持,效果默秒全!
2023-07-11 12:02:30 +08:00
RVC-Boss 9c63bcc8c6
add rmvpe support
add rmvpe support
2023-07-11 11:49:56 +08:00
github-actions[bot] 9b789025d1
Format code (#716)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-10 17:59:25 +08:00
Miku AuahDark a2848f40bb
Use sys.executable to determine --pycmd (#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".
2023-07-10 17:52:42 +08:00
Zhang, Di 211e13b80a
Add directML support to RVC for AMD & Intel GPU supported (#707) 2023-07-09 10:07:02 +00:00
Roberts Slisans 3dbba6ae74
add torchcrepe to pyproject (#696) 2023-07-08 11:49:47 +00:00
github-actions[bot] c3d6057a22
🎨 同步 locale (#699)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-08 19:46:30 +08:00
Valerio Montieri fb785df015
Added italian translation json (#676) 2023-07-08 19:44:16 +08:00
Devyatyi9 c5976ff563
added ru support ru-RU.json (#661)
* added ru support ru-RU.json

Russian translation by redoverflow

* updated description for extract
2023-07-06 17:56:01 +00:00