From 0877f313551b85f6ebf5ce5ef3d0bd482e30b9d5 Mon Sep 17 00:00:00 2001 From: Yusril Muttaqien Date: Wed, 27 May 2026 12:44:57 +0700 Subject: [PATCH] Add ComfyUI-LoadImageEnhanced to custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7c23aa07..bda7c5c1 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -52595,6 +52595,16 @@ ], "install_type": "git-clone", "description": "ComfyUI custom nodes for one-sample-per-run iteration across image, video, and text sources." + }, + { + "author": "yusrmuttaqien", + "title": "ComfyUI-LoadImageEnhanced", + "reference": "https://github.com/yusrmuttaqien/ComfyUI-LoadImageEnhanced", + "files": [ + "https://github.com/yusrmuttaqien/ComfyUI-LoadImageEnhanced" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for image loading with sub-directory support and original filename tracking." } ] }