You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running a docker image on a comfyui serverless worker with Allor installed. I've set update_frequency=never in config.json. The problem is, during at runtime this node takes too long to import (>30s), which causes the server to timeout. The problem only occurs during cold starts of the worker.
I don't have this issue on my local comfyui portable installation (import time=2.5s).
Do you have any clues on what Allor is trying to do at startup that might take so much time? @Nourepide
The text was updated successfully, but these errors were encountered:
Hi, sorry for the long answer, I had some problems.
As I think the fact is that caching occurs at the first launch and it actually goes somewhere in the region of 30 seconds.
Caching happens only once, but as I understand it, the docker container recreates the environment every time, which leads to this result.
Hi,
I'm running a docker image on a comfyui serverless worker with Allor installed. I've set update_frequency=never in config.json. The problem is, during at runtime this node takes too long to import (>30s), which causes the server to timeout. The problem only occurs during cold starts of the worker.
I don't have this issue on my local comfyui portable installation (import time=2.5s).
Do you have any clues on what Allor is trying to do at startup that might take so much time? @Nourepide
The text was updated successfully, but these errors were encountered: