Workers getting stuck at Websocket receive time out. still waiting...

I am trying to run comfyui on serverless. build a 40gb docker file and added to serverless. My models and nodes are loading into memory but process is getting stuck at "Websocket receive time out. still waiting..." i have provided my logs and the utilization screenshot.
No description
No description
3 Replies
NatsuSenpai
NatsuSenpaiOP2w ago
my code =
veekay
veekay2w ago
+1 @Answer Overflow have anything for us?
Dj
Dj2w ago
By default websockets don't work without a little creativity, our Proxy is powered by Cloudflare and their tunnel doesn't offer a guaranteed WS connection. We have an example of an alternative method: https://github.com/runpod-workers/worker-websocket
GitHub
GitHub - runpod-workers/worker-websocket
Contribute to runpod-workers/worker-websocket development by creating an account on GitHub.

Did you find this page helpful?