Extensions/ComfyUI_LoadImageWithMetaDataEx
ComfyUI Extension

ComfyUI_LoadImageWithMetaDataEx

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…

By Zachary116699·Created about a year ago·Updated about a year ago· 2
Zachary116699/ComfyUI-LoadImageWithMetaDataEx
Nodes1
On cloudLocal install
CategoryLoadImageWithMetadataEx
Stars2
Updatedabout a year ago
Readme

ComfyUI-LoadImageWithMetaDataEx

Example_Image

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.

Most of the source code is copied from https://github.com/crystian/ComfyUI-Crystools, with only minor modifications made by me.

Input

filepath: Only string, can't input string list.

Output

image: Image

Metadata RAW: The Same as Metadata RAW in Crystools' Load Image With Metadata node.