Instructions to use Parambe/Chatterbox-Swedish-Parambe-V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Chatterbox
How to use Parambe/Chatterbox-Swedish-Parambe-V1 with Chatterbox:
# pip install chatterbox-tts import torchaudio as ta from chatterbox.tts import ChatterboxTTS model = ChatterboxTTS.from_pretrained(device="cuda") text = "Ezreal and Jinx teamed up with Ahri, Yasuo, and Teemo to take down the enemy's Nexus in an epic late-game pentakill." wav = model.generate(text) ta.save("test-1.wav", wav, model.sr) # If you want to synthesize with a different voice, specify the audio prompt AUDIO_PROMPT_PATH="YOUR_FILE.wav" wav = model.generate(text, audio_prompt_path=AUDIO_PROMPT_PATH) ta.save("test-2.wav", wav, model.sr) - Notebooks
- Google Colab
- Kaggle
Chatterbox-Swedish-Parambe-v1
This is a high-fidelity Swedish Text-to-Speech (TTS) model, built by fine-tuning the T3 (Text-to-Speech Transformer) layer of the Chatterbox architecture.
It has been trained on hundreds of hours of high-quality Swedish speech data to achieve superior prosody, natural intonation, and perfect handling of Swedish-specific characters (Å, Ä, Ö).
🚀 Live Demo
Test the model directly in your browser:
- Official Website: https://parambe.se
- TTS Tool: https://parambe.se/text-till-tal
🧠 Training Details
The model was fine-tuned specifically on the Swedish language to overcome the limitations of general multilingual models.
- Data Sources: A combination of the Rixvox dataset and custom studio recordings.
- Architecture: Based on resemble-ai/chatterbox-multilingual-v2.
🛠️ Usage (Weights-only)
This is a weights-only release. You do not need to clone any repositories manually; the chatterbox-tts library handles the architecture download automatically.
1. Install Requirements
pip install torch soundfile chatterbox-tts safetensors
2. Run the inference.py
Svensk sammanfattning
Chatterbox-Swedish-Parambe-v1 är en avancerad AI-modell för svensk text-till-tal. Genom att finjustera T3-lagret med hundratals timmar av data från både Rixvox och egna studioinspelningar har vi skapat en röst som låter naturlig och mänsklig.
Modellen är optimerad för svenska dialekter och uttal, vilket gör den perfekt för applikationer som kräver högkvalitativt svenskt tal. Utöver standardrösten stöder modellen även röstkloning (voice cloning) genom att bifoga en kort ljudfil som referens.
Besök oss på https://parambe.se/ för att prova våra verktyg för röstkloning och automatiserat svenskt tal.
- Downloads last month
- -