ComfyUI-Notifications

ComfyUI-Notifications
★ 29

通知工作流监控浏览器系统通知轻量扩展
在工作流完成时通过浏览器发送系统通知,便于监控长任务并即时获知结果,体积小无冗余。
💡 长时间运行任务完成时自动弹出浏览器通知。
🍴 5 Forks💻 JavaScript🔄 2025-07-07
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/79aaff81621b
📄 README

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.

Play Sound

Plays a chime sound to notify the user.

By default, the selected sound file is at custom_nodes/ComfyUI-Notifications/web/assets/notify.mp3. You can add custom sounds to this directory and change the file name in the node settings to play a different sound.

Alternatively, you can use a URL to an audio file. Simply enter the URL in the file field.

Webhook

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

Unified Notification

Supports multiple notification types in one node for convenience.