From d826b0c9bca1732066a81d7a4b46958055f6048f Mon Sep 17 00:00:00 2001 From: room3dev Date: Sat, 27 Dec 2025 14:29:29 +0700 Subject: [PATCH] Add ComfyUI-FrameIO node to custom-node-list --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index f2fcac80..d15cc198 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -39963,6 +39963,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "room3dev", + "title": "ComfyUI-FrameIO", + "id": "comfyui-frameio", + "reference": "https://github.com/room3dev/ComfyUI-FrameIO", + "files": [ + "https://github.com/room3dev/ComfyUI-FrameIO" + ], + "install_type": "git-clone", + "description": "High-performance frame IO nodes (WEBP)" + }, ] }