TTS model loading failed #3982
Answered
by
eginhard
Dong-mel
asked this question in
General Q&A
-
Hi friends, model_path loader: # model_name = 'tts_models/fr/css10/vits'
model_path = "test0830-September-02-2024_11+44AM-dbf1a08a\best_model.pth"
model_config = "test0830-September-02-2024_11+44AM-dbf1a08a\config.json"
# Get device
device = "cuda" if torch.cuda.is_available() else "cpu"
# Init TTS
tts = TTS(model_path=model_path, config_path=model_config).to(device) Error log:
When I was debugging, I found that self.synthesizer.tts_model contained "language_manager" and had a value. Has anyone encountered this error? Or have any suggestions? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
eginhard
Sep 3, 2024
Replies: 1 comment 1 reply
-
This bug (duplicate of #3449) is fixed in our fork, available via |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Dong-mel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This bug (duplicate of #3449) is fixed in our fork, available via
pip install coqui-tts