File size: 1,483 Bytes
f12ccd3
0b42c42
 
d4cfcec
0b42c42
f12ccd3
167644a
720f9d4
f12ccd3
 
720f9d4
428e952
0b42c42
 
 
 
 
 
 
f12ccd3
 
0b42c42
720f9d4
d4cfcec
720f9d4
d4cfcec
428e952
720f9d4
fa98881
 
 
e1e3b69
 
fa98881
d4cfcec
 
 
5a70a4f
 
 
fa98881
e1e3b69
 
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
---
title: Inflect v2  Tiny Local TTS
emoji: 🔊
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 6.20.0
python_version: 3.12
app_file: app.py
pinned: false
license: apache-2.0
short_description: Run complete 3.96M and 9.36M text-to-waveform models live.
models:
  - owensong/Inflect-Micro-v2
  - owensong/Inflect-Nano-v2
tags:
  - text-to-speech
  - local-tts
  - edge-ai
---

# Inflect v2 — Tiny Local TTS

Live text-to-waveform inference for both Inflect v2 release models:

- [Inflect-Micro-v2](https://huggingface.co/owensong/Inflect-Micro-v2): 9.36M parameters
- [Inflect-Nano-v2](https://huggingface.co/owensong/Inflect-Nano-v2): 3.96M parameters

Choose the runtime that fits your device:

- **ZeroGPU:** server-side generation in this Space, with no local model download.
- **Browser WebGPU:** private, queue-free on-device inference in the same
  interface, with optional streaming and a WASM compatibility fallback.

Every result is synthesized live from text. There is no reference audio,
prerecorded fallback, or inference-time teacher model. Use the Compare tab to
run the same text, speed, variation, and seed through both checkpoints.

Long input is split automatically at sentence and punctuation boundaries, then
assembled into one downloadable WAV. ZeroGPU still applies a per-generation
time limit, so submit book-length or document-length text in smaller sections,
or switch to the built-in Browser WebGPU tab for inference without a server
quota.