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
944 stars 110 forks source link

Dockerfile not working #200

Closed JanEisen closed 5 months ago

JanEisen commented 5 months ago

Describe the bug When building the container using the Dockerfile in main branch i get the error that the sh: 1: ./launch.sh: not found

To Reproduce

anyone knows how to fix this?

erew123 commented 5 months ago

Hi @JanEisen

Docker as mentioned on the front of Github is not exactly something Im covering at the moment (statement on it here) https://github.com/erew123/alltalk_tts?tab=readme-ov-file#-docker-builds-and-google-colabs

Someone else built it and I've had quirks with the docker build, such as the launch sometimes working and sometimes not. After I spent ??? hours attempting to find a permanent solution for docker & google colab, I figured I'm wasting my time and it would be better spent coding and resolving the issues that way. As such, that's what I'm doing and I'm attempting to get v2 of AllTalk completed.

As part of v2, I will get a google colab and docker build working. v2 is 50-60% built at the moment and I hope to have something out in the next week or two as a beta for people to work with (hopefully).

As for your specific issue you mention as mentioned I have hit that issue when I tried to resolve it. It baffles me, as if you load a terminal/shell and manually bash launch.sh, it all starts up. I've even thrown the startup/settings at 2x AI's and they have said all should be fine! Maybe someone else will have a solution.

I can leave this ticket open for a while if you wish? All I can say for sure is that v2 should be simpler to boot/start up, which in my tests, should make docker and google colab start easier.

Thanks

erew123 commented 5 months ago

@Fantastic0482 Thanks! I hadnt picked up on that. Ive run them through dos2unix and uploaded the changes.

@JanEisen assumedly this should resolve it now if you git pull the changes.

Thanks

JanEisen commented 5 months ago

Thanks a lot you both!