Nodes Browser

ComfyDeploy: How ComfyUI-Notifications works in ComfyUI?

What is ComfyUI-Notifications?

Send notifications when a workflow completes.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-Notifications and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI Notifications

This package provides custom nodes to ComfyUI to notify users when workflows have completed.

These tools are also available via ComfyUI-Custom-Scripts, but this package comes without the bloat of other tools.

Send Notification

Sends a system notification via the browser.

<img src="assets/system_notif_node.jpg" width="400"/> <img src="assets/system_notif.jpg" width="400"/>

Play Sound

Plays a chime sound to notify the user.

<img src="assets/play_sound_node.jpg" width="400"/>

Webhook

Send a webhook to the specified URL. Supports customizing JSON body with the json_format template.

<img src="assets/webhook_node.jpg" width="400"/>

Unified Notification

Supports multiple notification types in one node for convenience.

<img src="assets/unified_notif_node.jpg" width="400"/>