Commit Graph

13 Commits

Author SHA1 Message Date
tsukumi
4d5c537f95 Refactor: introducing Ruff 2024-03-08 05:02:02 +00:00
tsukumi
3f07c256e3 Refactor: make variables private that are not used externally 2024-03-08 05:01:51 +00:00
tsukumi
e57cfbf072 Remove: remove currently unused code in style_bert_vits2/models/commons.py 2024-03-07 08:46:13 +00:00
tsukumi
bffd5a67bb Fix: import error 2024-03-07 08:36:22 +00:00
tsukumi
f8f798d10a Refactor: moved text/ to style_bert_vits2/text_processing/(language)/ 2024-03-07 04:48:11 +00:00
tsukumi
def6d88425 Refactor: style_bert_vits2/text_processing/cleaner.py integrated into style_bert_vits2/text_processing/__init__.py
This was often used in 3 function sets and felt like a wasteful division with few lines.
2024-03-07 04:19:40 +00:00
tsukumi
4f11b011fd Refactor: minor adjustments 2024-03-07 03:54:02 +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
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
e826faf62e Refactor: moved text/cleaner.py to style_bert_vits2/text_processing/ 2024-03-07 00:24:28 +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
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