How to use suno/bark with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="suno/bark")
# Load model directly from transformers import AutoProcessor, AutoModelForTextToWaveform processor = AutoProcessor.from_pretrained("suno/bark") model = AutoModelForTextToWaveform.from_pretrained("suno/bark")
Thats the question for SUNO's team: Will you improve the bark models further?
I would like to know if you will release new models for Bark TTS, I'm enjoying it but new models and more langages and voices could be welcome.
Thanks!
· Sign up or log in to comment