Skip to content

Track JPEG XL validation image support #3171

Description

@bghira

Background

validation_image_format currently supports png, webp, and jpeg. JPEG XL support should be revisited once mainstream browser display support is available enough for the WebUI and self-contained local metrics reports.

Browser signals moved recently:

Proposed work

  • Add jxl to --validation_image_format choices and docs/translations.
  • Gate encoding on the existing simpletuner[jxl] extra using pillow-jxl-plugin.
  • Save validation images with a .jxl extension when selected.
  • Add .jxl media serving and image/jxl content-type handling for the metrics API.
  • Add WebUI/offline-report browser tests once target browsers decode image/jxl in normal image elements.

Notes

This should stay a placeholder until browser support and CI/browser test coverage make display behavior reviewable.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions