Instructions to use parler-tts/parler-tts-large-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use parler-tts/parler-tts-large-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="parler-tts/parler-tts-large-v1")# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("parler-tts/parler-tts-large-v1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload 2 files
#8
by MoritzLaurer - opened
Add handler.py and requirements.txt from parler-tts/parler-tts-mini-v1.1 for endpoint compatibility
ylacombe changed pull request status to merged