319 Commits

Author SHA1 Message Date
RVC-Boss
9e03b3f50a Merge pull request #87 from c4fun/main
解决输入目标文本的空行导致报错的问题
2024-01-20 11:25:38 +08:00
RVC-Boss
adf934bca8 Merge pull request #90 from http-404-usernotfound/patch-1
Update README.md
2024-01-20 10:42:31 +08:00
http-404-usernotfound
e03bba18e2 Update README.md
Some users were facing problems while installing the PIP packages
because distutils.cmd module was missing in their Python environment.
2024-01-19 21:47:42 +05:30
c4fun
77e9f95e1b 解决输入目标文本的空行导致报错的问题 2024-01-19 20:49:03 +08:00
Xaiat
48729d1454 Update REAME and README_ZH 2024-01-19 18:42:25 +08:00
RVC-Boss
547f3d8b55 Update webui.py 2024-01-19 15:23:14 +08:00
RVC-Boss
ab6c219bf8 Merge pull request #78 from elvizlai/main
fix: users.pth path check
2024-01-19 15:20:00 +08:00
Yongzheng Lai
35f58d1525 fix: users.pth path check 2024-01-19 07:15:11 +00:00
RVC-Boss
306742f6c2 Merge pull request #68 from kexul/main
Disable debug level logging
2024-01-19 14:58:31 +08:00
RVC-Boss
c606ac2476 Merge pull request #76 from Miuzarte/main
Update config.py
2024-01-19 14:49:59 +08:00
謬紗特
29261695ec Update config.py 2024-01-19 14:25:15 +08:00
RVC-Boss
a62e411850 Merge pull request #75 from Miuzarte/main
Add api.py
2024-01-19 14:22:35 +08:00
謬紗特
21179ff1b8 Match config.py 2024-01-19 14:15:35 +08:00
謬紗特
5dd7cb67e3 Add api.py 2024-01-19 14:08:31 +08:00
RVC-Boss
acb3321152 Merge pull request #66 from D3lik/main
Enable share to make colab notebook creation easier
2024-01-19 10:21:46 +08:00
Ke
d24568d567 Disable debug level logging
When using `inference_webui.py`, it produces debug level info for http requests, for example: 
```
DEBUG:httpcore.http11:response_closed.started
```
Here I changed it to warning level.
2024-01-19 10:13:17 +08:00
DW
399cd848c3 Update webui.py 2024-01-19 07:34:10 +11:00
RVC-Boss
d8eceafe1a Update webui.py 2024-01-18 22:12:16 +08:00
RVC-Boss
93659cc825 Update webui.py 2024-01-18 20:24:19 +08:00
RVC-Boss
d98d486809 Update 2-get-hubert-wav32k.py 2024-01-18 20:23:04 +08:00
RVC-Boss
46635e5d81 Add files via upload 2024-01-18 20:22:42 +08:00
RVC-Boss
293083742b Update requirements.txt 2024-01-18 20:03:17 +08:00
RVC-Boss
c6a99f9c3a Add files via upload 2024-01-18 18:46:11 +08:00
RVC-Boss
a173d7486d Update webui.py 2024-01-18 17:58:10 +08:00
RVC-Boss
0231a3f013 Merge pull request #46 from Yuan-ManX/i18n
Change i18n folder
2024-01-18 15:03:54 +08:00
RVC-Boss
4e7020db1f Update requirements.txt 2024-01-18 15:02:24 +08:00
RVC-Boss
86dd5e7247 Merge pull request #52 from kexul/main
Kill process in Linux platform
2024-01-18 15:02:13 +08:00
RVC-Boss
6604d0926d Merge pull request #50 from AI-Hobbyist/main
fixed i18n.i18n not found error
2024-01-18 15:01:53 +08:00
Ke
ae8500a08b Merge pull request #1 from kexul/kexul-patch-1
Kill process in Linux platform
2024-01-18 14:56:48 +08:00
Ke
cd17566ce9 Kill process in Linux platform
Add a function to kill process and its children recusively in Linux platform.
2024-01-18 14:55:38 +08:00
Erythrocyte3803
6f55abbe63 fixed i18n.i18n not found error 2024-01-18 14:04:43 +09:00
Yuan-Man
9b876f2f6d Change i18n folder 2024-01-18 10:51:54 +08:00
RVC-Boss
0f6e89edbd Merge pull request #42 from TheStingerX/patch-1
Fixed i18n error
2024-01-18 10:15:12 +08:00
Ilaria
4c507a422d Fixed i18n error
Line 27 of webui.py contains an import from i18n.i18n but there was no module in the requirements.
I added the module i18n.

Line for context: "from i18n.i18n import I18nAuto"
2024-01-18 01:36:11 +01:00
RVC-Boss
1e916568e5 Update README.md 2024-01-18 00:58:08 +08:00
RVC-Boss
d86c86557e Add files via upload 2024-01-18 00:31:02 +08:00
RVC-Boss
30ce1f2e69 Add files via upload 2024-01-18 00:30:37 +08:00
RVC-Boss
646c35666b Merge pull request #34 from D3lik/main
更改hugginface链接
2024-01-17 20:34:47 +08:00
RVC-Boss
12952aba5b Merge pull request #31 from AnyaCoder/patch-4
Update dataset.py
2024-01-17 20:28:15 +08:00
RVC-Boss
abb4b746be Merge pull request #32 from AI-Hobbyist/main
reupload missing language file
2024-01-17 20:26:33 +08:00
DW
9260e949da Update README.md 2024-01-17 23:25:29 +11:00
DW
fa412e1014 Update README.md 2024-01-17 23:24:56 +11:00
Erythrocyte3803
da03fc0d81 reupload missing language file 2024-01-17 21:00:37 +09:00
spicysama
76ccf246df Update dataset.py
pandas csv file doesn't have keys called "item_name", "sematic_text",update a method "iloc". which is more accurate.
2024-01-17 19:43:32 +08:00
RVC-Boss
7f3eec86ad Delete tools/uvr5/uvr5_weights/onnx_dereverb_By_FoxJoy/init 2024-01-17 18:42:25 +08:00
RVC-Boss
33a9c597e6 Delete tools/damo_asr/models/init 2024-01-17 18:42:21 +08:00
RVC-Boss
654279c4fb Delete GPT_SoVITS/init 2024-01-17 18:41:50 +08:00
RVC-Boss
06bb76f466 Delete GPT_SoVITS/pretrained_models/init 2024-01-17 18:41:45 +08:00
RVC-Boss
8cb4409d5c Delete tools/uvr5/init 2024-01-17 18:41:38 +08:00
RVC-Boss
a3a714b147 Delete tools/init 2024-01-17 18:41:32 +08:00