litagin02
f778a41f93
Update
2024-06-01 14:29:49 +09:00
litagin02
1b50d3d3e4
Remove clustering.ipynb
2024-06-01 14:27:49 +09:00
litagin02
f80846b223
Fix infer req and not to use virtualenv
2024-06-01 14:08:56 +09:00
litagin02
3994089e3c
Add FAQ
2024-06-01 11:39:50 +09:00
litagin02
5ec89e93d7
Rename term to terms
2024-06-01 11:26:58 +09:00
litagin02
d18a30a9a4
Update term of use
2024-06-01 11:22:19 +09:00
litagin02
638d4947b3
Update term of use
2024-06-01 08:29:45 +09:00
litagin02
4b2ca0643c
Use uv for update bat
2024-05-31 20:16:13 +09:00
litagin02
ba7b03e359
Delete hf download tab
2024-05-31 19:09:47 +09:00
litagin02
db3e28cd47
Fix gradio numpy.int serialization error
2024-05-30 19:04:28 +09:00
litagin02
393d594621
Fix bat comment, delete updating pip since we'll use uv
2024-05-29 08:56:05 +09:00
litagin02
e66074c243
Fix: add torch to req
2024-05-29 07:06:00 +09:00
litagin02
9625014184
Feat: use uv for bat installer
2024-05-29 06:53:21 +09:00
litagin02
f4f94d4c20
change custom sampler to default
2024-05-29 05:46:31 +09:00
litagin02
ec12381acf
Rename colab
2024-05-29 05:38:04 +09:00
litagin02
ceb431192c
colab
2024-05-28 18:37:44 +09:00
litagin02
e8691289bb
Fix
2024-05-26 22:23:43 +09:00
litagin02
e5c189125f
Feat: add kotoba-whisper, etc
2024-05-26 22:03:19 +09:00
litagin02
e27bd4dfbc
Update docs
2024-05-26 19:56:12 +09:00
litagin02
0a5e5fe1fe
Add char limit log info
2024-05-26 19:50:50 +09:00
litagin02
ad95df7d41
Add term of use
2024-05-26 19:48:56 +09:00
litagin02
1b656b37fa
Feat: koharune-ami
2024-05-26 17:17:32 +09:00
litagin02
012f159ab5
Fix generating style bug
2024-05-26 11:07:43 +09:00
litagin02
e52453040c
Improve: transc order by path, train.list preserves order
2024-05-26 10:47:14 +09:00
litagin02
d8ca829e28
Docs, if only one subdir skip generating style
2024-05-26 10:24:52 +09:00
litagin02
ce26a0384d
Improve: save intermediate trans result for HF whisper
2024-05-26 10:18:09 +09:00
litagin02
f1e022a08c
Fix tb logging
2024-05-26 08:27:39 +09:00
litagin02
5fa6210176
Batch sampler for backward compatibility, reduce tb log
2024-05-26 08:23:38 +09:00
litagin02
a92b0cabff
Improve: slice.py preserves subdir structure
2024-05-26 08:22:39 +09:00
litagin02
7880659d4a
Docs
2024-05-26 08:00:32 +09:00
litagin02
a4f28e4f6f
Improve download
2024-05-25 19:28:22 +09:00
litagin02
5af4e2c6ac
Feat: download model from hf
2024-05-25 19:05:06 +09:00
litagin02
2274087da4
Fmt only (maybe)
2024-05-25 18:15:36 +09:00
litagin02
acf93b80ce
Feat: make style vec by subdirs (for webui)
2024-05-25 18:13:34 +09:00
litagin02
175aa62a26
Feat: make style vectors w.r.t. subdirs structure
2024-05-25 17:14:28 +09:00
litagin02
0c87c6ffd4
Clean, and fix tensorboard protobuf bug
2024-05-25 15:58:19 +09:00
litagin02
8976a3ed2f
Refactor: Use PathConfig and pathlib instead of paths.yml loading
2024-05-25 10:25:22 +09:00
litagin02
2771fbd209
Fix gradio Path serialization error
2024-05-22 07:31:40 +09:00
litagin02
053a6bf785
Fix gradio Path serialize error
2024-05-19 18:31:45 +09:00
litagin02
0a3b57528b
Fix gradio import type annotation bug (temp solution)
2024-05-15 20:39:22 +09:00
litagin02
ac90941eaa
Remove gradio version restriction
2024-05-15 19:23:38 +09:00
litagin02
837c4397db
Merge pull request #118 from tsukumijima/dev
...
音声合成時に読み上げテキストの読みを表す音素列を指定する機能を追加 + 様々な改善
2024-05-15 07:37:46 +09:00
litagin02
ae7c4ea72b
Merge pull request #124 from gordon0414/eng_g2p_fix
...
Optimize English g2p function for improved speed and efficiency
2024-05-15 07:01:02 +09:00
tsukumi
44693e7d6b
Refactor: improve regular expression performance during NLP
...
Improve performance by pre-compiling regular expressions that are executed many times.
2024-05-12 17:53:30 +09:00
gordon0414
7de367b76f
moved tokenizer loading inside of g2p function for code integrity.
2024-05-10 11:55:38 +09:00
gordon0414
3018309199
Optimize g2p function for improved speed and efficiency
...
- Moved global variables (ARPA, _g2p, eng_dict, tokenizer) to top-level scope to avoid redundant initialization.
- Simplified conditions for words with apostrophes.
- Streamlined __post_replace_ph function by removing redundant checks.
- Optimized __refine_syllables function with direct iteration.
- Avoided re-initialization of tokenizer in __text_to_words by moving it to global scope.
- Added performance test in __main__ to validate improvements.
- Resolves issue #104 .
2024-05-09 16:12:15 +09:00
tsukumi
2d6baa3928
Fix: changed the substitute phoneme from「ん」to 「'」 when the pronunciation can't be obtained
2024-05-06 22:17:34 +09:00
tsukumi
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.
2024-05-06 20:56:07 +09:00
tsukumi
b230832528
Add: allow hyper-parameters and style vectors to be specified directly
2024-05-06 20:43:22 +09:00
tsukumi
0d9034b8bd
Fix text encoding in Server.bat
2024-05-01 11:21:01 +09:00