Instructions to use maya-research/maya1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use maya-research/maya1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="maya-research/maya1")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("maya-research/maya1") model = AutoModelForCausalLM.from_pretrained("maya-research/maya1") - Notebooks
- Google Colab
- Kaggle
empty audio with background noise
#34
by firenze123431 - opened
I notice sometimes when we add emotions, I get an empty audio with background noises. I use an RTX 4090 to stream the audio. I get that using fal.ai too. Any suggestions on how we can avoid the empty audio in the speech while using emotions ?