CosmicLaca / ComfyUI_Primere_Nodes

ComfyUI node pack
GNU General Public License v3.0
107 stars 13 forks source link

Make compatible with MacOS ARM #14

Closed kaneda2004 closed 8 months ago

kaneda2004 commented 8 months ago

Removed the piexiv2 dependency and replaced functionality with piexiv to ensure compatibility with MacOS on ARM processors.

CosmicLaca commented 8 months ago

@kaneda2004 First I quickly merged your code, but after I saw that you changed the exif key from ImageDescription to UserComment. This is why I reverted the code changes. Because the previously saved images used ImageDescription, we cannot change to UserComment. But I will figure out some solution for this problem.