How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-to-speech", model="zenlm/zen3-tts-voice-design")
# Load model directly
from transformers import AutoModelForSeq2SeqLM
model = AutoModelForSeq2SeqLM.from_pretrained("zenlm/zen3-tts-voice-design", device_map="auto")
Quick Links

Zen3 TTS Voice Design

Zen3 TTS variant for voice design: synthesize new speakers from natural-language descriptors (timbre, age, accent, affect) without reference audio.

Derived by fine-tuning Qwen/Qwen3-TTS-12Hz-1.7B-VoiceDesign (Alibaba Cloud, Apache-2.0).

Weights

This repository contains the model weights: model.safetensors (talker) plus a speech_tokenizer/ module (12 Hz codec), config and tokenizer files.

The model uses the qwen3_tts architecture and loads with transformers (>= 4.57). It is API-compatible with the upstream base — follow the inference recipe on the base model card Qwen/Qwen3-TTS-12Hz-1.7B-VoiceDesign.

Provenance

Fine-tuned from Qwen/Qwen3-TTS-12Hz-1.7B-VoiceDesign (Apache-2.0). See NOTICE for full attribution.

Downloads last month
13
Safetensors
Model size
2B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for zenlm/zen3-tts-voice-design

Finetuned
(36)
this model

Collection including zenlm/zen3-tts-voice-design