Skip to content

feat(qwen-tts): Support using multiple voices#8757

Merged
mudler merged 4 commits intomudler:masterfrom
nanoandrew4:qwen-tts-multi-voice
Mar 4, 2026
Merged

feat(qwen-tts): Support using multiple voices#8757
mudler merged 4 commits intomudler:masterfrom
nanoandrew4:qwen-tts-multi-voice

Conversation

@nanoandrew4
Copy link
Copy Markdown
Contributor

Description

This PR adds multi-voice support to qwen-tts, so that you can clone multiple voices within one model and control which one is used for generation via the voice input parameter.

Notes for Reviewers

Signed commits

  • Yes, I signed my commits.

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 3, 2026

Deploy Preview for localai ready!

Name Link
🔨 Latest commit c0f635c
🔍 Latest deploy log https://app.netlify.com/projects/localai/deploys/69a7da898942920008847581
😎 Deploy Preview https://deploy-preview-8757--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nanoandrew4 nanoandrew4 changed the title feat(backend): Qwen-tts support using multiple voices feat(qwen-tts): Support using multiple voices Mar 3, 2026
@mudler mudler linked an issue Mar 3, 2026 that may be closed by this pull request
@mudler mudler added the enhancement New feature or request label Mar 3, 2026
@nanoandrew4
Copy link
Copy Markdown
Contributor Author

Failing tests seem unrelated to my changes, but one-off build errors. I forgot to sign my second commit, if you wanted signed I'll have to force push and update with master myself @mudler

@mudler
Copy link
Copy Markdown
Owner

mudler commented Mar 4, 2026

Failing tests seem unrelated to my changes, but one-off build errors. I forgot to sign my second commit, if you wanted signed I'll have to force push and update with master myself @mudler

yes tests are failing on master and unrelated , should be fixed now!

I'll pick this up as soon as passes tests. Thank you!

@mudler mudler merged commit 454d8ad into mudler:master Mar 4, 2026
39 of 40 checks passed
localai-bot pushed a commit to localai-bot/LocalAI that referenced this pull request Mar 6, 2026
* Add support for multiple voice clones in Qwen TTS

Signed-off-by: Andres Smith <andressmithdev@pm.me>

* Add voice prompt caching and generation logs to see generation time

---------

Signed-off-by: Andres Smith <andressmithdev@pm.me>
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
localai-bot pushed a commit to localai-bot/LocalAI that referenced this pull request Mar 6, 2026
* Add support for multiple voice clones in Qwen TTS

Signed-off-by: Andres Smith <andressmithdev@pm.me>

* Add voice prompt caching and generation logs to see generation time

---------

Signed-off-by: Andres Smith <andressmithdev@pm.me>
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
localai-bot pushed a commit to localai-bot/LocalAI that referenced this pull request Mar 25, 2026
* Add support for multiple voice clones in Qwen TTS

Signed-off-by: Andres Smith <andressmithdev@pm.me>

* Add voice prompt caching and generation logs to see generation time

---------

Signed-off-by: Andres Smith <andressmithdev@pm.me>
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Prevent Duplicate Model Loading for Voice Cloning TTS

2 participants