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
864 stars 98 forks source link

[GEN] Error during audio generation: 500: Exception while running subprocess: [Errno 2] No such file or directory: 'piper' #291

Closed yukiarimo closed 1 month ago

yukiarimo commented 1 month ago

Describe the bug Doesn't work

To Reproduce Steps to reproduce the behaviour: Install on macOS

erew123 commented 1 month ago

Hi @yukiarimo

I believe Piper currently has an issue with piper-phonemize which will probably stop Piper from installing. Reference is here https://github.com/rhasspy/piper/issues/217 and the versions are here https://github.com/rhasspy/piper-phonemize/releases

You may be able to build it from source as suggested https://github.com/rhasspy/piper-phonemize/issues/14#issuecomment-2094395478 and also https://github.com/rhasspy/piper/issues/523 also more generally https://github.com/rhasspy/piper/issues?q=is%3Aissue+is%3Aopen+mac

but I don't personally have a mac to test this on.

In theory, if Piper can be compiled for AMD & installed it should just work.

I'm not the developer/maintainer or Piper (or any of the TTS engines) so these are not things I can directly resolve/fix, sorry.