Building a single .exe with this fork — is it possible? #503
-
|
Hi! I used the original Coqui TTS for some time, and surprisingly, it worked perfectly.
Of course, I can try So, I want to ask: is it possible to make a |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 8 replies
-
|
I'm not familiar with PyInstaller, but perhaps you could share the full command you're running so that somebody else would be able to help? Otherwise the simplest way to install the Coqui command-line interface (CLI) as a stand-alone application would be to install uv tool install coqui-ttsThen run the CLI as usual: https://coqui-tts.readthedocs.io/en/latest/inference.html#command-line-interface-tts |
Beta Was this translation helpful? Give feedback.
-
|
That sounds really cool, thank you so much for the quick reply! I want to make it without Python - no matter it's |
Beta Was this translation helpful? Give feedback.
-
|
If it works for me, I’ll close this discussion. |
Beta Was this translation helpful? Give feedback.
-
|
FYI create a .exe without microsoft certification windows will consider it as a potential threat and will be put directly in quarantine..... |
Beta Was this translation helpful? Give feedback.
-
|
I tried using
I also tried using I want to clarify that I’m using an XTTS multi-speaker model, and I need it to take the voice from my own When I was using a Python script, I could simply pass the tts.tts_to_file(
text=text,
speaker_wav=speaker_file,
language=lang,
file_path=buf
)Is there a way to achieve the same functionality using the CLI? I run the following command:
I guess there's no |
Beta Was this translation helpful? Give feedback.
-
|
YES! It finally works!
Without |
Beta Was this translation helpful? Give feedback.
-
|
Also noticed another problem - it works with |
Beta Was this translation helpful? Give feedback.
-
|
Fixed problem with |
Beta Was this translation helpful? Give feedback.
I'm not familiar with PyInstaller, but perhaps you could share the full command you're running so that somebody else would be able to help?
Otherwise the simplest way to install the Coqui command-line interface (CLI) as a stand-alone application would be to install
uvfollowing the instructions at https://docs.astral.sh/uv/getting-started/installation. Then run:Then run the CLI as usual: https://coqui-tts.readthedocs.io/en/latest/inference.html#command-line-interface-tts