tsukumi
fe7e31e080
Refactor: moved common/tts_model.py to style_bert_vits2/
2024-03-08 09:34:44 +00:00
tsukumi
a672aeefd9
Fix: maintain compatibility with Python 3.9
2024-03-08 08:45:56 +00:00
tsukumi
fac4f9a8ab
Refactor: rename text_processing to nlp
...
"text_processing" is clearer, but the import statement is longer.
"nlp" is shorter and makes it clear that it is natural language processing.
2024-03-08 06:20: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
25ed226acb
Add speaker list api
2024-03-08 11:19:03 +09:00
tsukumi
f8f798d10a
Refactor: moved text/ to style_bert_vits2/text_processing/(language)/
2024-03-07 04:48:11 +00:00
tsukumi
c3c0dd8b32
Refactor: add style_bert_vits2/text_processing/bert_models.py to hold loaded BERT models/tokenizer and replace all from_pretrained() to load_model/load_tokenizer
2024-03-07 03:31:38 +00:00
tsukumi
46c83cf89a
Refactor: moved the user dictionary implementation ported from VOICEVOX to style_bert_vits2/text_processing/japanese/user_dict/
2024-03-06 22:16:42 +00:00
tsukumi
918d168ae7
Refactor: rewrote Japanese natural language processing code imported from server_editor.py
...
The logic has not been changed, only renaming, splitting and moving modules on a per-function basis.
Existing code will be left in place for the time being to avoid breaking the training code, which is not subject to refactoring this time.
2024-03-06 20:56:21 +00:00
kale4eat
bc1058270c
Delete pyopenjtalk import
2024-03-05 12:16:14 +09:00
litagin02
ebea1be519
Refactor and improve: handling with yomi error, add preprocess options
2024-02-27 13:37:24 +09:00
litagin02
8caa895a6f
Maybe v2.3
2024-02-26 15:10:00 +09:00
litagin02
a6ae2bd15a
Add text_normalize api
2024-02-26 01:49:06 +09:00
litagin02
f749950be2
Update
2024-02-25 22:28:02 +09:00
litagin02
e76dca6fbb
Update dict api
2024-02-25 13:15:00 +09:00
litagin02
1dac495be1
Add line length count limit option
2024-02-23 21:39:21 +09:00
litagin02
20b3326b79
Update editor server
2024-02-23 20:34:16 +09:00
litagin02
337ca71ec2
Add downloading front build zip
2024-02-23 16:19:15 +09:00
litagin02
e16cdad6e9
Feat: add editor server backend
2024-02-23 13:21:14 +09:00