File size: 2,193 Bytes
0367a2d 84c965f 0367a2d 84c965f 0367a2d 84c965f 0367a2d dde6623 0367a2d 84c965f 0367a2d dde6623 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | ---
language:
- he
tags:
- text-to-speech
- tts
- hebrew
- audio
- fast-inference
license: mit
datasets:
- notmax123/RanLevi40h
---
# LightBlue TTS 🇮🇱
## Model Description
LightBlue is a state-of-the-art, lightning-fast Text-to-Speech (TTS) model built from scratch specifically for Hebrew (with English support). It is designed to produce 100% native Israeli-sounding speech with perfect handling of *Nikud* (vowels) and complex homographs, without compromising on inference speed.
It is fast enough to generate an entire 1-hour audiobook in just **3 seconds** on a modern GPU.
- **Developer:** LightBlue TTS
- **Language(s):** Hebrew (Primary), English
- **Model Type:** Text-to-Speech (TTS)
- **Demo & Website:** [https://lightbluetts.com/](https://lightbluetts.com/)
- **GitHub Repository:** [https://github.com/maxmelichov/Light-BlueTTS](https://github.com/maxmelichov/Light-BlueTTS)
## Key Features
- **Blazing Fast Inference:**
- **1260x real-time** on an NVIDIA RTX 3090 (21 minutes of audio generated per second).
- **35x real-time** on standard CPUs.
- **20x real-time** on Apple M1 chips.
- **Native Hebrew Quality:** Features a real Israeli accent, correct stress placements, and native-level flow.
- **Advanced Contextual Understanding:** Passes the "Homograph Test" (e.g., correctly distinguishing between *צפה* as "watched" vs "floated", or *תרד* as "spinach" vs "go down").
- **Multiple Voices:** Includes high-quality voices like *Yonatan* (Hebrew only) and *Rotem*.
## Uses
### Direct Use
- Generating high-quality Hebrew audio from text.
- Real-time TTS applications running on standard CPUs or edge devices.
- Audiobooks, accessibility tools, virtual assistants, and automated broadcasting.
## Speed Benchmarks
LightBlue is optimized for extreme speed without sacrificing naturalness:
| Hardware | Speed | Time for 1 Hour of Audio |
| :--- | :--- | :--- |
| **NVIDIA RTX 3090** | 1260x real-time | ~3 seconds |
| **Standard CPU** | 35x real-time | ~1.7 minutes |
| **Apple M1** | 20x real-time | ~3 minutes |
## How to Get Started
To use this model, you can clone the official GitHub repository and install the requirements:
|