1.1.21
leejet/stable-diffusion.cpp1.1.21Jul 5, 2026by SWivid
AI Summary
This release updates the Gradio dependency, fixes a critical path traversal vulnerability in finetune handlers, and updates AMD ROCm to version 7.2 for enhanced RDNA support.
Key Highlights
- Updated gradio dependency to >= 6.15.0
- Fixed path traversal vulnerability in finetune Gradio handlers
- Updated AMD ROCm install to 7.2 for RDNA 3.5/4 support
Full Release Notes
## What's Changed * update gradio>=6.15.0 in pyproject.toml * fix: path traversal in finetune Gradio handlers by @AAtomical in https://github.com/SWivid/F5-TTS/pull/1294 * Update AMD ROCm install to 7.2 for RDNA 3.5/4 support by @Kaihui-AMD in https://github.com/SWivid/F5-TTS/pull/1298 ## New Contributors * @AAtomical made their first contribution in https://github.com/SWivid/F5-TTS/pull/1294 * @Kaihui-AMD made their first contribution in https://github.com/SWivid/F5-TTS/pull/1298 **Full Changelog**: https://github.com/SWivid/F5-TTS/compare/1.1.20...1.1.21