edelvarden / ComfyUI-ImageMetadataExtension

Custom node for ComfyUI. It adds additional metadata for saved images, ensuring compatibility with the Civitai website.
GNU General Public License v3.0
9 stars 2 forks source link

expected str, bytes or os.PathLike object, not NoneType #2

Open viboji opened 1 week ago

viboji commented 1 week ago

Its not saving showing some error "expected str, bytes or os.PathLike object, not NoneType" image

this node works when i switch "include_extra_metadata" to false but then its the same as regular save image node.

edelvarden commented 1 week ago

What node settings do you use besides include_extra_metadata?

TheToxin-git commented 6 days ago

Reproduced with that simple setup:

1731034188_198813585 Throws error only for TAESD options mentioned here — High Quality Previews, thus requires taesd to reproduce

Node fails to calc_vae_hash, since it got None for path. Looks like the same behaviour occurs in original repo — issue#7.