From 7c856aaf86d4700e4ca8a0d1cd8d97d2a4fe66c1 Mon Sep 17 00:00:00 2001 From: Jonnathan Nakagawa Date: Sun, 14 Sep 2025 19:43:16 -0700 Subject: [PATCH] Add custom node: comfyui_nakagawa for websocket video data handling --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 122570a7..41b1e0bb 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -33246,6 +33246,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "nakagawadev", + "title": "comfyui_nakagawa", + "reference": "https://github.com/nakagawadev/comfyui_nakagawa", + "files": [ + "https://github.com/nakagawadev/comfyui_nakagawa" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI that send video data through websockets instead of saving to disk." } ] }