sd-webui-infinite-image-bro.../scripts
zanllp 942b184b15 fix(exif): handle non-standard EXIF with UserComment in IFD0
Some images store UserComment directly in IFD0 with type BYTE instead
of the standard Exif sub-IFD with type UNDEFINED, causing piexif to
return empty results. Add a raw EXIF fallback to extract and decode
UserComment in both ComfyUI detection and webui gen info reading.

- Add _extract_usercomment_from_raw_exif() for raw IFD0 parsing
- Add detection fallback in is_img_created_by_comfyui() for JPEG/WEBP
- Add extraction fallback in read_sd_webui_gen_info_from_image()
- In dev mode, bypass DB cache for unedited images to aid debugging
2026-03-29 18:08:16 +08:00
..
iib fix(exif): handle non-standard EXIF with UserComment in IFD0 2026-03-29 18:08:16 +08:00
iib_setup.py support subpath 2024-03-15 04:13:18 +08:00