I built Qwen3-TTS-WebUI, a lightweight web interface for running Qwen3-TTS locally.
Motivation: Qwen3-TTS works well, but it is mostly used via CLI. That makes quick、parameter tweaking, and audio preview inconvenient, especially for non-technical users. I wanted a simple local UI to test voices, adjust settings, and export audio easily.
Features:
- Local inference only, no cloud
- Simple WebUI for text input and audio preview
- Minimal setup, focused on experimentation rather than production
Current status:
- Early stage / work in progress
- Usability-focused, not heavily optimized yet
Repository: https://github.com/bdim404/Qwen3-TTS-WebUI
I’d appreciate feedback on:
UI/UX improvements
Useful controls or missing features
Any design mistakes common in TTS tools
Thanks for taking a look.