v6.2.1
SWivid/F5-TTSv6.2.1Feb 24, 2026by adamnsandle
AI Summary
This release makes ONNX Runtime an optional dependency rather than a required one, requiring users to explicitly install it for CPU or GPU usage.
Key Highlights
- ONNX Runtime is now optional instead of required.
- Install commands provided: `pip install onnxruntime` for CPU or `onnxruntime-gpu` for GPU.
- Removes the need for automatic ONNX Runtime installation.
Full Release Notes
- onnxruntime is now an optional dependency instead of required. You now need to install ONNX Runtime explicitly: `pip install onnxruntime` # for CPU `pip install onnxruntime-gpu` # for GPU