Add LoadImageFromHttpURL node by jerrywap

Add LoadImageFromHttpURL node by jerrywap
This commit is contained in:
Jerry Chukwudi 2025-04-09 20:52:45 +01:00 committed by GitHub
parent 0738b2a73f
commit ed2212e8fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23492,6 +23492,17 @@
"install_type": "git-clone",
"description": "This Module provides nodes to allow the development of 3D Generative AI workflows that use the MasterpieceX Python SDK."
},
{
"author": "jerrywap",
"title": "ComfyUI_LoadImageFromHttpURL",
"id": "load-image-from-http-url",
"reference": "https://github.com/jerrywap/ComfyUI_LoadImageFromHttpURL",
"files": [
"https://github.com/jerrywap/ComfyUI_LoadImageFromHttpURL"
],
"install_type": "git-clone",
"description": "A ComfyUI node that fetches an image from an HTTP URL and returns it as an image tensor. Useful for API-based workflows."
},
{
"author": "jerrywap",
"title": "ComfyUI_UploadToWebhookHTTP",
@ -23502,7 +23513,7 @@
],
"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": "zouyu",
"title": "ComfyUI-SaveImageS3",