81 Commits

Author SHA1 Message Date
RVC-Boss
e62e965323
bsroformer support fp16 inference
bsroformer support fp16 inference
2024-08-01 21:26:59 +08:00
XXXXRT666
10e885d9ac
增加了自动填充路径的功能,增加了根据显存自动选择ASR精度的功能,也可手动控制
增加了自动填充路径的功能
增加了根据显存自动选择ASR精度的功能,也可手动控制
2024-08-01 20:53:52 +08:00
KamioRinn
7670bc77c3
Simplify BSR (#1356) 2024-07-30 10:32:37 +08:00
KamioRinn
8abc0342d7
为UVR5模块添加Bs_Roformer模型 (#1306)
* Add Bs_Roformer

* Compatible with default model name

* Add progress bar
2024-07-27 16:37:28 +08:00
蓝梦实
0565c3e072
Update i18n Scanning (#1352)
* detect duplicate values during scanning

* fix typo
2024-07-27 14:46:04 +08:00
蓝梦实
7e7073b45a
Update i18n to the Latest (#1344)
* 拆分UVR5长注释

* 更新JSON文件

* Update JSON
2024-07-24 14:39:03 +08:00
XXXXRT666
0a3a1e4505
Clean Path (#1299)
* clean path

* clean path
2024-07-13 19:17:46 +08:00
蓝梦实
c4272cd1c0
Move i18n to tools/i18n (#1298)
* move i18n/locale to tools/i18n/locale

* del i18n/locale

* change i18nAuto dir

* Update i18n json
2024-07-13 11:46:13 +08:00
蓝梦实
ea83174fe0
Rewrite I18n Scan (#1294)
* Update Scan i18n

* rewrite

* fix details

* remove
2024-07-12 21:36:58 +08:00
XXXXRT666
95354647c8
DS_STORE Error (and Other Unsupported Format) (#1265)
* DS_STORE

* DS_STORE

* .

* roll back
2024-07-01 23:14:49 +08:00
aoguai
582ba7d519
fix: 移除多余 my_utils.py (#1189) (#1251)
* fix: 移除多余 my_utils.py (#1189)

* feat: update my_utils
2024-06-29 22:57:01 +08:00
XXXXRT666
1b4c01e860
DS_STORE (#1258) 2024-06-28 22:39:29 +08:00
RVC-Boss
501a74ae96
Add files via upload 2024-06-10 16:14:15 +08:00
XXXXRT666
0b806dba37
一些小问题修复 (#1021)
* fix import error. It may happen when calling
 api.py

* Update README.md

* Update gpt-sovits_kaggle.ipynb

* Update gpt-sovits_kaggle.ipynb

* fix path error
delete useless line wraps
2024-04-28 17:12:45 +08:00
SapphireLab
e1ba8d76b7
[ASR] 修复FasterWhisper遍历输入路径失败 (#956)
* remove glob

* rename

* reset mirror pos
2024-04-15 23:47:39 +08:00
SapphireLab
8582131bd8
fix reformat cmd (#917)
Co-authored-by: starylan <starylan@outlook.com>
2024-04-03 17:42:42 +08:00
jiaqianjing
36d2b57e9d remove useless code 2024-03-10 00:03:38 +08:00
jiaqianjing
9d3b868464 bugfix for import local tools module failed when sys.path have been some tools module e.g. python=3.10.x 2024-03-09 23:52:00 +08:00
RVC-Boss
616be20db3
如果用英文ASR不再需要先下中文funasr模型
如果用英文ASR不再需要先下中文funasr模型
2024-03-06 18:03:21 +08:00
Yuze Wang
93075f52dd added the ability to automatically switch to cpu
if fast whisper don't compile with cuda
2024-03-05 15:19:32 +08:00
ShiroDoMain
35e673d801 fix MDX-Net output path 2024-02-27 15:19:47 +08:00
RVC-Boss
82085e4886
Create .gitignore 2024-02-21 18:29:14 +08:00
RVC-Boss
5a17177342
Add files via upload 2024-02-21 18:28:22 +08:00
pengoosedev
0edf40bc4b chore: sync i18n 2024-02-18 23:38:04 +09:00
pengoosedev
133d0351ac Merge branch 'main' of https://github.com/pengooseDev/GPT-SoVITS 2024-02-18 23:02:19 +09:00
RVC-Boss
d82f6bbb98
Update funasr_asr.py 2024-02-12 18:03:40 +08:00
RVC-Boss
2fa74ecb94
Update fasterwhisper_asr.py 2024-02-12 17:00:31 +08:00
KamioRinn
ccc7757880 Adjust-asr 2024-02-11 01:34:25 +08:00
RVC-Boss
028b78fa1e
Add files via upload 2024-02-09 12:05:40 +08:00
SapphireLab
75ad96b00e
更新funasr本地路径 2024-02-09 06:26:48 +08:00
SapphireLab
67f87d6306 add ASR_Model Select 2024-02-09 05:18:54 +08:00
RVC-Boss
ff3b239fd9
Merge branch 'main' into main 2024-02-07 16:44:03 +08:00
RVC-Boss
14a285109a
Update webui.py 2024-02-07 11:52:52 +08:00
SapphireLab
def1f4e3da 适配更高版本的 librosa 2024-02-06 03:12:24 +08:00
Shadow
26c4709d33
Add files via upload
python WhisperASR.py -i <input> -o <out_put> -f <file_name.list> -l <language>
2024-02-05 18:09:57 +08:00
KamioRinn
147218c529 Fix uvr5 2024-02-05 01:29:16 +08:00
RVC-Boss
e3d792fb56
修复uvr5识别格式失败报错问题。除非列举不能识别的bad case,否则禁止改动此文件。
修复uvr5识别格式失败报错问题。除非列举不能识别的bad case,否则禁止改动此文件。
2024-02-04 15:09:07 +08:00
RVC-Boss
cec47ec1f2
Delete tools/webui.py 2024-02-04 15:07:28 +08:00
zhangheng
6410628a5f
Update slice_audio.py
audio slice files name format.
2024-02-03 15:44:09 +08:00
zhangheng
fc218079ea
Update cmd-asr.py
slice files order by name
2024-02-03 15:43:15 +08:00
RVC-Boss
dba1a74ccb
修复uvr5识别格式失败报错问题。除非列举不能识别的bad case,否则禁止改动此文件。
修复uvr5识别格式失败报错问题。除非列举不能识别的bad case,否则禁止改动此文件。
2024-02-03 00:01:26 +08:00
RVC-Boss
dc8ac29a50
Update cmd-asr.py 2024-02-02 10:16:43 +08:00
RVC-Boss
45f73519cc
Update cmd-asr.py 2024-02-01 23:47:13 +08:00
RVC-Boss
d98dd2dd26
Merge branch 'main' into main 2024-01-29 23:25:48 +08:00
RVC-Boss
0945de3b7f
Update webui.py 2024-01-28 21:52:07 +08:00
RVC-Boss
1a87693528
Update my_utils.py 2024-01-28 21:47:27 +08:00
RVC-Boss
2c72a8fcd4
Update webui.py 2024-01-28 21:40:52 +08:00
RVC-Boss
329d99fb51
Add files via upload 2024-01-28 21:39:32 +08:00
KamioRinn
f7130944c0 fix uvr5 hp3 output 2024-01-27 06:00:48 +08:00
RVC-Boss
2d1ddeca42
Add files via upload 2024-01-26 16:34:11 +08:00