Commit Graph

447 Commits

Author SHA1 Message Date
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
github-actions[bot] d97767494c
Changes by create-pull-request action (#655)
* 🎨 同步 locale

* Update tr_TR.json

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2023-06-30 16:20:19 +00:00
Ozan Ayrıkan dbba35cdd0
added tr support (#653) 2023-06-30 02:34:50 +00:00
Rice Cake 7f4bdf42b0
Update README.md (#646) 2023-06-28 15:29:47 +08:00
tocky 81323dbac6
fix boolean parsing (#629) 2023-06-28 13:54:44 +08:00
github-actions[bot] 549ac02698
Format code (#644)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-28 13:54:31 +08:00
Yurzi 5ca7736b2d
Fix realtime gui under linux (#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: 源文雨 <41315874+fumiama@users.noreply.github.com>
2023-06-28 05:53:52 +00:00
Rice Cake 7fc6642c04
update index training script v2 (#643)
* update index training script v2

* Apply Code Formatter Change

---------

Co-authored-by: gak123 <gak123@users.noreply.github.com>
2023-06-28 13:48:06 +08:00
github-actions[bot] fad31f24f5
Format code (#624)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-24 18:06:17 +08:00
源文雨 04d7813486
Update README.md 2023-06-24 16:41:22 +08:00
源文雨 ccba65151e 优化代码结构 2023-06-24 16:36:15 +08:00
源文雨 46c0e9b2fe fix extract feature in MPS device 2023-06-24 16:21:31 +08:00
源文雨 359ba54321
Update LICENSE 2023-06-24 16:08:48 +08:00
sungchura c6a7270811
Fix the index out of bounds bug in extract_feature_print.py (#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.
2023-06-24 16:06:24 +08:00
源文雨 a5c238a392 add dlmodels.sh 2023-06-24 16:05:31 +08:00
源文雨 5e09a55e5f 优化代码结构 2023-06-24 15:26:14 +08:00
源文雨 4e0d399cba 优化 config.py 2023-06-24 13:56:09 +08:00
源文雨 f6051a12f0
move changelogs to docs folder 2023-06-23 22:47:56 +08:00
dependabot[bot] fda161deba
Bump gradio from 3.14.0 to 3.34.0 (#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](https://github.com/gradio-app/gradio/compare/v3.14.0...v3.34.0)

---
updated-dependencies:
- dependency-name: gradio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-23 22:44:21 +08:00
github-actions[bot] eeea7cc3ff
🎨 同步 locale (#613)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-23 22:01:55 +08:00