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.
This commit is contained in:
jerrywap 2025-04-07 14:45:51 +01:00 committed by GitHub
parent cf9ed1c631
commit 76903c39e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",