ComfyUI Extension: Notification Bridge
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
Bridge nodes for ComfyUI that send messages through WhatsApp (Twilio) and Discord when a workflow completes.
Looking for a different extension?
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.
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.