Text-to-Speech
Transformers
Safetensors
German
qwen2
text-generation
tts
audio
speech-generation
voice-cloning
text-generation-inference
Instructions to use SebastianBodza/MiraToffel_miraTTS_german with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SebastianBodza/MiraToffel_miraTTS_german with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="SebastianBodza/MiraToffel_miraTTS_german")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("SebastianBodza/MiraToffel_miraTTS_german") model = AutoModelForCausalLM.from_pretrained("SebastianBodza/MiraToffel_miraTTS_german", device_map="auto") - Notebooks
- Google Colab
- Kaggle
This model is nothing but amazing
🤗 1
5
#2 opened 7 months ago
by
cheesecak3
Works but with some error
7
#1 opened 7 months ago
by
maglat