From 944d55b8e6e8429e704e54c8ce84eb336e14dd78 Mon Sep 17 00:00:00 2001 From: Braeden <57969790+Braeden90000@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:58:31 -0600 Subject: [PATCH] Add custom node for ComfyUI Load Image URL Added a new custom node entry for loading images from URLs and Files. --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 57ce398c..ac21fd43 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -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",