Releases: SWivid/F5-TTS
Releases · SWivid/F5-TTS
1.1.15
- Workaround for gr.Accordion default open=False bug, #1239 (comment)
Full Changelog: 1.1.12...1.1.15
1.1.12
- Bump gradio version from 5.0 to 6.0, with several fixes to ensure compatibility with f5-tts_infer-gradio
Full Changelog: 1.1.10...1.1.12
1.1.10
- Fix issues of skipping last words in shorter sentences when batch inference #1039 #1179,
in both runtime TRT-LLM and PyTorch implementation. - Clean-up and make advanced eval scripts 529d856
- Add torchcodec dependency to pyproject.toml
- Replace jieba package with rjieba #1230
Full Changelog: 1.1.9...1.1.10
1.1.9
1.1.8
Full Changelog: 1.1.7...1.1.8
1.1.7
- temp version, update Gradio dependency to avoid the i18n bug gradio-app/gradio#11554
Full Changelog: 1.1.6...1.1.7
1.1.6
What's Changed
- Add flash attn2 support attn_mask, fix some minor bug in eval by @ZhikangNiu in #1066
- Speedup inference by batching CFG in DiT by @starkwj in #1084
- Update WAV File Naming and Dependencies 📝🔊 by @danhtran2mind in #1091
New Contributors
- @starkwj made their first contribution in #1084
- @danhtran2mind made their first contribution in #1091
Full Changelog: 1.1.5...1.1.6
1.1.5
What's Changed
- German Model support by @hvoss-techfak in #1072
- Fix finetune training with spaces in file paths by @ionite34 in #1063
- Fix the duration computation in
triton_trtllm/client_grpc.pyby @Nietism in #1071 - Update: Empirically Pruned Step Sampling by @Jerrister in #1077
New Contributors
- @hvoss-techfak made their first contribution in #1072
- @ionite34 made their first contribution in #1063
- @Nietism made their first contribution in #1071
Full Changelog: 1.1.4...1.1.5
1.1.4
1.1.3
Full Changelog: 1.1.0...1.1.3
- v1.1.3 better gradio inference ui, with cherrypick, cache and load text from file support
- v1.1.2 update data prepare script; fix speech edit; fix tensorrt-llm server code-switch inference
- v1.1.1 add benchmark and trtllm offline code
Thanks to @yuekaizhang @fakerybakery @petermg @TBXark