Commit Graph

11 Commits

Author SHA1 Message Date
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
2274087da4 Fmt only (maybe) 2024-05-25 18:15:36 +09:00
litagin02
f12f20f3da Rollback of SAFE_STDOUT debug 2024-03-12 19:13:13 +09:00
litagin02
4acfc2977e Ensure to write use_jp_extra option to config.json 2024-03-12 19:10:43 +09:00
litagin02
c776c08235 Apply black formatter 2024-03-11 09:47:47 +09:00
tsukumi
1d320915e0 Refactor: make tts_model.py independent of style_gen.py 2024-03-09 18:10:25 +00:00
tsukumi
8fad591ac0 Fix: backported StrEnum from Python 3.11 2024-03-08 11:59:14 +00:00
tsukumi
70f8d53a1e Add: empty __init__.py 2024-03-07 09:09:24 +00:00
tsukumi
4f11b011fd Refactor: minor adjustments 2024-03-07 03:54:02 +00:00
tsukumi
a52fda7a88 Refactor: moved common/subprocess_utils.py to style_bert_vits2/utils/subprocess.py 2024-03-06 23:11:27 +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