Skip to content

Fix Qwen3-TTS CustomVoice speaker mapping#2315

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

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.

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.

1 participant