22 Commits

Author SHA1 Message Date
XXXXRT666
3e1288bdd6
Sync with main branch (#1134)
* api接口,修复文本切分符号设定中,中文分号错写为英文分号的问题 (#1001)

* 一些小问题修复 (#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

* 删除重复的 COPY 指令 (#1073)

* [优化] 1Aa-文本获取 (#1102)

* Filter unsupported languages

* add feedback

* simplify modification

* fix detail

* Update english.py (#1106)

copy but not ref the phones list becoz it will be extend later, if not do so,it will affect the self.cmu dict values.

* Update models.py

* modify freeze_quantizer mode, avoid quantizer's codebook updating (#953)

---------

Co-authored-by: FengQingYunDan <pingdengjia0liu@163.com>
Co-authored-by: Kenn Zhang <breakstring@hotmail.com>
Co-authored-by: 蓝梦实 <36986837+SapphireLab@users.noreply.github.com>
Co-authored-by: lyris <lyris@users.noreply.github.com>
Co-authored-by: hcwu1993 <15855138469@163.com>
2024-05-27 11:24:24 +08:00
ChasonJiang
29f22115fb
[fast_inference] 回退策略,减少padding影响,开放选项,同步代码 (#986)
* Update README

* Optimize-English-G2P

* docs: change akward expression

* docs: update Changelog_KO.md

* Fix CN punc in EN,add 's match

* Adjust normalize and g2p logic

* Update zh_CN.json

* Update README (#827)

Update README.md
Update some outdated file paths and commands

* 修复英文多音字,调整字典热加载,新增姓名匹配 (#869)

* Fix homograph dict

* Add JSON in dict

* Adjust hot dict to hot reload

* Add English name dict

* Adjust get name dict logic

* Make API Great Again (#894)

* Add zh/jp/en mix

* Optimize code readability and formatted output.

* Try OGG streaming

* Add stream mode arg

* Add media type arg

* Add cut punc arg

* Eliminate punc risk

* Update README (#895)

* Update README

* Update README

* update README

* update README

* fix typo s/Licence /License (#904)

* fix reformat cmd (#917)

Co-authored-by: starylan <starylan@outlook.com>

* Update README.md

* Normalize chinese arithmetic operations (#947)

* 改变训练和推理时的mask策略,以修复当batch_size>1时,产生的复读现象

* 同步main分支代码,增加“保持随机”选项

* 在colab中运行colab_webui.ipynb发生的uvr5模型缺失问题 (#968)

在colab中使用git下载uvr5模型时报错:
fatal: destination path 'uvr5_weights' already exists and is not an empty directory.
通过在下载前将原本从本仓库下载的uvr5_weights文件夹删除可以解决问题。

* [ASR] 修复FasterWhisper遍历输入路径失败 (#956)

* remove glob

* rename

* reset mirror pos

* 回退mask策略;
回退pad策略;
在T2SBlock中添加padding_mask,以减少pad的影响;
开放repetition_penalty参数,让用户自行调整重复惩罚的强度;
增加parallel_infer参数,用于开启或关闭并行推理,关闭时与0307版本保持一致;
在webui中增加“保持随机”选项;
同步main分支代码。

* 删除无用注释

---------

Co-authored-by: Lion <drain.daters.0p@icloud.com>
Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com>
Co-authored-by: KamioRinn <snowsdream@live.com>
Co-authored-by: Pengoose <pengoose_dev@naver.com>
Co-authored-by: Yuan-Man <68322456+Yuan-ManX@users.noreply.github.com>
Co-authored-by: XXXXRT666 <157766680+XXXXRT666@users.noreply.github.com>
Co-authored-by: KamioRinn <63162909+KamioRinn@users.noreply.github.com>
Co-authored-by: Lion-Wu <130235128+Lion-Wu@users.noreply.github.com>
Co-authored-by: digger yu <digger-yu@outlook.com>
Co-authored-by: SapphireLab <36986837+SapphireLab@users.noreply.github.com>
Co-authored-by: starylan <starylan@outlook.com>
Co-authored-by: shadow01a <141255649+shadow01a@users.noreply.github.com>
2024-04-19 14:35:28 +08:00
Lion
7822f1961b update README 2024-03-13 22:36:20 +08:00
Lion
0d88cff99e optimize the structure 2024-02-23 20:32:25 +08:00
Lion
d36c7fa1df Update README 2024-02-19 19:28:32 +08:00
Kenn Zhang
c990387f7e 修改原有Dockerfile和文档中错误的端口号;Dockerfile中可以去掉 VOLUME 的声明,同时将端口暴露缩减成一行。 2024-02-13 03:33:44 +00:00
Atopona
00f3e12b46
Synchronized Japanese (machine translation) 2024-02-08 19:57:38 +08:00
Pengoose
ef700ea9d5 update README.md(ko_KR) route & Lint docs convention 2024-01-30 23:44:09 +09:00
Atopona
f2a46fbbc4
Add colab on README (Japanese) 2024-01-30 12:36:51 +08:00
Atopona
e03e845377
Update Todo List (JPN) 2024-01-30 12:02:34 +08:00
Kenn Zhang
4e3560af36
Merge branch 'RVC-Boss:main' into main 2024-01-27 21:37:12 +08:00
Wu Zichen
5f39686b09 Update README 2024-01-27 18:43:17 +08:00
Kenn Zhang
13f1e55d13 修改Dockerfile中的版本以及docker-compose.yaml中的image小节;在readme中增加相关说明 2024-01-27 15:37:43 +08:00
Kenn Zhang
d86ffa2386 修改Dockerfile,使其直接利用最新的requirements.txt安装Python包;并在构建过程中预先下载moda ASR和nltk相关的模型到镜像中以便加快初次运行的速度 2024-01-27 15:15:08 +08:00
Atopona
86716c9c90
Japanese 2024-01-26 21:02:49 +08:00
Wu Zichen
9e9268d10d Update README 2024-01-25 19:40:03 +08:00
RVC-Boss
7c7fed1135
Update README.md 2024-01-23 22:45:19 +08:00
Kenn Zhang
d96b7d65ec Docker化初步版本完成 2024-01-23 17:00:31 +08:00
RVC-Boss
f20bc37dfe
Merge pull request #154 from Yuan-ManX/README-4
Update README.md
2024-01-22 23:47:59 +08:00
Yuan-Man
9e56f2b6b0
Update README.md 2024-01-22 23:22:03 +08:00
koji
65ee038536 fix typo in jp doc 2024-01-22 09:34:47 -05:00
Ikko Eltociear Ashimine
f2a1466995 Add Japanese README 2024-01-20 15:11:11 +09:00