Add custom node for ComfyUI Load Image URL (#2380)

Added a new custom node entry for loading images from URLs and Files.
This commit is contained in:
Braeden 2025-12-11 13:42:45 -06:00 committed by GitHub
parent 0cdad3c886
commit 2333886c34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "Braeden90000",
"title": "ComfyUI Load Image URL",
"id": "load-image-url",
"reference": "https://github.com/Braeden90000/comfyui-load-image-url",
"files": ["https://github.com/Braeden90000/comfyui-load-image-url"],
"pip": ["requests"],
"install_type": "git-clone",
"description": "Load images from files or URLs with live preview and source switching."
},
{
"author": "Dr.Lt.Data",
"title": "ComfyUI-Manager",