From 8915b8d796a1207c31ac3b07d0184c70f31c71ce Mon Sep 17 00:00:00 2001 From: Jonnathan Nakagawa Date: Mon, 15 Sep 2025 14:36:09 -0700 Subject: [PATCH] Add custom node: comfyui_nakagawa for websocket video data handling (#2151) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8a1ae211..94d840b4 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -33266,6 +33266,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." } ] }