daswer123 / xtts-api-server

A simple FastAPI Server to run XTTSv2
MIT License
292 stars 67 forks source link

Problem downloading the model, not able to make connection. #63

Open adamofig opened 4 months ago

adamofig commented 4 months ago

is anyone experimenting this issue as well?

i think is not making handshake with hugging face, requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))

These are the last logs before it breaks.

2024-03-05 16:15:32.392 | INFO | xtts_api_server.server::73 - Model: 'v2.0.2' starts to load, wait until it loads [XTTS] Downloading config.json...

joebob2068 commented 3 months ago

Sorry for bothering but I'm having the same issue, did you ever figure out the solution?