1.1.5
SWivid/F5-TTS1.1.5Jun 5, 2025by SWivid
AI Summary
Adds support for the German language and resolves several bugs related to file path handling and duration calculation in the TensorRT-LLM client.
Key Highlights
- Added German Model support
- Fixed finetune training with spaces in file paths
- Fixed duration computation in triton_trtllm client
New Features
- German language support
- Path handling fix
- Triton client duration fix
- Empirically Pruned Step Sampling
Full Release Notes
## What's Changed * German Model support by @hvoss-techfak in https://github.com/SWivid/F5-TTS/pull/1072 * Fix finetune training with spaces in file paths by @ionite34 in https://github.com/SWivid/F5-TTS/pull/1063 * Fix the duration computation in `triton_trtllm/client_grpc.py` by @Nietism in https://github.com/SWivid/F5-TTS/pull/1071 * Update: Empirically Pruned Step Sampling by @Jerrister in https://github.com/SWivid/F5-TTS/pull/1077 ## New Contributors * @hvoss-techfak made their first contribution in https://github.com/SWivid/F5-TTS/pull/1072 * @ionite34 made their first contribution in https://github.com/SWivid/F5-TTS/pull/1063 * @Nietism made their first contribution in https://github.com/SWivid/F5-TTS/pull/1071 **Full Changelog**: https://github.com/SWivid/F5-TTS/compare/1.1.4...1.1.5