eugene141759 / sn78-model-v1

huggingface.co
Total runs: 14
24-hour runs: 0
7-day runs: 2
30-day runs: 14
Model's Last Updated: June 15 2026
text-to-speech

Introduction of sn78-model-v1

Model Details of sn78-model-v1

Qwen3-TTS


🤗 Hugging Face |   🤖 ModelScope |   📑 Blog |   📑 Paper |   💻 GitHub

We release Qwen3-TTS , a series of powerful speech generation models developed by Qwen, offering comprehensive support for voice cloning, voice design, ultra-high-quality human-like speech generation, and natural language-based voice control.

Overview

Qwen3-TTS covers 10 major languages (Chinese, English, Japanese, Korean, German, French, Russian, Portuguese, Spanish, and Italian) as well as multiple dialectal voice profiles. Key features:

  • Powerful Speech Representation : Powered by the self-developed Qwen3-TTS-Tokenizer-12Hz, it achieves efficient acoustic compression and high-dimensional semantic modeling.
  • Universal End-to-End Architecture : Utilizing a discrete multi-codebook LM architecture to bypass traditional information bottlenecks.
  • Extreme Low-Latency Streaming Generation : Supports streaming generation with end-to-end synthesis latency as low as 97ms.
  • Intelligent Voice Control : Supports speech generation driven by natural language instructions for flexible control over timbre, emotion, and prosody.
Quickstart
Environment Setup

Install the qwen-tts Python package from PyPI:

pip install -U qwen-tts
Python Package Usage
import torch
import soundfile as sf
from qwen_tts import Qwen3TTSModel

# Load the model
model = Qwen3TTSModel.from_pretrained(
    "Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice",
    device_map="cuda:0",
    dtype=torch.bfloat16,
    attn_implementation="flash_attention_2",
)

# Custom Voice Generation
wavs, sr = model.generate_custom_voice(
    text="其实我真的有发现,我是一个特别善于观察别人情绪的人。",
    language="Chinese",
    speaker="Vivian",
    instruct="用特别愤怒的语气说",
)
sf.write("output.wav", wavs[0], sr)
Evaluation

Zero-shot speech generation on the Seed-TTS test set (Word Error Rate (WER, ↓)):

Model test-zh test-en
Qwen3-TTS-12Hz-1.7B-Base 0.77 1.24
Citation

If you find our paper and code useful in your research, please consider giving a star ⭐ and citation 📝:

@article{Qwen3-TTS,
  title={Qwen3-TTS Technical Report},
  author={Hangrui Hu and Xinfa Zhu and Ting He and Dake Guo and Bin Zhang and Xiong Wang and Zhifang Guo and Ziyue Jiang and Hongkun Hao and Zishan Guo and Xinyu Zhang and Pei Zhang and Baosong Yang and Jin Xu and Jingren Zhou and Junyang Lin},
  journal={arXiv preprint arXiv:2601.15621},
  year={2026}
}

Runs of eugene141759 sn78-model-v1 on huggingface.co

14
Total runs
0
24-hour runs
2
3-day runs
2
7-day runs
14
30-day runs

More Information About sn78-model-v1 huggingface.co Model

More sn78-model-v1 license Visit here:

https://choosealicense.com/licenses/apache-2.0

sn78-model-v1 huggingface.co

sn78-model-v1 huggingface.co is an AI model on huggingface.co that provides sn78-model-v1's model effect (), which can be used instantly with this eugene141759 sn78-model-v1 model. huggingface.co supports a free trial of the sn78-model-v1 model, and also provides paid use of the sn78-model-v1. Support call sn78-model-v1 model through api, including Node.js, Python, http.

eugene141759 sn78-model-v1 online free

sn78-model-v1 huggingface.co is an online trial and call api platform, which integrates sn78-model-v1's modeling effects, including api services, and provides a free online trial of sn78-model-v1, you can try sn78-model-v1 online for free by clicking the link below.

eugene141759 sn78-model-v1 online free url in huggingface.co:

https://huggingface.co/eugene141759/sn78-model-v1

sn78-model-v1 install

sn78-model-v1 is an open source model from GitHub that offers a free installation service, and any user can find sn78-model-v1 on GitHub to install. At the same time, huggingface.co provides the effect of sn78-model-v1 install, users can directly use sn78-model-v1 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

sn78-model-v1 install url in huggingface.co:

https://huggingface.co/eugene141759/sn78-model-v1

Url of sn78-model-v1

Provider of sn78-model-v1 huggingface.co

eugene141759
ORGANIZATIONS

Other API from eugene141759

huggingface.co

Total runs: 7
Run Growth: 7
Growth Rate: 100.00%
Updated:December 23 2025
huggingface.co

Total runs: 2
Run Growth: -14
Growth Rate: -700.00%
Updated:March 09 2026