wallish77 / wlsh_nodes

WLSH ComfyUI Nodes
GNU General Public License v3.0
93 stars 13 forks source link

How about add "load image batch from Dir with Metadata" node? #21

Open xueqing0622 opened 8 months ago

xueqing0622 commented 8 months ago

How about add "load image batch from Dir with Metadata" node? image

or plz tell me how to connect the image output to your "Image Load with MetaData"

wallish77 commented 8 months ago

It's an interesting idea, but I'm not sure how it would work with pulling metadata from multiple images. Secondly, passing an image between nodes causes loss of metadata as it is converted to just an RGB array, so pulling an image into the image load node wouldn't help here either.

Your best bet is to use the image load w/ metadata for the metadata and a separate load batch node to pull the images themselves (assuming they all have the same metadata).