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
686 stars 71 forks source link

Third option for `Text Not Inside * or " is` #230

Closed bobcate closed 2 months ago

bobcate commented 2 months ago

Is it possible to have None as an option for Text Not Inside * or " is? Use cases:

erew123 commented 2 months ago

Hi @bobcate

Its on my to-do list for v2. Not got to that code yet. It is in the feature requests, under text-gen-webui, though it will be a global option https://github.com/erew123/alltalk_tts/discussions/74

So it will be in v2, assuming there's no good reason that it cant be coded.

Thanks

erew123 commented 2 months ago

Just to be clear, I do understand you are asking that "Text Not Inside" be a separate thing from completely disabling the narrator. Both are in theory possible.

erew123 commented 2 months ago

Huh, well, what do you know!!

I've managed to code both features in, in 10 minutes and they work. I just have to push the settings all the way through the rest of the interface now.

But as a definitive answer to your question, I can now say yes I can get that working!