Git Product home page Git Product logo

Comments (6)

eginhard avatar eginhard commented on August 13, 2024

Thanks for the report! There is indeed an issue with no output being shown, but otherwise it runs fine for me. Can you apply the following change and try running tts-server again: a0f281e

from coqui-ai-tts.

chigkim avatar chigkim commented on August 13, 2024

I clone the fresh repo,checkout the commit, created vem from scratch, pip install, and ran the server.
There's still no output, and I can't open the server from the browser.
I waited 10 minutes to be sure.

git clone https://github.com/idiap/coqui-ai-TTS
cd coqui-ai-TTS
git checkout a0f281e4
py -3.11 -m venv .venv
.venv\Scripts\activate
pip install -e .[server]
tts-server

from coqui-ai-tts.

eginhard avatar eginhard commented on August 13, 2024

When interrupting with Control+C, is it always stuck in the same part?

from coqui-ai-tts.

chigkim avatar chigkim commented on August 13, 2024

Yes, it's always seems to get stuck at the same place.
It's not just server. Just tts has this problem as well.
I just pulled the latest commit, and ran pip install -e ., and still having the same problem.

(.venv) D:\code\python\coqui-ai-TTS>;tts --list_models
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "D:\code\python\coqui-ai-TTS\.venv\Scripts\tts.exe\__main__.py", line 7, in <module>
  File "D:\code\python\coqui-ai-TTS\TTS\bin\synthesize.py", line 345, in main
    from TTS.api import TTS
  File "D:\code\python\coqui-ai-TTS\TTS\api.py", line 11, in <module>
    from TTS.utils.synthesizer import Synthesizer
  File "D:\code\python\coqui-ai-TTS\TTS\utils\synthesizer.py", line 12, in <module>
    from TTS.tts.configs.vits_config import VitsConfig
  File "D:\code\python\coqui-ai-TTS\TTS\tts\configs\vits_config.py", line 5, in <module>
    from TTS.tts.models.vits import VitsArgs, VitsAudioConfig
  File "D:\code\python\coqui-ai-TTS\TTS\tts\models\vits.py", line 34, in <module>
    from TTS.tts.utils.text.characters import BaseCharacters, BaseVocabulary, _characters, _pad, _phonemes, _punctuations
  File "D:\code\python\coqui-ai-TTS\TTS\tts\utils\text\__init__.py", line 1, in <module>
    from TTS.tts.utils.text.tokenizer import TTSTokenizer
  File "D:\code\python\coqui-ai-TTS\TTS\tts\utils\text\tokenizer.py", line 6, in <module>
    from TTS.tts.utils.text.phonemizers import DEF_LANG_TO_PHONEMIZER, get_phonemizer_by_name
  File "D:\code\python\coqui-ai-TTS\TTS\tts\utils\text\phonemizers\__init__.py", line 29, in <module>
    ESPEAK_LANGS = list(ESpeak.supported_languages().keys())
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\code\python\coqui-ai-TTS\TTS\tts\utils\text\phonemizers\espeak_wrapper.py", line 235, in supported_languages
    for count, line in enumerate(_espeak_exe(_DEF_ESPEAK_LIB, args, sync=True)):
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\code\python\coqui-ai-TTS\TTS\tts\utils\text\phonemizers\espeak_wrapper.py", line 80, in _espeak_exe
    res2 = list(res)
           ^^^^^^^^^
KeyboardInterrupt
^C

from coqui-ai-tts.

eginhard avatar eginhard commented on August 13, 2024

@chigkim I've merged a fix into the dev branch, it seems you're not using the latest code yet. Try:

git checkout dev
git pull origin dev --rebase

Otherwise it was also just released in version 0.24.1

from coqui-ai-tts.

chigkim avatar chigkim commented on August 13, 2024

Ah, sorry, I thought it was merged to main. Dev works! Thanks for the fix!

from coqui-ai-tts.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.