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
kale4eat
419d0e5bed
Delete debugging traces
2024-03-06 22:38:44 +09:00
tsukumi
f26def4369
Remove: code that is not referenced anywhere
2024-03-06 12:39:24 +00:00
tsukumi
e4cd4f8423
Fix: ignore .venv/
2024-03-06 07:38:51 +00:00
kale4eat
ed90af1b87
Enhanced server error handling
...
Add signal handling for when the process is killed
2024-03-06 12:13:27 +09:00
kale4eat
45c6bde2e7
In Windows, create new console and hide it
...
Minor Correction:
* logging
* change status return type
2024-03-06 11:19:55 +09:00
kale4eat
2ab025d5fe
Run in a separate process group to avoid receiving signals by Ctrl + C
...
Minor Correction:
* logging
* declaration of terminate
2024-03-06 09:45:25 +09:00
kale4eat
98ff976ec0
modify logging
2024-03-05 15:04:27 +09:00
kale4eat
85f5b9bd25
replace pyopenjtalk import with worker
2024-03-05 12:18:05 +09:00
kale4eat
1eb8fb4b08
add openjtalk worker pkg
2024-03-05 12:17:15 +09:00
kale4eat
bc1058270c
Delete pyopenjtalk import
2024-03-05 12:16:14 +09:00
litagin02
81baabbb30
wip
2024-03-04 11:46:09 +09:00
litagin02
46935c6917
Try to fix encoding error
2024-03-01 20:35:12 +09:00
litagin02
8b17d4de32
Try to fix colab encoding error
2024-03-01 20:10:23 +09:00
litagin02
beb6a641be
clean
2024-03-01 19:39:37 +09:00
litagin02
f3475287b2
Improve: sort wav files before transcription, use pathlib
2024-03-01 19:25:21 +09:00
litagin02
3275124d42
Merge branch 'master' of github.com:litagin02/Style-Bert-VITS2
2024-03-01 10:03:23 +09:00
litagin02
7e4108add5
Try to fix colab encoding error
2024-03-01 10:03:02 +09:00
litagin02
fc049e1168
Merge pull request #82 from gordon0414/hparams-repo-id-integration
...
Fix AttributeError by adding missing 'repo_id' to HParams
2024-02-29 16:26:54 +09:00
Jungwon Chang
8fee645f8d
Fix AttributeError by initializing 'repo_id' in HParams for Hugging Face Hub uploads
2024-02-29 15:00:10 +09:00
litagin02
c86def5fdf
Merge pull request #81 from litagin02/dev
...
2.3.1
2024-02-27 20:56:47 +09:00
litagin02
76bfa51f4b
Add changelog, upd dockerignore
2024-02-27 20:48:38 +09:00
litagin02
512423c41d
Fix colab, improve yomi_error doc, CLI yomi_error option
2024-02-27 19:07:24 +09:00
litagin02
abd5347f13
Merge pull request #75 from frodo821/master
...
モデルのマージに球面線形補間を使えるようにした
2024-02-27 18:13:45 +09:00
litagin02
e077fd60a9
Merge branch 'master' into dev
2024-02-27 13:44:57 +09:00
litagin02
ebea1be519
Refactor and improve: handling with yomi error, add preprocess options
2024-02-27 13:37:24 +09:00
frodo821
a48e5cbc51
スタイルロード時にデフォルトですべての組み合わせが入るようにした
2024-02-27 04:39:09 +09:00
frodo821
d0b5bc8682
モデルのマージに球面線形補間を使えるようにした
2024-02-27 04:38:47 +09:00
litagin02
3a1dc7c58f
Fix using path instead of str
2024-02-26 21:27:02 +09:00
litagin02
dd867c0724
Fix typo
2024-02-26 18:25:39 +09:00
litagin02
dcad61be3a
Update update req
2024-02-26 18:17:48 +09:00
litagin02
fbcd440f2c
Fix date and add demo
2024-02-26 15:46:09 +09:00
litagin02
89e2af26c1
Merge branch 'master' of github.com:litagin02/Style-Bert-VITS2
2024-02-26 15:14:08 +09:00
litagin02
6a1096c541
Merge pull request #68 from litagin02/dev
...
Ver 2.3
2024-02-26 15:13:55 +09:00
litagin02
420ace8c74
Merge branch 'master' of github.com:litagin02/Style-Bert-VITS2
2024-02-26 15:13:07 +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
36462c8203
Format and docs
2024-02-26 01:05:05 +09:00
litagin02
e7d4218504
Improve license docs
2024-02-25 23:46:43 +09:00
litagin02
4e372cf724
Improve licene
2024-02-25 23:40:43 +09:00
litagin02
f749950be2
Update
2024-02-25 22:28:02 +09:00
litagin02
d3a5cb8569
Raise error instead of warning for visibility
2024-02-25 18:56:45 +09:00
litagin02
9d6a1db0e9
Fix: handling esd.list processing error
2024-02-25 18:33:47 +09:00
litagin02
8d7d7c3265
Avoid using pyworld by default
2024-02-25 17:42:50 +09:00
litagin02
773663f077
Merge branch 'master' into dev
2024-02-25 13:16:51 +09:00
litagin02
8f27c79219
Update
2024-02-25 13:15:40 +09:00
litagin02
e76dca6fbb
Update dict api
2024-02-25 13:15:00 +09:00
litagin02
357a3330c8
Add User dict module from VOICEVOX
2024-02-25 13:14:28 +09:00