From 7eb4a3f961f13d5591708fb9f6fc1c75e9452681 Mon Sep 17 00:00:00 2001 From: room3dev Date: Sun, 28 Dec 2025 05:46:36 +0700 Subject: [PATCH] Add ComfyUI-FrameIO node to custom-node-list (#2435) --- 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 613e2653..148f87b8 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -39984,6 +39984,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)" + }, ] }