kemuriririn
72c09ec0b7
Indextts2 ( #276 )
...
* indextts2
* update lfs for audio files
---------
Co-authored-by: wangyining02 <wangyining02@bilibili.com>
2025-09-08 17:36:39 +08:00
yrom
3553a3755d
fix 分句逻辑,增加测试用例
...
不包含。!?的句子没有被正确分句
2025-05-18 22:53:51 +08:00
yrom
c178198ed7
padding_test.py support model dir for test
2025-05-18 19:57:11 +08:00
yrom
76e7645a8d
更新WebUI,添加模型目录检查和必要文件验证
...
- 新增示例
- 新增模型版本提示
- 新增生成参数设置
- 新增分句预览
2025-05-18 19:41:06 +08:00
yrom
22eeb7625f
修正attention mask和positional embeddings
...
- 将之前只有text右侧填充改为cond+text 整体左侧填充
- 添加填充测试用例
2025-05-18 19:34:32 +08:00
Yrom
35b6514ee5
Enhance text normalization and tokenization
...
- Introduced `de_tokenized_by_CJK_char` for restoring original text from tokenized format.
- Added `TextTokenizer` class for improved tokenization, including sentence splitting and handling of special tokens.
- Enhanced `TextNormalizer` to handle names and pinyin tones with placeholder mechanisms.
- Added regression tests for new features in `regression_test.py`.
2025-04-24 20:28:44 +08:00
kemuriririn
a26894de71
+回归测试脚本 ( #103 )
...
* deepspeed无法使用时回退到通常路径
* ninja支持中文路径编译补丁:BigVGAN fused cuda kernel
* 缓存参考音频的Mel
* ninja支持中文路径编译方案2:BigVGAN fused cuda kernel
* 增加批次推理:长句实现至少 2~10 倍以上的速度提升~
* fix上层目录为空时报错
* 批次推理:重要修复(漏句/丢句/音频空白)
* 批次推理:新增数据分桶机制,增强稳定性~
* +回归测试脚本
* update 回归测试脚本
* fix merge出错
---------
Co-authored-by: kemuriririn <10inspiral@gmail.com>
Co-authored-by: sunnyboxs <sjt2000@qq.com>
2025-04-18 18:09:13 +08:00