https://github.com/royceschultz/ComfyUI-Notifications
ComfyUI nodes for sending notifications when a workflow completes
https://github.com/royceschultz/ComfyUI-Notifications
comfyui comfyui-nodes
Last synced: 4 months ago
JSON representation
ComfyUI nodes for sending notifications when a workflow completes
- Host: GitHub
- URL: https://github.com/royceschultz/ComfyUI-Notifications
- Owner: royceschultz
- Created: 2024-04-30T06:58:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-21T05:29:54.000Z (over 1 year ago)
- Last Synced: 2024-05-22T05:50:22.696Z (over 1 year ago)
- Topics: comfyui, comfyui-nodes
- Language: JavaScript
- Homepage:
- Size: 134 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-Notifications**
- awesome-comfyui - **ComfyUI-Notifications**
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](https://github.com/pythongosssss/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`](web/assets/). 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.