From 76903c39e1bf790f51dc2041ccf356376d3e63ec Mon Sep 17 00:00:00 2001 From: jerrywap <36088884+jerrywap@users.noreply.github.com> Date: Mon, 7 Apr 2025 14:45:51 +0100 Subject: [PATCH] Update custom-node-list.json (#1723) This extension sends generated images or videos to any HTTP webhook with optional parameters such as prompt-id and meta-data. This is useful for those rendering COMFYUI as an api service and need to send a webhook to requested api when task is successful. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index a0f443df..b1297c8c 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -207,6 +207,17 @@ "install_type": "git-clone", "description": "Proper implementation of ImageMagick - the famous software suite for editing and manipulating digital images to ComfyUI using [a/wandpy](https://github.com/emcconville/wand).\nNOTE: You need to install ImageMagick, manually." }, + { + "author": "jerrywap", + "title": "ComfyUI_UploadToWebhookHTTP", + "id": "upload-to-webhook-http", + "reference": "https://github.com/jerrywap/ComfyUI_UploadToWebhookHTTP", + "files": [ + "https://github.com/jerrywap/ComfyUI_UploadToWebhookHTTP" + ], + "install_type": "git-clone", + "description": "Send generated images or videos to any HTTP webhook with optional parameters such as prompt-id and metadata payload." + }, { "author": "time-river", "title": "CLIPSeg",