Open TimPietrusky opened 5 months ago
ComfyUI provides a WebSocket-API that can be used to get notified when the workflow is completed. We should use that instead of polling, because it might be way faster.
Maybe you can take some inspiration from this runpod-serverless-comfyui-worker
ComfyUI provides a WebSocket-API that can be used to get notified when the workflow is completed. We should use that instead of polling, because it might be way faster.