44693e7d6b
Refactor: improve regular expression performance during NLP Improve performance by pre-compiling regular expressions that are executed many times.
tsukumi
2024-05-12 00:26:46 +09:00
7de367b76f
moved tokenizer loading inside of g2p function for code integrity.
gordon0414
2024-05-10 11:55:38 +09:00
3018309199
Optimize g2p function for improved speed and efficiency
gordon0414
2024-05-09 16:12:15 +09:00
2d6baa3928
Fix: changed the substitute phoneme from「ん」to 「'」 when the pronunciation can't be obtained
tsukumi
2024-05-06 22:17:34 +09:00
87144dd321
Improve: automatically generate configs/paths.yml by copying it from configs/default_paths.yml when running initialize.py If configs/paths.yml itself is included in version control, differences will occur when it is changed in each environment, which is troublesome.
tsukumi
2024-05-06 20:56:07 +09:00
b230832528
Add: allow hyper-parameters and style vectors to be specified directly
tsukumi
2024-05-06 20:43:22 +09:00
0d9034b8bd
Fix text encoding in Server.bat
tsukumi
2024-05-01 11:21:01 +09:00
3730eb50b7
Merge branch 'litagin02:dev' into dev
tsukumi
2024-05-01 10:56:42 +09:00
e721c09b87
Fix filename for transcribe to use relative path instead of name
litagin02
2024-04-27 12:59:47 +09:00
aa0f9308b1
Refactor: remove dependencies on libraries not required for style_bert_vits2 as a library librosa: Originally not used under style_bert_vits2/. pyannote.audio: Required only when using the "infer style vector from audio" function during inference, but it is currently almost unused. scipy: Because it was used in only one utility function that was not needed outside of training.
tsukumi
2024-04-25 00:31:14 +00:00
9d15d5763d
Refactor: run "hatch run style:fmt"
tsukumi
2024-04-19 04:17:27 +00:00
797c354b1b
Add: the ability to specify a phoneme sequence representing the reading of the text to be read during speech synthesis With this feature, it is possible to specify individual readings for homonyms such as "明日 (ashita/asu)" while maintaining the Kanji representation of the read text.
tsukumi
2024-04-19 04:09:21 +00:00
590937d71b
Add files via upload
Aka Diffusion
2024-04-16 14:52:03 +09:00
aba7814580
Removed a redundancy bracket in readme.md
Naozumi
2024-04-12 13:41:57 +08:00
556f8e49f3
fixed link to Style-Bert-VITS2_en.md
GC
2024-04-04 12:53:28 +01:00
f94896420c
Added article translation to en readme
GC
2024-04-04 12:51:55 +01:00