Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.8.0 - Comfy Events Via Webhook #20

Merged
merged 21 commits into from
Jan 21, 2025
Merged

1.8.0 - Comfy Events Via Webhook #20

merged 21 commits into from
Jan 21, 2025

Conversation

shawnrushefsky
Copy link
Collaborator

@shawnrushefsky shawnrushefsky commented Jan 17, 2025

  • 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.
  • Move to comfy 0.3.12 base images

Copy link

🚀 Download the latest release candidate 🚀

Copy link

@rxsalad rxsalad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's go!

@shawnrushefsky shawnrushefsky merged commit 51f8b75 into main Jan 21, 2025
1 check passed
@shawnrushefsky shawnrushefsky deleted the events branch January 21, 2025 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants