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
赞同!
@hujingbin1 请问在哪里可以找到?
1、Intel(R) Core(TM) i5-9500 CPU @ 3.00GHz--这款设备上,ONNX推理速度没有明显的变化,RTF大约还是在1.13左右
2、在Mac mini上推理,纯CPU:这款速度上比torch版本要快不少,CPU利用率大约在200%,RTF能到0.6左右。
但是都是长文本推理时,都是存在长时间停顿问题。不知道是不是界面做的不好,还是模型本身就会停顿。
以上都是使用4核心推理。
非onnx的模型中等cpu上完全达不到实时,听感是一种折磨。在gpu(3090)上短文本的RTF>1,达不到实时。长文本的RTF在0.35左右。非onnx的效果比onnx的效果好很多,但是达不到实时,所以综合下来,还得优化。
可以尝试扩充词表,加special accent tags,然后训练。或者尝试instruct训练,给出对应方言的描述,如“请用粤语说”,然后加粤语数据微调。我们开源了WenetSpeech粤、川、吴等系列方言数据,可以关注下。
https://github.com/OpenMOSS/MOSS-TTS-Nano/commit/7928ec16500378de31d17bc86ce719cc9fd7b84f
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
If you are using Windows without Conda, you can download the package from the link and install it. However, after installation, you need to modify the version number of the pynini package in your virtual environment (for example, in my case: .venv\Lib\site-packages\pynini\__init__.py): change `__version__ = "2.1.6.post1"` to `__version__ = "2.1.6"`. Then, install both pynini and WeTextProcessing, and it should work.
```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
```
从类似报错来看,关键是要确认这些环境变量是否真的在当前启动 `python app.py` 的同一个终端会话里生效。如果没有生效,Hugging Face 仍然可能继续使用默认的长路径缓存目录。
能否请您补充以下信息,方便我们进一步确认:
1. 在运行 `python app.py` 之前,同一个终端里执行下面命令,并把输出贴出来:
echo %HF_HOME%
echo %HF_HUB_CACHE%
echo %HUGGINGFACE_HUB_CACHE%
echo %TRANSFORMERS_CACHE%
echo %HF_MODULES_CACHE%
echo %TORCH_HOME%
2. 请把完整报错日志贴出来,尤其是包含 `FileNotFoundError: [WinError 206]` 的那一段完整路径。
3. 也请执行下面命令,并贴一下输出:
python -c "import os; print('HF_HOME=', os.environ.get('HF_HOME')); print('HF_HUB_CACHE=', os.environ.get('HF_HUB_CACHE')); print('HUGGINGFACE_HUB_CACHE=', os.environ.get('HUGGINGFACE_HUB_CACHE')); print('TRANSFORMERS_CACHE=', os.environ.get('TRANSFORMERS_CACHE')); print('HF_MODULES_CACHE=', os.environ.get('HF_MODULES_CACHE')); print('TORCH_HOME=', os.environ.get('TORCH_HOME'))"
如果方便的话,也建议您额外设置一个更短的动态模块缓存目录后再试一次:
set HF_HOME=C:\hf
set HF_HUB_CACHE=C:\hf\hub
set HF_MODULES_CACHE=C:\hf\modules
set TRANSFORMERS_CACHE=C:\hf\hu...
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