Commit Graph

5 Commits

Author SHA1 Message Date
tsukumi
a52fda7a88 Refactor: moved common/subprocess_utils.py to style_bert_vits2/utils/subprocess.py 2024-03-06 23:11:27 +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
9546495434 Refactor: moved commons.py to style_bert_vits2/models/ and added type definitions and comments 2024-03-06 22:17:03 +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