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.
Background
validation_image_formatcurrently supportspng,webp, andjpeg. 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
jxlto--validation_image_formatchoices and docs/translations.simpletuner[jxl]extra usingpillow-jxl-plugin..jxlextension when selected..jxlmedia serving andimage/jxlcontent-type handling for the metrics API.image/jxlin normal image elements.Notes
This should stay a placeholder until browser support and CI/browser test coverage make display behavior reviewable.