From c12b76d581cbe8ecc0ba569657282cfd19ef3ef5 Mon Sep 17 00:00:00 2001 From: seeo <6736770@gmail.com> Date: Tue, 17 Jun 2025 14:03:54 +0800 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d3d3e0baf..5aa6cc036 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -28148,6 +28148,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "jkhayiying", + "title": "ImageLoadFromLocalOrUrl Node for ComfyUI", + "id": "JkhaImageLoaderPathOrUrl", + "reference": "https://gitee.com/yyh915/jkha-load-img", + "files": [ + "https://gitee.com/yyh915/jkha-load-img" + ], + "install_type": "git-clone", + "description": "This is a node to load an image from local path or url." } ] }