From 46c8e7122170953171843497c10f2e88982baa6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=89=91?= Date: Sat, 2 Dec 2023 10:24:55 +0800 Subject: [PATCH] add EasyCaptureNode to custom-node-list --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index ac984194..09336a5e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3309,6 +3309,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "zhuanqianfish", + "title": "EasyCaptureNode for ComfyUI", + "reference": "https://github.com/zhuanqianfish/ComfyUI-EasyNode", + "files": [ + "https://github.com/zhuanqianfish/ComfyUI-EasyNode" + ], + "install_type": "git-clone", + "description": "Capture window content from other programs, easyway combined with LCM for real-time painting" } ] }