DW
fd849ff42e
Translated en_US.json
2024-01-21 13:14:09 +11:00
RVC-Boss
423705d715
Merge pull request #96 from eltociear/add_ja-readme
...
Add Japanese README
2024-01-21 00:24:12 +08:00
RVC-Boss
344b1d8e1b
Merge pull request #92 from Miuzarte/main
...
重构config相关调用, 自述增添已测试环境
2024-01-21 00:23:41 +08:00
Miuzarte
21b9c20fc8
config.py引入class, requirement补全, 自述追加已测试环境
2024-01-20 14:15:02 +08:00
Ikko Eltociear Ashimine
f2a1466995
Add Japanese README
2024-01-20 15:11:11 +09:00
RVC-Boss
ca8800f312
Merge pull request #20 from Tps-F/add_gitignore
...
add gitignore
2024-01-20 11:27:06 +08:00
RVC-Boss
453d786f10
Merge branch 'main' into add_gitignore
2024-01-20 11:26:59 +08:00
RVC-Boss
a665a5314d
Merge pull request #7 from Tps-F/instead_init
...
remove full-width replace init to gitignore
2024-01-20 11:26:10 +08:00
RVC-Boss
97b2d21862
Merge pull request #87 from c4fun/main
...
解决输入目标文本的空行导致报错的问题
2024-01-20 11:25:38 +08:00
RVC-Boss
261afa45fd
Merge pull request #90 from http-404-usernotfound/patch-1
...
Update README.md
2024-01-20 10:42:31 +08:00
http-404-usernotfound
426cc32258
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
95bb2c921e
解决输入目标文本的空行导致报错的问题
2024-01-19 20:49:03 +08:00
RVC-Boss
d2c2d4eb34
Update webui.py
2024-01-19 15:23:14 +08:00
RVC-Boss
0aae34a321
Merge pull request #78 from elvizlai/main
...
fix: users.pth path check
2024-01-19 15:20:00 +08:00
Yongzheng Lai
e0590b9c26
fix: users.pth path check
2024-01-19 07:15:11 +00:00
RVC-Boss
e63672943a
Merge pull request #68 from kexul/main
...
Disable debug level logging
2024-01-19 14:58:31 +08:00
RVC-Boss
fd677af1b0
Merge pull request #76 from Miuzarte/main
...
Update config.py
2024-01-19 14:49:59 +08:00
謬紗特
18c3907682
Update config.py
2024-01-19 14:25:15 +08:00
RVC-Boss
454340d2ef
Merge pull request #75 from Miuzarte/main
...
Add api.py
2024-01-19 14:22:35 +08:00
謬紗特
192668435b
Match config.py
2024-01-19 14:15:35 +08:00
謬紗特
76164a0774
Add api.py
2024-01-19 14:08:31 +08:00
RVC-Boss
6a36360a03
Merge pull request #66 from D3lik/main
...
Enable share to make colab notebook creation easier
2024-01-19 10:21:46 +08:00
Ke
79708faed4
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
6dcaf262ad
Update webui.py
2024-01-19 07:34:10 +11:00
RVC-Boss
1afdb42295
Update webui.py
2024-01-18 22:12:16 +08:00
RVC-Boss
cc33a767eb
Update webui.py
2024-01-18 20:24:19 +08:00
RVC-Boss
4850930499
Update 2-get-hubert-wav32k.py
2024-01-18 20:23:04 +08:00
RVC-Boss
230bf5bae6
Add files via upload
2024-01-18 20:22:42 +08:00
RVC-Boss
54bd2b7961
Update requirements.txt
2024-01-18 20:03:17 +08:00
RVC-Boss
e2ddf97c31
Add files via upload
2024-01-18 18:46:11 +08:00
RVC-Boss
dbbf616762
Update webui.py
2024-01-18 17:58:10 +08:00
RVC-Boss
2e500db3e3
Merge pull request #46 from Yuan-ManX/i18n
...
Change i18n folder
2024-01-18 15:03:54 +08:00
RVC-Boss
47c7c45e78
Update requirements.txt
2024-01-18 15:02:24 +08:00
RVC-Boss
44325b3384
Merge pull request #52 from kexul/main
...
Kill process in Linux platform
2024-01-18 15:02:13 +08:00
RVC-Boss
08d67d427b
Merge pull request #50 from AI-Hobbyist/main
...
fixed i18n.i18n not found error
2024-01-18 15:01:53 +08:00
Ke
053a7a730c
Merge pull request #1 from kexul/kexul-patch-1
...
Kill process in Linux platform
2024-01-18 14:56:48 +08:00
Ke
3a167888e2
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
678616c0ed
fixed i18n.i18n not found error
2024-01-18 14:04:43 +09:00
Yuan-Man
0d9a04cf60
Change i18n folder
2024-01-18 10:51:54 +08:00
RVC-Boss
515cf3d75e
Merge pull request #42 from TheStingerX/patch-1
...
Fixed i18n error
2024-01-18 10:15:12 +08:00
Ilaria
ee1d99ab3c
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
9619223bc3
Update README.md
2024-01-18 00:58:08 +08:00
RVC-Boss
d2d43437a8
Add files via upload
2024-01-18 00:31:02 +08:00
RVC-Boss
f2f3d17867
Add files via upload
2024-01-18 00:30:37 +08:00
RVC-Boss
d89fa76f49
Merge pull request #34 from D3lik/main
...
更改hugginface链接
2024-01-17 20:34:47 +08:00
RVC-Boss
7e6816fff2
Merge pull request #31 from AnyaCoder/patch-4
...
Update dataset.py
2024-01-17 20:28:15 +08:00
RVC-Boss
c475ba33c2
Merge pull request #32 from AI-Hobbyist/main
...
reupload missing language file
2024-01-17 20:26:33 +08:00
DW
8fd49410d1
Update README.md
2024-01-17 23:25:29 +11:00
DW
c16d1f50cd
Update README.md
2024-01-17 23:24:56 +11:00
Erythrocyte3803
5bbbd0efcf
reupload missing language file
2024-01-17 21:00:37 +09:00