Instructions to use SebastianBodza/Kartoffelbox-v0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Chatterbox
How to use SebastianBodza/Kartoffelbox-v0.1 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
Male vs Female Voice
1
#15 opened 8 months ago
by
ThirdEye
Also Danke!
👍🤗 3
1
#14 opened 11 months ago
by
kdeiss
New chatterbox with multi-language support
7
#13 opened 12 months ago
by
Blizado
Make gated model easier available
🤗 1
#12 opened about 1 year ago
by
Monty21
HowTo integrate into Chatterbox
3
#11 opened about 1 year ago
by
fritzthecat
Vielen Dank für deine wunderbare Arbeit! :)
🤗 2
1
#10 opened about 1 year ago
by
ChristophSchuhmann
Memory usage
#7 opened about 1 year ago
by
exoplanet
Very good results
3
#5 opened about 1 year ago
by
cmp-nct
Wan't to share my Training-Set
3
#4 opened about 1 year ago
by
havok2
Fine tuning code and details
👀 1
#3 opened about 1 year ago
by
VSilakou
usage help
16
#2 opened about 1 year ago
by
erygvy
Few questions coming into my mind
5
#1 opened about 1 year ago
by
SL1D