You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The model downloaded fine. I agreed to the Terms and Conditions.
To Reproduce
Launch the Docker image
Run python3 TTS/server/server.py --model_name tts_models/multilingual/multi-dataset/xtts_v2
Expected behavior
No response
Logs
root@6eab1efd81d8:~# python3 TTS/server/server.py --model_name tts_models/multilingual/multi-dataset/xtts_v2> You must confirm the following:
|>"I have purchased a commercial license from Coqui: [email protected]"|>"Otherwise, I agree to the terms of the non-commercial CPML: https://coqui.ai/cpml" - [y/n]
||> y
> Downloading model to /root/.local/share/tts/tts_models--multilingual--multi-dataset--xtts_v2
> Model's license - CPML > Check https://coqui.ai/cpml.txt for more info.Traceback (most recent call last): File "/root/TTS/server/server.py", line 104, in <module> synthesizer = Synthesizer( File "/root/TTS/utils/synthesizer.py", line 93, in __init__ self._load_tts(tts_checkpoint, tts_config_path, use_cuda) File "/root/TTS/utils/synthesizer.py", line 183, in _load_tts self.tts_config = load_config(tts_config_path) File "/root/TTS/config/__init__.py", line 82, in load_config ext = os.path.splitext(config_path)[1] File "/usr/local/lib/python3.10/posixpath.py", line 118, in splitext p = os.fspath(p)TypeError: expected str, bytes or os.PathLike object, not NoneType
Describe the bug
Hey, I'm using the Docker image provided, but when I try to use the XTTS v2 model I get this error:
The model downloaded fine. I agreed to the Terms and Conditions.
To Reproduce
python3 TTS/server/server.py --model_name tts_models/multilingual/multi-dataset/xtts_v2
Expected behavior
No response
Logs
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: