[Project] Qwen3-TTS-EasyFinetuning: A simple WebUI for multi-speaker TTS fine-tuning

Reddit r/LocalLLaMA / 3/29/2026

💬 OpinionSignals & Early TrendsTools & Practical UsageModels & Research

Key Points

  • The project introduces “Qwen3-TTS-EasyFinetuning,” an open-source Gradio-based WebUI that simplifies fine-tuning Qwen3-TTS models without relying on command-line workflows.
  • It provides an end-to-end pipeline for data processing, training, and inference testing, aiming to make customization more accessible for local development.
  • The WebUI includes multi-speaker support to train diverse voice sets, with the author noting it is implemented ahead of some official tooling.
  • The tool is designed to run locally on consumer hardware, and the author reports testing on an RTX 3080 10G.
  • The author is actively developing the project and invites community feedback from users interested in giving local models custom voices.

Hi everyone,

I’ve been working with the new Qwen3-TTS models lately and realized that while the base models are great, the fine-tuning process can be a bit of a headache for many. To solve this, I created Qwen3-TTS-EasyFinetuning.

It’s an open-source WebUI designed to make the fine-tuning process as seamless as possible, even if you’re not a command-line wizard.

Key Features: * User-Friendly WebUI: Manage your entire fine-tuning workflow from the browser. * Multi-Speaker Support: I’ve implemented multi-speaker functionality (even ahead of some official implementations) so you can train diverse voice sets. * Streamlined Pipeline: Handles everything from data processing to training and inference testing. * Local Focused: Designed to run on your own hardware, fitting the r/LocalLlama ethos.

Tech Stack: * Based on Qwen3-TTS * Built with Python/Gradio * Optimized for consumer GPUs (Tested on My RTX3080 10G)

I’m still actively developing this and would love to get some feedback from this community. If you're looking to give your local LLM a custom voice, give it a try!

GitHub: https://github.com/mozi1924/Qwen3-TTS-EasyFinetuning

submitted by /u/mozi1924
[link] [comments]