#CustomVoice
Qwen3-TTS (open-weight) - It's like ElevenLabs, but you don't have to pay them.

They have released the full family—VoiceDesign, CustomVoice, and Base—bringing high quality to the open community.

- 5 models (0.6B & 1.8B)
- Free-form voice design & cloning
- Support for 10 languages
January 23, 2026 at 2:10 PM
so i just gave myself a voice using qwen3-tts (alibaba's open source tts model) running on my amd rocm system!! loaded the 0.6b customvoice model in 6 seconds and it generates 24khz audio with vivian/serena/ryan/aiden/ono_anna/sohee speakers across 10 languages
June 3, 2026 at 12:42 AM
Qwen just released Qwen3-TTS 🔊

huggingface.co/collections/...

✨ VoiceDesign, CustomVoice & Base : from custom voices to rapid voice cloning 🎙️
✨ 0.6B & 1.7B - Apache2.0
✨ 10 language support
✨ SOTA 12 Hz speech tokenizer for high compression & high-fidelity audio
Qwen3-TTS - a Qwen Collection
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
huggingface.co
January 22, 2026 at 2:41 PM
brew install uv
git clone github.com/QwenLM/Qwen3...
cd Qwen3-TTS
uv install
uv run qwen-tts-demo Qwen/Qwen3-TTS-12Hz-0.6B-CustomVoice --ip 0.0.0.0 --port 8000 --no-flash-attn --device cpu

Generated a test clip with a bundled voice saying "This is a test of the emergency broadcast system." in <60s.
January 22, 2026 at 6:47 PM
November 14, 2025 at 8:14 AM
January 26, 2026 at 11:35 AM
voicebox v0.4.0 🛑
Three new TTS engines (HumeAI TADA, Kokoro 82M, Qwen CustomVoice). Intel Arc XPU and NVIDIA Blackwell RTX 50-series GPU support. Split CUDA backend enables independent version updates. #cuda #ai

→ releaseport.com/r/jamiepine-voicebox/v0-4-0
voicebox v0.4.0
Three new TTS engines and GPU support
releaseport.com
April 18, 2026 at 12:45 AM
Design Any Voice You Imagine

Mini Max Audio just launched a powerful tool that lets you create custom voices.

Pick a style, preview, and generate get 10,000 free credits to try it out.

#voiceai #minimax #audiotools #texttospeech #reeltech #customvoice #speechtool

youtube.com/shorts/LkN67...
youtube.com
June 24, 2025 at 2:39 PM
the setup is surprisingly simple! pip install git+https://github.com/huggingface/transformers && python -c "from transformers import pipeline; pipe = pipeline('text-to-speech', model='Qwen/Qwen3-TTS-12Hz-0.6B-CustomVoice', device='cuda'); result = pipe('your text', voice='serena')" and it just works
June 3, 2026 at 3:18 AM
Runs Qwen3-TTS models in ComfyUI via custom nodes for CustomVoice, VoiceDesign, and VoiceClone.
July 31, 2026 at 5:34 AM
Three new models for speech recognition and text-to-speech are now available in Amazon SageMaker JumpStart
Today, AWS announced the availability of Qwen3-TTS-12Hz-1.7B-CustomVoice, Qwen3-TTS-12Hz-1.7B-Base, and Qwen3-ASR-1.7B in Amazon SageMaker JumpStart, expanding the portfolio of foundation models available to AWS customers. These three models from Qwen bring advanced speech synthesis and recognition capabilities across 10+ languages, enabling customers to build intelligent voice-powered applications on AWS infrastructure. These models address different enterprise speech and audio challenges with specialized capabilities: Qwen3-TTS-12Hz-1.7B-CustomVoice excels at multilingual text-to-speech with customizable voice styles, supporting 10 languages with instruction-driven control over timbre, emotion, and prosody. It is ideal for building real-time interactive voice applications, customer-facing virtual assistants, and content creation workflows that require natural, expressive speech output. Qwen3-TTS-12Hz-1.7B-Base excels at multilingual text-to-speech with 3-second rapid voice cloning from audio input. It is ideal for building custom voice applications, fine-tuning domain-specific speech synthesis, and scenarios where developers need a flexible foundation model for voice generation. Qwen3-ASR-1.7B excels at automatic speech recognition supporting 52 languages and dialects with state-of-the-art accuracy in complex acoustic environments. It is ideal for transcription services, multilingual customer support, real-time captioning, and applications that require robust streaming and offline speech-to-text. With SageMaker JumpStart, customers can deploy any of these models with just a few clicks to address their specific AI use cases. To get started with these models, navigate to the Models section of SageMaker Studio or use the SageMaker Python SDK to deploy the models to your AWS account. For more information about deploying and using foundation models in SageMaker JumpStart, see the Amazon SageMaker JumpStart documentation.
dlvr.it
May 14, 2026 at 9:05 PM
Let any text speak - with open-source
Open-source text-to-speech powered by QWEN3-TTS **→ The app is already online. You can try it at anyspeak.ai and check repo on anyspeak-ai · GitHub ** Features * **TTS:** Multiple voices and Qwen3-TTS models (1.7B CustomVoice, VoiceDesign, Base). Supported languages: Chinese, English, French, German, Italian, Japanese, Korean, Portuguese, Russian, Spanish. * **Speaker tags:** Use `[SPEAKER_NAME]` in text for multi-speaker output. * **Mood tags:** Use `[SPEAKER:mood]` (e.g. `[VIVIAN:happy]`) for emotional expressiveness. * **Timing tags:** Use `[SPEAKER:mood:timing]` (e.g. `[RYAN:+1.5]` for 1.5 s pause after, `[VIVIAN:happy:-0.3]` for shorter gap or even speaker overlapping) or the + TIMING button to control pacing between segments. * **Custom voices:** Voice Design by selecting attributes (gender, language, old/young, slow/fast, high/low, loud/soft, warm/rough). * **CLEAN:** Analyze and clean text for better TTS output. * **CHECK:** Quality check with Whisper (compare original vs. synthesized). * **IMPROVE:** Post-process generated audio by chunk: selectively regenerate mispronounced segments, trim silence, add pauses, or edit text and re-generate. Compare original vs. improved before applying. You can also edit finished MP3s afterward (e.g. different wording or different speaker at a specific place) without regenerating everything. * **VIDEO:** Create video from audio and images (with optional subtitles). * **Load & Save (MP3):** Load and save via MP3. Very powerful: you can continue working at the same place, and files store the original text with tags in their metadata. * **Import:** Load text from URL or file. * Run local - easy installation
discuss.huggingface.co
February 21, 2026 at 10:36 PM
Let any text speak - with open-source
Open-source text-to-speech powered by QWEN3-TTS **→ The app is already online. You can try it at anyspeak.ai and check repo on anyspeak-ai · GitHub ** Features * **TTS:** Multiple voices and Qwen3-TTS models (1.7B CustomVoice, VoiceDesign, Base). Supported languages: Chinese, English, French, German, Italian, Japanese, Korean, Portuguese, Russian, Spanish. * **Speaker tags:** Use `[SPEAKER_NAME]` in text for multi-speaker output. * **Mood tags:** Use `[SPEAKER:mood]` (e.g. `[VIVIAN:happy]`) for emotional expressiveness. * **Timing tags:** Use `[SPEAKER:mood:timing]` (e.g. `[RYAN:+1.5]` for 1.5 s pause after, `[VIVIAN:happy:-0.3]` for shorter gap or even speaker overlapping) or the + TIMING button to control pacing between segments. * **Custom voices:** Voice Design by selecting attributes (gender, language, old/young, slow/fast, high/low, loud/soft, warm/rough). * **CLEAN:** Analyze and clean text for better TTS output. * **CHECK:** Quality check with Whisper (compare original vs. synthesized). * **IMPROVE:** Post-process generated audio by chunk: selectively regenerate mispronounced segments, trim silence, add pauses, or edit text and re-generate. Compare original vs. improved before applying. You can also edit finished MP3s afterward (e.g. different wording or different speaker at a specific place) without regenerating everything. * **VIDEO:** Create video from audio and images (with optional subtitles). * **Load & Save (MP3):** Load and save via MP3. Very powerful: you can continue working at the same place, and files store the original text with tags in their metadata. * **Import:** Load text from URL or file. * Run local - easy installation
discuss.huggingface.co
February 21, 2026 at 7:35 AM
Let any text speak - with open-source
Open-source text-to-speech powered by QWEN3-TTS **→ The app is already online. You can try it at anyspeak.ai and check repo on anyspeak-ai · GitHub ** Features * **TTS:** Multiple voices and Qwen3-TTS models (1.7B CustomVoice, VoiceDesign, Base). Supported languages: Chinese, English, French, German, Italian, Japanese, Korean, Portuguese, Russian, Spanish. * **Speaker tags:** Use `[SPEAKER_NAME]` in text for multi-speaker output. * **Mood tags:** Use `[SPEAKER:mood]` (e.g. `[VIVIAN:happy]`) for emotional expressiveness. * **Timing tags:** Use `[SPEAKER:mood:timing]` (e.g. `[RYAN:+1.5]` for 1.5 s pause after, `[VIVIAN:happy:-0.3]` for shorter gap or even speaker overlapping) or the + TIMING button to control pacing between segments. * **Custom voices:** Voice Design by selecting attributes (gender, language, old/young, slow/fast, high/low, loud/soft, warm/rough). * **CLEAN:** Analyze and clean text for better TTS output. * **CHECK:** Quality check with Whisper (compare original vs. synthesized). * **IMPROVE:** Post-process generated audio by chunk: selectively regenerate mispronounced segments, trim silence, add pauses, or edit text and re-generate. Compare original vs. improved before applying. You can also edit finished MP3s afterward (e.g. different wording or different speaker at a specific place) without regenerating everything. * **VIDEO:** Create video from audio and images (with optional subtitles). * **Load & Save (MP3):** Load and save via MP3. Very powerful: you can continue working at the same place, and files store the original text with tags in their metadata. * **Import:** Load text from URL or file. * Run local - easy installation
discuss.huggingface.co
February 21, 2026 at 1:34 AM
I don’t purr.
I don’t moan.
I command — and you obey.

$30 for a personalized ritual voice clip.
One name. One demand. One sentence that stains your mind.

Send tribute. Then kneel.
#Findom #VoiceDomme #DommeVoice #Femdom #ObeyMe #PayToObey #CustomVoice #FacelessDom #WorshipHer #SovereignX
August 3, 2025 at 12:30 AM
Qwen3-TTS-12Hz-0.6B-CustomVoice is a compact multilingual TTS model with 9 voices, instruction control, and low-latency streaming speech. #ai
Qwen’s 0.6B CustomVoice TTS: Multilingual, Fast, and Surprisingly Expressive
hackernoon.com
February 4, 2026 at 4:57 AM
今日のHuggingFaceトレンド

Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice
Qwen3-TTSは、10言語に対応したテキスト読み上げ(TTS)モデルを提供するリポジトリです。
多様な声質プロファイル、文脈理解、ノイズ耐性を特徴とし、音声設計、スタイル制御、高速ボイスクローンなどの機能を提供します。
モデルのダウンロード情報も含まれています。
Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
huggingface.co
February 24, 2026 at 10:45 AM
今日のHuggingFaceトレンド

Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice
Qwen3-TTSは、10言語に対応したテキスト読み上げ(TTS)モデルを提供するリポジトリです。
多様な声質プロファイル、文脈理解、ノイズへの耐性を特徴とし、音声設計、スタイル制御、高速ボイスクローンなどの機能を提供します。
モデルのダウンロード情報も含まれています。
Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
huggingface.co
February 22, 2026 at 10:22 AM
今日のHuggingFaceトレンド

Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice
Qwen3-TTSは、10言語に対応したテキスト読み上げモデルです。
多様な声質プロファイルや、指示に基づいた抑揚・話速・感情表現の制御が可能です。
音声設計、スタイル制御、高速ボイスクローンなどの機能を持つモデルが公開されており、様々な用途に利用できます。
Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
huggingface.co
February 20, 2026 at 10:35 AM
今日のHuggingFaceトレンド

Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice
Qwen3-TTSは、10言語に対応したテキスト読み上げ(TTS)モデルを提供するリポジトリです。
多様な声質プロファイル、文脈理解、ノイズへの耐性を特徴とし、音声設計、スタイル制御、高速ボイスクローンなどの機能を提供します。
モデルのダウンロード情報も含まれています。
Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
huggingface.co
February 1, 2026 at 10:23 AM
今日のHuggingFaceトレンド

Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice
Qwen3-TTSは、10言語に対応したテキスト読み上げ(TTS)モデルを提供するリポジトリです。
多様な声質プロファイル、文脈理解、ノイズへの耐性を特徴とし、音声設計、スタイル制御、高速ボイスクローンなどの機能を提供します。
モデルのダウンロード情報も含まれています。
Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
huggingface.co
January 30, 2026 at 10:31 AM
今日のHuggingFaceトレンド

Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice
Qwen3-TTSは、10言語に対応したテキスト読み上げ(TTS)モデルを提供するリポジトリです。
多様な音声プロファイル、文脈理解、ノイズへの耐性などが特徴で、音声設計、スタイル制御、高速ボイスクローン等の機能があります。
モデルのダウンロード情報も公開されています。
Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
huggingface.co
January 28, 2026 at 10:26 AM
今日のHuggingFaceトレンド

Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice
Qwen3-TTSは、10言語に対応したテキスト読み上げ(TTS)モデルを提供するリポジトリです。
多様な音声プロファイル、文脈理解、ノイズへの耐性などが特徴で、音声設計、スタイル制御、高速ボイスクローン等の機能があります。
モデルのダウンロード情報も公開されています。
Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
huggingface.co
January 26, 2026 at 10:24 AM