models
-
I found a nice model would it be simple to make open work with suno.ia barks model
https://github.com/suno-ai/bark -
@mdc773 OpenWebUI is meant to use available models from Ollama.com and also to connect to OpenAi's API.
Maybe you can ask them to add their bark model to Ollama?
On the other hand, this is pretty much straightforward and easy to use via CLI on your own computer.
git clone https://github.com/suno-ai/bark cd bark && pip install .
Good luck.