-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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] TypeError: expected str, bytes or os.PathLike object, not NoneType when launching model #3271
Comments
Hey there! Just a heads-up, our server doesn't currently support Tortoise, Bark, or XTTS - it's a bit behind the times. If anyone's up for lending a hand, I'm totally here to guide you through it! 😊👍 |
hi have one try on this. it seems that problem is here: Lines 407 to 410 in 29dede2
but when i remove this if condition, i met more issues... which is about checkpoint loading on it seems that Lines 725 to 726 in 29dede2
then after i modified all of this, it can be running on my local. but i found the demo page can not specify the demo wav, and language... then i got following exception:
|
@erogol, Hello. I have same error. I do not use server.
|
That's not the same error. You need to specify a speaker sample using |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels. |
Describe the bug
When launching model (bark, tried download via
python3 TTS/server/server.py --model_name tts_models/multilingual/multi-dataset/bark --use_cuda true
and add manualy)When trying to launch, got a
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 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
Windows 11, wsl docker
To Reproduce
Launch at docker and try use model bark
Expected behavior
No response
Logs
No response
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: