From e03508748419f706d955b9f6dc574a1093749c64 Mon Sep 17 00:00:00 2001 From: millerlight Date: Mon, 4 Aug 2025 17:48:24 +0200 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6b313e1b..7a11bec6 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -30867,6 +30867,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "millerlight", + "title": "millerlight json key-value storage", + "id": "comfyui_kvtools", + "reference": "https://github.com/millerlight/ComfyUI-KVTools", + "files": [ + "https://github.com/millerlight/ComfyUI-KVTools" + ], + "install_type": "git-clone", + "description": "Custom nodes for Key/Value (KV) storage, loading JSON inline, from a single file or from multiple JSON files from a folder via dynamic UI dropdowns." } ] }