From b51b40beb49703fe1b72a15f062950629c9ad509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8B=E3=81=BF=E3=81=AA=E3=83=BC=E5=85=88=E7=94=9F?= Date: Fri, 5 Jun 2026 23:39:08 +0900 Subject: [PATCH] Add ComfyUI-GMImageSaver to custom-node-list --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index fb2c7643..bcb69f0d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -52986,6 +52986,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "ruminar", + "title": "ComfyUI-GMImageSaver", + "id": "gmimagesaver", + "reference": "https://github.com/ruminar/ComfyUI-GMImageSaver", + "files": [ + "https://github.com/ruminar/ComfyUI-GMImageSaver" + ], + "install_type": "git-clone", + "description": "GraphicsMagick-based direct JPEG saver node for ComfyUI. Saves IMAGE tensors directly as JPEG without intermediate PNG files. JPEG-only, previewless, label-aware, and useful for organized batch/inventory workflows. NOTE: GraphicsMagick must be installed separately and available via GM_PATH or PATH." } ] }