hiddenswitch / ComfyUI

A powerful and modular stable diffusion GUI with a graph/nodes interface.
GNU General Public License v3.0
39 stars 11 forks source link

exif data needs to be corrected for `datetime` type #27

Open doctorpangloss opened 1 day ago

doctorpangloss commented 1 day ago

Expected Behavior

fileCreatedAt and fileModifiedAt have wrong types because json cannot encode datetime objects out of the box

Actual Behavior

Invalid type datetime for attribute 'fileCreatedAt' value. Expected one of ['bool', 'str', 'bytes', 'int', 'float'] or a sequence of those types
Invalid type datetime for attribute 'fileModifiedAt' value. Expected one of ['bool', 'str', 'bytes', 'int', 'float'] or a sequence of those types

Steps to Reproduce

-

Debug Logs

-

Other

No response