From 8153b49a740a144d827558f09d65012e17b556b0 Mon Sep 17 00:00:00 2001 From: ukr8b3g-cmyk Date: Fri, 19 Jun 2026 22:09:04 +0900 Subject: [PATCH] Add ComfyUI Save WebP Meta Node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index fd788e08..81005630 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -53370,6 +53370,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "ukr8b3g-cmyk", + "title": "ComfyUI Save WebP Meta Node", + "id": "save-webp-meta", + "reference": "https://github.com/ukr8b3g-cmyk/ComfyUI-save-webp-meta-node", + "files": [ + "https://github.com/ukr8b3g-cmyk/ComfyUI-save-webp-meta-node" + ], + "install_type": "git-clone", + "description": "Save WebP images with A1111-compatible generation parameters and ComfyUI prompt/workflow metadata." } ] }