-
Notifications
You must be signed in to change notification settings - Fork 273
Description
I cant tell why or what is causing this issue but everytime I start Chatterbox Server it has to connect to what looks like Huggingface but I am not sure because it is downloading or maybe perhaps uploading for a short time. Whatever its doing its not showing in the log. The only thing showing in the log before I let it connect (the error):
[WARNING] huggingface_hub.utils._http: Retrying in 2s [Retry 2/5].
.'(MaxRetryError('HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /ResembleAI/chatterbox/resolve/main/s3gen.safetensors (Caused by NewConnectionError("HTTPSConnection(host='huggingface.co', port=443): Failed to establish a new connection: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions"))'), '(Request ID: 3d819e31-095a-4d7c-8a2a-5ff4950fe8d9)')' thrown while requesting HEAD https://huggingface.co/ResembleAI/chatterbox/resolve/main/s3gen.safetensors
2026-03-05 00:45:25 [WARNING] huggingface_hub.utils._http: '(MaxRetryError('HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /ResembleAI/chatterbox/resolve/main/s3gen.safetensors (Caused by NewConnectionError("HTTPSConnection(host='huggingface.co', port=443): Failed to establish a new connection: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions"))'), '(Request ID: 3d819e31-095a-4d7c-8a2a-5ff4950fe8d9)')' thrown while requesting HEAD https://huggingface.co/ResembleAI/chatterbox/resolve/main/s3gen.safetensors
Retrying in 4s [Retry 3/5].
After I let it connect it works fine until the next time I run the server and its the same thing again.
log:
Chatterbox-TTS-Server\python_embedded\Lib\site-packages\diffusers\models\lora.py:393: FutureWarning: LoRACompatibleLinear is deprecated and will be removed in version 1.0.0. Use of LoRACompatibleLinear is deprecated. Please switch to PEFT backend by installing PEFT: pip install peft.
Its not downloading any models, I have already done that so I dont know what its doing but it takes a minute after it has download/upload something. Not exactly trusting this since its not logging what its doing. I am hoping its just the error mentioned above and its just a bug waiting to be fixed?