You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I've released Qwen3-TTS-Tokenizer-12Hz-48kHz, a fine-tuned variant of Qwen/Qwen3-TTS-Tokenizer-12Hz that outputs 48 kHz audio by appending one additional DecoderBlock (upsample rate ×2) to the decoder stack.
Since only the decoder is fine-tuned, the codec remains fully compatible with the original tokenizer: you can drop this model in as a replacement decoder for Qwen3-TTS to obtain higher-quality audio output without any changes to the encoder or the TTS model itself.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I've released Qwen3-TTS-Tokenizer-12Hz-48kHz, a fine-tuned variant of
Qwen/Qwen3-TTS-Tokenizer-12Hzthat outputs 48 kHz audio by appending one additional DecoderBlock (upsample rate ×2) to the decoder stack.Since only the decoder is fine-tuned, the codec remains fully compatible with the original tokenizer: you can drop this model in as a replacement decoder for Qwen3-TTS to obtain higher-quality audio output without any changes to the encoder or the TTS model itself.
Training Code
https://github.com/takuma104/Qwen3-TTS-Experimental/blob/decoder_block_48k/finetuning/decoder_block_48k/train_gan.sh
Mel spectrogram comparison:
Beta Was this translation helpful? Give feedback.
All reactions