tts-600k-best
141
—
by
vaghawan
Other
OTHER
New
141 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Code Examples
Loading the Modelpython
from qwen_tts.inference.qwen3_tts_model import Qwen3TTSModel
# Load the fine-tuned model
model = Qwen3TTSModel.from_pretrained(
"./output/best",
torch_dtype=torch.bfloat16,
attn_implementation="flash_attention_2"
)
# Generate speech with the new speaker
text = "Your text here"
ref_audio = "path/to/reference_audio.wav"
wavs, sr = model.generate_voice_clone(
text=text,
language="Auto",
ref_audio=ref_audio,
ref_text="Reference text for ICL mode",
x_vector_only_mode=False
)Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.