From 316ab02c5382149906d93468647b7de2c436fb7d Mon Sep 17 00:00:00 2001 From: tony-zn Date: Fri, 5 Sep 2025 17:13:22 +0800 Subject: [PATCH] add comfyui-zn-pycode 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 0b5a530b..3c3eeb80 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31700,6 +31700,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "tony-zn", + "title": "Custom Python Code", + "id": "manager", + "reference": "https://github.com/tony-zn/comfyui-zn-pycode", + "files": [ + "https://github.com/tony-zn/comfyui-zn-pycode" + ], + "install_type": "git-clone", + "description": "This is a node for running your own Python code to handle data flexibly. It supports up to 20 input parameters and 20 output results, and will automatically show or hide unused slots based on whether the parameters and results are being used." } ] }