1.1.17
leejet/stable-diffusion.cpp1.1.17Mar 4, 2026by SWivid
AI Summary
This release updates the F5-TTS model training pipeline with new memory optimization features and configuration options to improve training efficiency and debugging capabilities.
Key Highlights
- Support for MMDiT Flash Attention to optimize memory usage
- Addition of a show_info parameter in audio preprocessing functions
- New fused AdamW option to streamline training configurations
New Features
- MMDiT Flash Attention support
- Show info parameter for preprocess_ref_audio_text
- Fused AdamW option
Full Release Notes
## What's Changed * feat:add mmdit flash attn support by @ZhikangNiu in https://github.com/SWivid/F5-TTS/pull/1269 * Add show_info parameter to preprocess_ref_audio_text by @mlxu995 in https://github.com/SWivid/F5-TTS/pull/1271 * Add fused AdamW option and warn on torch attention mask memory usage by @ZhikangNiu in https://github.com/SWivid/F5-TTS/pull/1270 ## New Contributors * @mlxu995 made their first contribution in https://github.com/SWivid/F5-TTS/pull/1271 **Full Changelog**: https://github.com/SWivid/F5-TTS/compare/1.1.16...1.1.17