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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Failed generations now emit a prompt.failed webhook if a webhook url is provided in the request
ComfyUI emits a stream of events via the websocket connection. You can now subscribe to any or all of these by configuring SYSTEM_WEBHOOK_URL and SYSTEM_WEBHOOK_EVENTS. The events will be sent to the configured url. See documentation for more information
Under-the-hood change: while waiting for a prompt to complete, instead of polling the history endpoint, we watch the websocket stream.
You can configure MAX_QUEUE_DEPTH to make the readiness probe fail when ComfyUI's internal queue has more items than the configured amount.