From a1c3a0db1f85dde0fe4faf82140978256c8304ad Mon Sep 17 00:00:00 2001 From: Zachary <72255347+Zachary116699@users.noreply.github.com> Date: Wed, 11 Jun 2025 05:59:54 +0800 Subject: [PATCH] add my custom node for read metadata from filepath. (#1926) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index ef0a0ea2..5f7b3f40 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27314,6 +27314,16 @@ "install_type": "git-clone", "description": "Professional 3D face reconstruction for ComfyUI using the Pixel3DMM method" }, + { + "author": "Zachary116699", + "title": "ComfyUI_LoadImageWithMetaDataEx", + "reference": "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx", + "files": [ + "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx" + ], + "install_type": "git-clone", + "description": "Custom node for ComfyUI. It can read metadata from the image filepath, and filepath can be provided as a connected input, which allows it to batch read image metadata in a loop." + },