Commit Graph

10 Commits

Author SHA1 Message Date
tsukumi
c594f7ea7a Refactor: change execution location of pyopenjtalk.initialize()
Considering library design, this function with many side effects should not be executed in a library.
2024-03-09 00:26:51 +00:00
tsukumi
b98fecb46d Add: --host/--port option to app.py to allow specifying listening host/port 2024-03-08 22:14:39 +00:00
tsukumi
d22a11ebb2 Fix: a bug that prevented speech synthesis in app.py 2024-03-08 22:09:47 +00:00
tsukumi
fe7e31e080 Refactor: moved common/tts_model.py to style_bert_vits2/ 2024-03-08 09:34:44 +00:00
tsukumi
c1f2862889 Merge branch 'dev' of github.com:litagin02/Style-Bert-VITS2 into dev 2024-03-08 09:30:31 +00:00
litagin02
ebb37ad7bb Fix multiprocessing bert_gen error of pyopenjtalk_worker 2024-03-08 18:18:38 +09: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
da7747cc67 Merge branch 'dev' of github.com:litagin02/Style-Bert-VITS2 2024-03-08 05:49:52 +00:00
litagin02
9f01e54d2d Unify webui to single webui 2024-03-08 13:00:15 +09:00
litagin02
81baabbb30 wip 2024-03-04 11:46:09 +09:00