Instructions to use suno/bark with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle
Any help SRT
#18
by Londonsmee - opened
Wanting to create voice from SRT. is there a way of linking this imported file. Sorry really new.
there's an interface that offer that service, idk if it's safe, but should do the trick pretty well
https://github.com/JonathanFly/bark
it's made from a member of community on Discord, join for more help
https://discord.gg/suno-ai
Thanks, tried. Found problems more than 4 lines and other issues. Have given in, was something to tried. Thanks for your comment
Londonsmee changed discussion status to closed
i had many issues to make it work on linux, but works. I talked to him, and he said he will take a look in the project to make some changes in the installer.