From 3e3bd411ddbc9f64630e5e90017c3daef07a2d3b Mon Sep 17 00:00:00 2001 From: tony-zn Date: Fri, 5 Sep 2025 17:25:57 +0800 Subject: [PATCH] change id --- custom-node-list.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 3c3eeb80..9251f841 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31703,14 +31703,14 @@ }, { "author": "tony-zn", - "title": "Custom Python Code", - "id": "manager", + "title": "comfyui-zn-pycode", + "id": "comfyui-zn-pycode", "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." + "description": "This node allows you to run custom Python code for flexible data handling. It supports up to 20 input parameters and 20 output results, with unused slots automatically showing or hiding based on whether the parameter and result slots are connected." } ] }