ComfyUI Extension: Notification Bridge
Bridge nodes for ComfyUI that send messages through WhatsApp (Twilio) and Discord when a workflow completes.
Custom Nodes (0)
README
π ComfyUI NotificationBridge
A lightweight notification bridge system for ComfyUI.
Send alerts when a workflow completes β currently supports WhatsApp notifications via Twilio and Discord webhooks.
These nodes act as bridges between processing steps and the final output (like [Save Image]
), making them easy to integrate at the tail end of any image pipeline.
β Features
- π² WhatsApp Notifications (Twilio Sandbox)
- π¬ Discord Channel Alerts (Webhook-based)
π¦ Usage
After installing, two new nodes will appear in the ComfyUI node menu under Notifications:
π² WhatsApp (Twilio) & π¬ Discord Notify
These nodes are designed to act as bridges between your decoder and the output step β such as [Save Image]
.
For example:
[VAE Decode] β [π¬ Discord Notify] β [Save Image]
[VAE Decode] β [π² WhatsApp (Twilio)] β [Save Image]
π¬ Discord Notify
Use this node to send a message to a Discord channel via webhook.
Inputs:
img
: bridge input from upstream (e.g.,[VAE Decode]
)message
: text to sendwebhook_url
: Discord channel webhook URL
π² WhatsApp (Twilio)
Use this node to send a WhatsApp message via Twilioβs API.
Inputs:
img
: bridge input to maintain image flowmessage
: message textsid
: Twilio Account SIDtoken
: Twilio Auth Tokenfrom_number
:whatsapp:+14155238886
(Twilio Sandbox)to_number
: your verified WhatsApp number
π Installation
Clone this repo into your ComfyUI custom_nodes
folder:
git clone https://github.com/INuBq8/ComfyUI-NotificationBridge.git
If you're using WhatsApp (Twilio), install the required Python package in the requirements.txt Comfy should do this automatically on startup so you don't need to worry most of the times
π§ͺ Notes
This is my first custom ComfyUI node β built on the fly as a learning hobby project.
Feedback and ideas for improvement are welcome!
MIT Licensed β use freely and build on it.