Skip to content

Fix Qwen3-TTS CustomVoice speaker mapping - #2315

Closed
lukaszliniewicz wants to merge 1 commit into
LostRuins:concedofrom
lukaszliniewicz:fix-qwen3-tts-customvoice-mapping
Closed

Fix Qwen3-TTS CustomVoice speaker mapping#2315
lukaszliniewicz wants to merge 1 commit into
LostRuins:concedofrom
lukaszliniewicz:fix-qwen3-tts-customvoice-mapping

Conversation

@lukaszliniewicz

Copy link
Copy Markdown

Currently, the Python wrapper only registers 5 placeholder names for Qwen3-TTS, leaving 4 premium voices unregistered and the others mapped to the wrong seeds in the C++ layer.

This PR:

  1. Re-registers voicelist in the correct token order corresponding to speakermap[] in tts_adapter.cpp.
  2. Maps the old placeholder names (kobo, cheery, etc.) as aliases to the new canonical names to maintain backwards compatibility.

Tested and verified against model weight embedding rows.

@LostRuins

Copy link
Copy Markdown
Owner

I can add this, but this is the wrong way to do it. The qwen3tts voices can be added as speaker aliases instead.

Added with 062a2d0

@LostRuins LostRuins closed this Jul 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants