From b376208bdf6d78df2dcdfcc3b17b34c70921ab1f Mon Sep 17 00:00:00 2001 From: Royce Schultz Date: Thu, 16 May 2024 00:46:13 -0600 Subject: [PATCH] Add Notification Nodes. --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 61e66f83..d6dae55a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -7648,6 +7648,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "royceschultz", + "title": "ComfyUI-Notifications", + "reference": "https://github.com/royceschultz/ComfyUI-Notifications", + "files": [ + "https://github.com/royceschultz/ComfyUI-Notifications" + ], + "install_type": "git-clone", + "description": "Send notifications when a workflow completes." } ] }