erew123 / alltalk_tts

AllTalk is based on the Coqui TTS engine, similar to the Coqui_tts extension for Text generation webUI, however supports a variety of advanced features, such as a settings page, low VRAM support, DeepSpeed, narrator, model finetuning, custom models, wav file maintenance. It can also be used with 3rd Party software via JSON calls.
GNU Affero General Public License v3.0
816 stars 91 forks source link

Can you do an inference demo on Huggingface? #162

Closed Excurl closed 4 months ago

Excurl commented 4 months ago

As s standalone..

erew123 commented 4 months ago

Hi @Excurl

Its not really a singular interface, its a collection of interfaces, some based on gradio, some based on HTML and and more than anything else its the built in API with the integration to other existing things (text-gen-webui, sillytavern, kobold etc). OR the flexibility to use the API with anything you personally want to, so its not really something that would fit or more specifically, work on Huggingface.

On the flip side of that, if its something you will just want to explore in a more simple way, I'm trying to get a google colab up and running. So when that is working, that would give people a simpler opportunity to take a look around it and trial without any install.

Thanks