From a47563876f452ba1fb0805cf7b233f8acca3c7d0 Mon Sep 17 00:00:00 2001 From: room3dev Date: Sat, 27 Dec 2025 00:31:23 +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 2f5b60f2..6093a117 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -39818,6 +39818,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)" + }, ] }