Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Server does not support fairseq models #25

Open
DenysVuika opened this issue May 20, 2024 · 5 comments
Open

[Bug] Server does not support fairseq models #25

DenysVuika opened this issue May 20, 2024 · 5 comments
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers

Comments

@DenysVuika
Copy link

Describe the bug

It is not possible to run the server.py with the fairseq

To Reproduce

docker run --rm -it -p 5002:5002 --platform linux/amd64 --entrypoint /bin/bash ghcr.io/idiap/coqui-tts
python3 TTS/server/server.py --model_name "tts_models/crh/fairseq/vits"

Expected behavior

No response

Logs

File "/root/TTS/server/server.py", line 111, in <module>
    synthesizer = Synthesizer(
  File "/root/TTS/utils/synthesizer.py", line 96, in __init__
    self._load_tts(tts_checkpoint, tts_config_path, use_cuda)
  File "/root/TTS/utils/synthesizer.py", line 186, in _load_tts
    self.tts_config = load_config(tts_config_path)
  File "/root/TTS/config/__init__.py", line 85, in load_config
    ext = os.path.splitext(config_path)[1]
  File "/usr/lib/python3.10/posixpath.py", line 118, in splitext
    p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType

Environment

Docker container

Additional context

No response

@DenysVuika DenysVuika added the bug Something isn't working label May 20, 2024
@eginhard eginhard changed the title [Bug] Docker error when using fairseq [Bug] Server does not support fairseq models May 21, 2024
@eginhard
Copy link
Member

Yes, the server doesn't support the fairseq models yet (also see coqui-ai#3211), also without the Docker: tts-server --model_name "tts_models/crh/fairseq/vits"

@eginhard eginhard added the good first issue Good for newcomers label May 21, 2024
@mantrakp04

This comment was marked as off-topic.

@eginhard

This comment was marked as off-topic.

@erew123

This comment was marked as resolved.

@eginhard

This comment was marked as resolved.

@eginhard eginhard added the enhancement New feature or request label Oct 20, 2024
JohnnyStreet pushed a commit to monofy-org/coqui-ai-TTS that referenced this issue Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants