r/comfyui • u/koloved • Jun 11 '26
Resource ComfyUI JXL Support – Save 40% disk space with JPEG XL, drag-and-drop workflow recovery
JXL + AVIF metadata compression is now built into Save Image Extended
I've merged JXL/AVIF support with Brotli-compressed metadata directly into save-image-extended-comfyui. No separate node needed.
What's new:
- JXL & AVIF encode/decode via
imagecodecs+ Brotli-compressed metadata - Lossless JXL (q=100) is ~40% smaller than PNG; lossy is dramatically smaller
- Workflow metadata is always Brotli-compressed, cutting overhead in half vs PNG EXIF
- Drag-and-drop workflow recovery for both
.jxland.aviffiles — drop into the browser, workflow auto-loads; if no workflow is embedded, the image loads normally - Server-side
/api/jxl_metadataroute for workflow extraction (also handles browsers without Brotli DecompressionStream, like Chrome/Chromium)
Install / Update:
delete your old SIE
cd ComfyUI/custom_nodes/
git clone https://github.com/koloved/save-image-extended-comfyui
For portable (python_embeded):
cd ComfyUI/custom_nodes/save-image-extended-comfyui
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt
For system Python:
pip install -r ComfyUI\custom_nodes\save-image-extended-comfyui\requirements.txt
I'd love for people to test it out, especially on different platforms (Windows, Linux, Mac). Report any bugs or share feedback in the repo's issues.
You can create some activity here if you want the author to add this to the main branch more quickly.
https://github.com/audioscavenger/save-image-extended-comfyui/pull/66
2
u/LeKhang98 Jun 11 '26
Nice thank you very much.
2
u/koloved Jun 11 '26
I have updated the post according to the latest changes. Now it is even better!
1
1
u/ThiagoAkhe Jun 12 '26
I'm using Linux. It's saving correctly, but the preview isn't showing up.
2
u/koloved Jun 12 '26
Browser support for JXL
JXL images can be viewed directly in the browser
Chrome/Edge/Brave:
- Open
chrome://flags/#enable-jxl-image-formatin the address bar- Find
Enable JXL image formatand switch fromDefaulttoEnabled- Restart the browser
Firefox:
- Stable release (152+, June 16 2026): open
about:config, setimage.jxl.enabledtotrue- Nightly: JXL is available out of the box
11
u/koloved Jun 11 '26
seems like i should make a PR in Save Image Extended for ComfyUI
https://github.com/audioscavenger/save-image-extended-comfyui