Instructions to use freds0/parler-tts-mini-v1.1-ptbr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use freds0/parler-tts-mini-v1.1-ptbr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="freds0/parler-tts-mini-v1.1-ptbr")# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("freds0/parler-tts-mini-v1.1-ptbr", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Parler-TTS Mini v1.1 finetuned using a multi-speaker from CML-TTS Dataset in Brazilian Portuguese
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2588219296
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:839e85acec98a310abf568b9e56e9cc9a8bd4e002fecf3399425bdcfaf661673
|
| 3 |
size 2588219296
|