OpenMOSS-Team / MOSS-TTSD-v0.5

huggingface.co
Total runs: 1.7K
24-hour runs: 0
7-day runs: -19
30-day runs: 1.3K
Model's Last Updated: September 02 2025
text-to-speech

Introduction of MOSS-TTSD-v0.5

Model Details of MOSS-TTSD-v0.5

MOSS-TTSD 🪐

Overview

MOSS-TTSD (text to spoken dialogue) is an open-source bilingual spoken dialogue synthesis model that supports both Chinese and English. It can transform dialogue scripts between two speakers into natural, expressive conversational speech. MOSS-TTSD supports voice cloning and single-session speech generation of up to 960 seconds, making it ideal for AI podcast production.

Highlights
  • Highly Expressive Dialogue Speech : Built on unified semantic-acoustic neural audio codec, a pre-trained large language model, millions of hours of TTS data, and 400k hours synthetic and real conversational speech, MOSS-TTSD generates highly expressive, human-like dialogue speech with natural conversational prosody.
  • Two-Speaker Voice Cloning : MOSS-TTSD supports zero-shot two speakers voice cloning and can generate conversational speech with accurate speaker swithcing based on dialogue scripts.
  • Chinese-English Bilingual Support : MOSS-TTSD enables highly expressive speech generation in both Chinese and English.
  • Long-Form Speech Generation (up to 960 seconds) : Thanks to low-bitrate codec and training framework optimization, MOSS-TTSD has been trained for long speech generation, enabling single-session speech generation of up to 960 seconds.
  • Fully Open Source & Commercial-Ready : MOSS-TTSD and its future updates will be fully open-source and support free commercial use.
import os
import torchaudio
from transformers import AutoModel, AutoProcessor

processor = AutoProcessor.from_pretrained("fnlp/MOSS-TTSD-v0.5", codec_path="fnlp/XY_Tokenizer_TTSD_V0_hf", trust_remote_code=True)
model = AutoModel.from_pretrained("fnlp/MOSS-TTSD-v0.5", trust_remote_code=True, device_map="auto").eval()

data = [{
    "base_path": "/path/to/audio/files",
    "text": "[S1]Speaker 1 dialogue content[S2]Speaker 2 dialogue content[S1]...",
    "prompt_audio": "path/to/shared_reference_audio.wav",
    "prompt_text": "[S1]Reference text for speaker 1[S2]Reference text for speaker 2"
}]

inputs = processor(data)
token_ids = model.generate(input_ids=inputs["input_ids"], attention_mask=inputs["attention_mask"])
text, audios = processor.batch_decode(token_ids)

if not os.path.exists("outputs/"):
    os.mkdir("outputs/")
for i, data in enumerate(audios):
    for j, fragment in enumerate(data):
        torchaudio.save(f"outputs/audio_{i}_{j}.wav", fragment.cpu(), 24000)

Runs of OpenMOSS-Team MOSS-TTSD-v0.5 on huggingface.co

1.7K
Total runs
0
24-hour runs
-20
3-day runs
-19
7-day runs
1.3K
30-day runs

More Information About MOSS-TTSD-v0.5 huggingface.co Model

More MOSS-TTSD-v0.5 license Visit here:

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

MOSS-TTSD-v0.5 huggingface.co

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

OpenMOSS-Team MOSS-TTSD-v0.5 online free

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

OpenMOSS-Team MOSS-TTSD-v0.5 online free url in huggingface.co:

https://huggingface.co/OpenMOSS-Team/MOSS-TTSD-v0.5

MOSS-TTSD-v0.5 install

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

MOSS-TTSD-v0.5 install url in huggingface.co:

https://huggingface.co/OpenMOSS-Team/MOSS-TTSD-v0.5

Url of MOSS-TTSD-v0.5

Provider of MOSS-TTSD-v0.5 huggingface.co

OpenMOSS-Team
ORGANIZATIONS

Other API from OpenMOSS-Team