From c6cffc92c452d6ba4414d29c6931d972a30a4334 Mon Sep 17 00:00:00 2001 From: hassan-sd <119671806+hassan-sd@users.noreply.github.com> Date: Thu, 12 Jun 2025 04:16:27 +0100 Subject: [PATCH] Update custom-node-list.json for new node: comfyui-image-prompt-loader (#1928) https://github.com/hassan-sd/comfyui-image-prompt-loader Load images with automatic prompt extraction from Civitai URLs, caption files, or EXIF metadata. Features smart dataset detection and dynamic preview updates. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 53bfe25f..5ff2433a 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27882,6 +27882,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "hassan-sd", + "title": "ComfyUI Image & Prompt Loader", + "id": "hassanprompt", + "reference": "https://github.com/hassan-sd/comfyui-image-prompt-loader", + "files": [ + "https://github.com/hassan-sd/comfyui-image-prompt-loader" + ], + "install_type": "git-clone", + "description": "Load images with automatic prompt extraction from Civitai URLs, caption files, or EXIF metadata. Features smart dataset detection and dynamic preview updates." } ] }