Commit Graph

64 Commits

Author SHA1 Message Date
tuna2134
fd72a19384 bump 2026-07-23 12:06:17 +09:00
litagin02
c51c80fe1a Ver 2.7.0 maybe 2025-08-24 11:27:27 +09:00
tsukumi
7d721fdf2b Fix: CUDAExecutionProvider was not being used to infer Style-Bert-VITS2 ONNX models even though CUDA was available 2024-09-18 04:37:23 +09:00
litagin02
ab158d1a7b Change to manually download default models instead of auto 2024-06-02 15:31:55 +09:00
litagin02
ba7b03e359 Delete hf download tab 2024-05-31 19:09:47 +09:00
litagin02
1b656b37fa Feat: koharune-ami 2024-05-26 17:17:32 +09:00
litagin02
7880659d4a Docs 2024-05-26 08:00:32 +09:00
litagin02
5af4e2c6ac Feat: download model from hf 2024-05-25 19:05:06 +09:00
litagin02
2274087da4 Fmt only (maybe) 2024-05-25 18:15:36 +09:00
litagin02
8976a3ed2f Refactor: Use PathConfig and pathlib instead of paths.yml loading 2024-05-25 10:25:22 +09:00
litagin02
386d122cc7 Change webui/ to gradio_tabs/ to avoid conflict 2024-03-15 22:41:19 +09:00
litagin02
dfb4513ea7 Change default port to None to avoid conflicting 2024-03-12 17:29:24 +09:00
litagin02
bc0729d970 Fix: initialize worker and dict for use 2024-03-12 15:23:18 +09:00
litagin02
c776c08235 Apply black formatter 2024-03-11 09:47:47 +09:00
tsukumi
d2fd378b56 Refactor: rename Model / ModelHolder to TTSModel / TTSModelHolder for clarification and add comments to each method 2024-03-10 03:47:17 +00:00
tsukumi
a79b1910fb Add: use hatch to build style-bert-vits2 as a library 2024-03-09 18:38:16 +00:00
tsukumi
b98fecb46d Add: --host/--port option to app.py to allow specifying listening host/port 2024-03-08 22:14:39 +00:00
tsukumi
d22a11ebb2 Fix: a bug that prevented speech synthesis in app.py 2024-03-08 22:09:47 +00:00
tsukumi
fe7e31e080 Refactor: moved common/tts_model.py to style_bert_vits2/ 2024-03-08 09:34:44 +00:00
tsukumi
8add1b4202 Fix: maintain compatibility with Python 3.9 2024-03-08 06:14:50 +00:00
tsukumi
da7747cc67 Merge branch 'dev' of github.com:litagin02/Style-Bert-VITS2 2024-03-08 05:49:52 +00:00
litagin02
9f01e54d2d Unify webui to single webui 2024-03-08 13:00:15 +09:00
tsukumi
f8f798d10a Refactor: moved text/ to style_bert_vits2/text_processing/(language)/ 2024-03-07 04:48:11 +00:00
tsukumi
62919e904e Refactor: moved the module for extracting BERT features from text in each language to style_bert_vits2/text_processing/(language)/bert_feature.py 2024-03-07 03:34:58 +00:00
tsukumi
89825e68d8 Refactor: moved model, attentions definitions and inference code to style_bert_vits2/models/
The code has not yet been cleaned up, just moved.
2024-03-06 23:43:25 +00:00
tsukumi
1936344c0c Refactor: remove old code that can be deleted and update where modules are imported 2024-03-06 22:51:25 +00:00
tsukumi
f880641eb5 Remove: modules under common/ that have been rewritten 2024-03-06 22:29:12 +00:00
litagin02
81baabbb30 wip 2024-03-04 11:46:09 +09:00
litagin02
ebea1be519 Refactor and improve: handling with yomi error, add preprocess options 2024-02-27 13:37:24 +09:00
litagin02
8d7d7c3265 Avoid using pyworld by default 2024-02-25 17:42:50 +09:00
litagin02
e16cdad6e9 Feat: add editor server backend 2024-02-23 13:21:14 +09:00
litagin02
16ab5ac3a7 Improve docs 2024-02-19 14:22:24 +09:00
litagin02
c474bbe5af Feat: pitch intonation changer 2024-02-15 22:55:08 +09:00
litagin02
c3f00dbc4f Feat, refactor: gradio theme setting 2024-02-09 18:05:27 +09:00
litagin02
50833cda5f Update (maybe ver 2.1) 2024-02-07 16:11:13 +09:00
litagin02
d51c8bf639 Fix: conflict of current_model in model_holder for multiple requests 2024-02-07 15:33:17 +09:00
litagin02
d249ba54a0 Improve line split message 2024-02-07 13:41:31 +09:00
litagin02
8b27f1b65c Fix info of jvnv model 2024-02-07 12:06:37 +09:00
litagin02
079b5f5ee3 Update doc 2024-02-04 18:29:31 +09:00
litagin02
59421c07d6 Update docs 2024-02-02 22:53:37 +09:00
litagin02
ceee581575 Update inference 2024-02-02 22:05:54 +09:00
litagin02
bb72bcff15 Fix examples for better accent 2024-01-10 12:39:51 +09:00
litagin02
ae57787174 Add server-name and no-autolaunch options 2024-01-10 09:42:38 +09:00
litagin02
630a873098 Feat: multi-speaker in app.py 2024-01-09 17:42:31 +09:00
litagin02
c13eff4887 Merge branch 'dev-colab' into dev 2024-01-09 15:40:41 +09:00
litagin02
e600785043 Update style ui 2024-01-08 21:35:36 +09:00
litagin02
cafb7a13c4 Update 2024-01-08 21:06:18 +09:00
litagin02
7358f5e426 Update 2024-01-08 18:23:27 +09:00
litagin02
2bf89403b2 Update user accent control 2024-01-08 16:20:28 +09:00
litagin02
477b0a8eb0 Feat: give tone for sythesize (WIP for better UX) 2024-01-08 10:48:28 +09:00