Downloads · 30 days
0
notmax123/blue
blue is a text-to-speech model from notmax123. Use it when you need text read aloud. The card lists the license as mit.
This repository contains Safetensors / PyTorch checkpoints and multilingual latent statistics for BlueTTS — Hebrew-first multilingual text-to-speech with optional English, Spanish, Italian, German, and mixed-language…
Downloads · 30 days
0
Access
Public
Updated Apr 24, 2026
Repo size
953 MB
Likes
1
Public
Click a slice to open those files.
.pt526 MB · 55%
From the Hugging Face model README
This repository contains Safetensors / PyTorch checkpoints and multilingual latent statistics for BlueTTS — Hebrew-first multilingual text-to-speech with optional English, Spanish, Italian, German, and mixed-language synthesis in the reference code.
Project home (install, ONNX inference, examples): https://github.com/maxmelichov/BlueTTS
Live ONNX demo (browser): Hugging Face Space — notmax123/Blue
End-user synthesis: Use the ONNX model bundle
notmax123/blue-onnxwith the BlueTTS README. Thisnotmax123/bluerepo supplies training / finetuning weights and files needed to export new voice style JSON for ONNX; it is not the ONNX runtime bundle.
| File | Role |
|---|---|
blue_codec.safetensors | Audio codec: mel ↔ latent, discrete/continuous conversion. |
stats_multilingual.pt | Latent mean/std for normalization (same statistics as training). |
vf_estimator.safetensors | Text-to-latent acoustic model (text encoder, reference encoder, flow-matching core). |
duration_predictor.safetensors | Duration predictor checkpoint. |
Repo id is case-sensitive — use notmax123/blue (not Blue).
hf download notmax123/blue --repo-type model --local-dir ./pt_weights
Equivalent with the classic CLI:
huggingface-cli download notmax123/blue --repo-type model --local-dir ./pt_weights
Training or finetuning: Follow the training directory in the BlueTTS GitHub repository.
New voices for ONNX inference: Clone BlueTTS, install with the export extra, download these weights locally, and run scripts/export_new_voice.py (see script docstring and project README).
MIT — see the BlueTTS repository for the full license text.