Commit Graph

834 Commits

Author SHA1 Message Date
Daiki Arai
31edae2acc select free port for webui by gradio 2023-12-28 09:53:36 +09:00
litagin02
fa9bdeef4a Update README 2023-12-27 23:27:58 +09:00
litagin02
be9f2ac285 Update README 2023-12-27 21:37:17 +09:00
litagin02
570059b90b Fix update bat (add pip -U) 2023-12-27 20:51:43 +09:00
litagin02
4637b64759 Fix: license of JVNV corpus 2023-12-27 20:42:53 +09:00
litagin02
4ff3929b54 Add zip link to README 2023-12-27 19:47:21 +09:00
litagin02
fa48adaafa Fix README 2023-12-27 19:45:08 +09:00
litagin02
18222b0af8 Merge branch 'master' of github.com:litagin02/Style-Bert-VITS2 2023-12-27 19:40:16 +09:00
litagin02
17f72f57d6 Fix bat script path bug 2023-12-27 19:39:59 +09:00
litagin02
e2f63b6c54 Add demo mp4 2023-12-27 19:33:25 +09:00
litagin02
1fc82960d0 Update, maybe v1.0 2023-12-27 19:29:34 +09:00
litagin02
33c6f175e5 Update 2023-12-27 16:58:58 +09:00
litagin02
5be778284b Feat: slice-and-transcribe 2023-12-27 16:16:22 +09:00
litagin02
0a9a652d3b Fix bat scripts 2023-12-27 10:58:30 +09:00
litagin02
c7d24846cd Restore .bat files 2023-12-27 10:04:14 +09:00
litagin02
dcf4dd8cf2 Remove all .bat files for re-creation 2023-12-27 10:03:06 +09:00
litagin02
35ea7b90e0 Try to fix bat file error 2023-12-27 09:56:43 +09:00
litagin02
9819dcd28c Fix: non CRLF errrrrrrrrrrr 2023-12-27 09:48:35 +09:00
litagin02
27cfe85396 Fix: non-CRLF errrrrrr 2023-12-27 09:45:16 +09:00
litagin02
5cfda7dbbc Fix: non-CRLF error.... 2023-12-27 09:44:57 +09:00
litagin02
6106b0fa5a Fix: non-CRLF error 2023-12-27 09:42:04 +09:00
litagin02
efefd247e2 Fix: non-CRLF error 2023-12-27 09:38:51 +09:00
litagin02
4cf3484159 Fix: Enforce CRLF in bat files 2023-12-27 09:28:00 +09:00
litagin02
6482981f9a Add safetensors to req 2023-12-27 05:56:27 +09:00
litagin02
49e9a10673 small fix 2023-12-27 05:55:34 +09:00
litagin02
58fab45b84 init (not checked bat script yet) 2023-12-27 05:37:46 +09:00
litagin02
11a1e7e80d Merge branch 'master' of github.com.sub:litagin02/Bert-VITS2-litagin 2023-12-23 15:18:42 +09:00
litagin02
c2aabe15b7 Feat: support V220 train (maybe) 2023-12-23 15:18:27 +09:00
litagin02
8e00711824 Merge branch 'fishaudio:master' into master 2023-12-23 14:08:45 +09:00
litagin02
2b66bde9a4 Update 2023-12-23 13:33:05 +09:00
litagin02
a96077b1e5 Fix bug: not override version in config.json 2023-12-23 13:32:08 +09:00
litagin02
6c171fcea0 Support V210 train and fix some bugs and improve 2023-12-23 12:59:57 +09:00
Stardust·减
e173aa85ee rollback 2023-12-23 11:29:54 +08:00
Stardust·减
f6c1d5c507 Update __init__.py 2023-12-23 11:28:42 +08:00
OedoSoldier
3090f5837d Update webui.py 2023-12-22 00:30:21 +08:00
litagin02
98f5917ac9 Fix: support infer 2.2 models (#244)
* Fix: support infer 2.2 models

* Fix imports

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-12-21 21:59:54 +08:00
Sihan Wang
7ebc1aa28a Update infer.py 2023-12-20 04:18:07 +08:00
Sihan Wang
bd4591aa2c Update train_ms.py 2023-12-20 02:56:32 +08:00
Sihan Wang
2e7c173de2 Update losses.py 2023-12-20 02:50:58 +08:00
Sihan Wang
97f18c0e26 Update configs 2023-12-20 00:09:04 +08:00
Sihan Wang
9cd9dfac6e Update losses.py 2023-12-20 00:07:15 +08:00
白叶 藤原
50ad3389e8 Support OnnxInference 2023-12-19 23:48:32 +08:00
白叶 藤原
c73778aa4a SupportVer230OnnxExport 2023-12-19 23:43:17 +08:00
白叶 藤原
67751fe874 fix 2023-12-19 23:43:17 +08:00
OedoSoldier
d7855d74b0 Update config.json 2023-12-19 23:27:12 +08:00
OedoSoldier
afbaa01141 Update webui_preprocess.py 2023-12-19 22:57:25 +08:00
Stardust·减
76653b5b6d Dev 2.3. (#242)
* Fix inputs of duration discriminator

* Add LSTM

* Update models.py

* Update tensorboard scalar

* Noise injection for minimizing modality gap

* Update infer.py

* support bf16 run

* del unused_para flag

* support bf16 config

* add grad clip

* fix(logger and grad):add dur grad,fix grad clip

* Update webui_preprocess.py

* Fix English G2P

* fix(bert_gen):add pass

* Pass SDP to DD

* Update webui_preprocess.py

* Update config.json

* Update webui.py

* Update chinese_bert.py

* Upload webui for deploy

* Update webui.py

* torch.save as pt not npy

* Update config.json

* add freeze emo vq

* Update webui_preprocess.py

* Fix tone_sandhi.py

* Comment up grad clip

* Fix in-place addition

* Add SLM discriminator

* Add DDP for WD

* Feat: Style text: make emotions and style similar to the style text by mixing bert (#240) (#241)

* fix:(oldVersion210) Load on demand Emotion model

* feat: update fastapi.py. 添加更多错误日志信息

* Switch pyopenjtalk to pyopenjtalk-prebuilt

* fix: update fastapi.py. 2.2 reference适配

* Update resample.py

* 修复Onnx导出的BUG (#237)

* Add files via upload

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Add files via upload

* Add files via upload

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Delete attentions_onnx.py

* Delete models_onnx.py

* Add files via upload

* Add files via upload

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update __init__.py

* Update __init__.py

* Update __init__.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------



* Fix onnx

* Format export

* Feat: style-text and bert mixing (JA only)

* Ensure the same tensor shape

* Update

* update gradio version

* Fix

* Style text for chinese and english (ver 2.2)

* Style text for chinese and english (ver 2.1)

* Style text in FastAPI

* Translate style text desc in chinese

---------

Co-authored-by: litagin02 <139731664+litagin02@users.noreply.github.com>
Co-authored-by: Sora <654163754@qq.com>
Co-authored-by: Sihan Wang <wangsihan1995@gmail.com>
Co-authored-by: Ναρουσέ·μ·γιουμεμί·Χινακάννα <40709280+NaruseMioShirakana@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* Remove CLAP

* Revert "Remove CLAP"

This reverts commit 62fd59bc837c580239840a2bc84b15e0663730fc.

Revert

* Remove CLAP

* bf16 audo grad cilp

* Update webui and infer utils

* Update webui.py

* Update webui.py

* Update webui-preprocess.py

* Update webui_preprocess.py

---------

Co-authored-by: Sihan Wang <wangsihan1995@gmail.com>
Co-authored-by: OedoSoldier <31711261+OedoSoldier@users.noreply.github.com>
Co-authored-by: litagin02 <139731664+litagin02@users.noreply.github.com>
Co-authored-by: Sora <654163754@qq.com>
Co-authored-by: Ναρουσέ·μ·γιουμεμί·Χινακάννα <40709280+NaruseMioShirakana@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-12-19 19:12:26 +08:00
pre-commit-ci[bot]
5479e9039d [pre-commit.ci] pre-commit autoupdate (#243)
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.7...v0.1.8)
- [github.com/psf/black: 23.11.0 → 23.12.0](https://github.com/psf/black/compare/23.11.0...23.12.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-12-19 18:32:07 +08:00
Stardust·减
b8fcf2f66e Update README.md 2023-12-17 22:06:48 +08:00
白叶 藤原
45963d595e Add OnnxInference 2023-12-16 15:06:31 +08:00