OpenMOSS/MOSS-TTS-Nano
MOSS-TTS-Nano is an open-source multilingual tiny speech generation model from MOSI.AI and the OpenMOSS team. With only 0.1B parameters, it is designed for realtime speech generation, can run directly on CPU without a GPU, and keeps the deployment stack simple enough for local demos, web serving, and lightweight product integration.
View Origin LinkProduct Positioning & Context
Related Ecosystem & Alternatives
Discover adjacent products, open-source repositories, and developer tools sharing similar technical architecture.
Deep-Dive FAQs
What is OpenMOSS/MOSS-TTS-Nano?
Where did OpenMOSS/MOSS-TTS-Nano originate?
When was OpenMOSS/MOSS-TTS-Nano publicly launched?
How popular is OpenMOSS/MOSS-TTS-Nano?
Which technical categories define OpenMOSS/MOSS-TTS-Nano?
Are there active development issues for OpenMOSS/MOSS-TTS-Nano?
What are some commercial alternatives to OpenMOSS/MOSS-TTS-Nano?
How does the creator describe OpenMOSS/MOSS-TTS-Nano?
Active Developer Issues (GitHub)
Community Voice & Feedback
赞同!
非onnx的模型中等cpu上完全达不到实时,听感是一种折磨。在gpu(3090)上短文本的RTF>1,达不到实时。长文本的RTF在0.35左右。非onnx的效果比onnx的效果好很多,但是达不到实时,所以综合下来,还得优化。
Done | mode=voice_clone | prompt=zh_1 | attn=eager | tts_batch=1 | codec_batch=1 | exec=cpu | cpu_threads=12 | audio=4.80s | elapsed=13.22s
state=done | emitted=4.80s | lead=-6.89s | first_audio=1.41s
CPU:Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz
```bash
export HF_ENDPOINT=https://hf-mirror.com
```
```bash
modelscope download --model openmoss/MOSS-TTS-Nano-100M
modelscope download --model openmoss/MOSS-Audio-Tokenizer-Nano
```
看一下上面贴的,一样的问题,谢谢。
model-00001-of-00001.safetensors: 100%|████████████████████████████████████████████| 87.9M/87.9M [01:30
```bash
#!/bin/bash
# MOSS-TTS-Nano Bus Error 诊断脚本
# 用法: bash debug_moss_tts.sh
echo "=== MOSS-TTS-Nano 环境诊断报告 ==="
echo "生成时间: $(date)"
echo ""
echo "【硬件信息】"
echo "CPU 型号: $(grep 'model name' /proc/cpuinfo | head -1 | cut -d':' -f2 | xargs)"
echo "架构: $(uname -m)"
echo "核心数: $(nproc)"
echo "内存总量: $(free -h | awk '/^Mem:/ {print $2}')"
echo "CPU 指令集: $(grep -o 'avx512\|avx2\|sse4_2' /proc/cpuinfo | sort -u | tr '\n' ' ')"
echo ""
echo "【系统环境】"
echo "OS: $(cat /etc/os-release 2>/dev/null | grep PRETTY_NAME | cut -d'"' -f2 || uname -o)"
echo "内核: $(uname -r)"
echo ""
echo "【Python 环境】"
which python
python --version
echo ""
echo "【PyTorch 详情】"
python -c "
import torch
import platform
print(f'PyTorch: {torch.__version__}')
print(f'CUDA 可用: {torch.cuda.is_available()}')
print(f'CUDA 版本: {torch.version.cuda if torch.cuda.is_available() else \"N/A\"}')
print(f'CPU Capability: {torch.backends.cpu.get_cpu_capability()}')
print(f'OpenBLAS: {torch.__config__.show(...
如果是前者,欢迎尝试 [MOSS-TTS-Nano-Reader](https://github.com/OpenMOSS/MOSS-TTS-Nano-Reader), 这里有保存音色的功能。
如果是后者,目前我们还暂未开放微调代码,但不久即将开源,敬请期待。
Discovery Source
GitHub Open Source Aggregated via automated community intelligence tracking.
Tech Stack Dependencies
No direct open-source NPM package mentions detected in the product documentation.
Media Tractions & Mentions
No mainstream media stories specifically mentioning this product name have been intercepted yet.
Deep Research & Science
No direct peer-reviewed scientific literature matched with this product's architecture.
SaaS Metrics