From ff3e0c80ce3272776ef2f5355c855e01db55c221 Mon Sep 17 00:00:00 2001 From: HSZD26 Date: Wed, 26 Aug 2026 16:08:39 +0300 Subject: [PATCH] Add custom node entry for ComfyUI-HSZD Added a new custom node entry for ComfyUI with details including author, title, reference, files, install type, and description. --- node_db/dev/custom-node-list.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index a26ea970f..45ea3338a 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,14 @@ { - "custom_nodes": [ + "custom_nodes": [{ + "author": "HSZD26", + "title": "ComfyUI-HSZD", + "reference": "https://github.com/HSZD26/ComfyUI-HSZD", + "files": [ + "https://github.com/HSZD26/ComfyUI-HSZD" + ], + "install_type": "git-clone", + "description": "Depth-aware cinematic camera motion nodes for ComfyUI. Generates automatic depth maps and creates 2.5D parallax camera movements for still images." +}, { "author": "mickmumpitz", "title": "ComfyUI-SplatKit [SECURITY ISSUE]",