From 2a9a2a03f91d6eb6f24bec716870edf619760ba2 Mon Sep 17 00:00:00 2001 From: Ethan Yang Date: Fri, 23 May 2025 17:17:20 +0800 Subject: [PATCH] add openvino custom node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 24938619..d575988b 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -26427,6 +26427,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "openvino-dev-samples", + "title": "ComfyUI-OpenVINO", + "id": "comfyui-openvino", + "reference": "https://github.com/openvino-dev-samples/comfyui_openvino", + "files": [ + "https://github.com/openvino-dev-samples/comfyui_openvino" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for OpenVINO." } ] }