SWAG456's picture
Initial setup: Voice Cloning Studio
831ee4e verified
|
Raw
History Blame Contribute Delete
1.45 kB
---
title: "πŸŽ™οΈ Voice Cloning Studio"
emoji: πŸŽ™οΈ
colorFrom: purple
colorTo: blue
sdk: gradio
sdk_version: "5.39.0"
app_file: app.py
pinned: false
short_description: "Free voice cloning with F5-TTS + Zonos emotions"
tags:
- voice-cloning
- tts
- text-to-speech
- f5-tts
- zonos
- emotional-tts
---
# πŸŽ™οΈ Voice Cloning Studio
**Clone any voice for free** using the world's best open-source TTS models.
## Features
| Tab | Model | What it does |
|-----|-------|-------------|
| πŸŽ™οΈ **Voice Clone** | F5-TTS | #1 voice cloning β€” upload 5-15s audio, get any text in that voice |
| 🎭 **Emotional Voice** | Zonos | 8 emotion sliders (happy/sad/angry/scared/surprised/disgusted/neutral) + voice cloning |
| ⚑ **Compare** | Both | Side-by-side comparison of both models |
| πŸ“– **Guide** | β€” | Complete TTS model landscape & tips |
## How it works
This app is a **free wrapper** around existing HuggingFace Spaces:
- [F5-TTS](https://huggingface.co/spaces/mrfakename/E2-F5-TTS) β€” best zero-shot voice cloning
- [Zonos](https://huggingface.co/spaces/Steveeeeeeen/Zonos) β€” best emotional control in TTS
**No GPU needed** β€” all heavy computation runs on the backend Spaces for free.
## Models used
- **F5-TTS** ([paper](https://arxiv.org/abs/2410.06885)) β€” DiT + Flow Matching, 335M params, MIT license
- **Zonos v0.1** ([Zyphra](https://zyphra.com)) β€” DAC codec + Transformer, 44kHz output, Apache 2.0