KittenML/kitten-tts-nano-0.1

🤗 Hugging Face 来源apache-2.024 MBother✓ 2 个校验和今天更新
一条命令提交

在你的模型文件夹旁边运行它。它会制作种子、将文件与 Hugging Face 比对,然后提交。你只需开始做种,并粘贴你账户中的密钥。它只读取你的文件,绝不修改。如果愿意,可以先阅读脚本。

curl -fsSL https://pirateface.co/package.sh | bash -s -- --repo KittenML/kitten-tts-nano-0.1 ./model-folder
需要做种者 →

Kitten TTS 😻

Kitten TTS is an open-source realistic text-to-speech model with just 15 million parameters, designed for lightweight deployment and high-quality voice synthesis.

Currently in developer preview

✨ Features

  • Ultra-lightweight: Model size less than 25MB
  • CPU-optimized: Runs without GPU on any device
  • High-quality voices: Several premium voice options available
  • Fast inference: Optimized for real-time speech synthesis

🚀 Quick Start

Installation

pip install https://github.com/KittenML/KittenTTS/releases/download/0.1/kittentts-0.1.0-py3-none-any.whl

Basic Usage

from kittentts import KittenTTS
m = KittenTTS("KittenML/kitten-tts-nano-0.1")

audio = m.generate("This high quality TTS model works without a GPU")

# Save the audio
import soundfile as sf
sf.write('output.wav', audio, 24000)

💻 System Requirements

Works literally everywhere

Checklist

  • Release a preview model
  • Release the fully trained model weights
  • Release mobile SDK
  • Release web version