Compare commits

...

3 Commits

Author SHA1 Message Date
millerlight
cb901e564b
Merge a471263602 into 491f847bbc 2026-04-23 10:51:47 +00:00
millerlight
a471263602
Merge branch 'Comfy-Org:main' into millerlight-patch-1 2025-08-11 16:24:36 +02:00
millerlight
a062f6f459
Update custom-node-list.json
In v1.0.0 I now strictly enforce a registry-backed whitelist:

    POST /kvtools/peek only serves values for (file_name, key) that exist in kv_registry.json (basename-only, path traversal blocked via abspath().startswith(BASE_DIR)).

    Image serving is scoped to the allowed root (optional extension whitelist), no arbitrary paths.

    UI changes no longer trigger automatic runs.
2025-08-11 04:59:50 +02:00

View File

@ -46467,6 +46467,16 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "millerlight",
"title": "Key-Value KV-Tools for ComfyUI",
"reference": "https://github.com/millerlight/ComfyUI-KVTools",
"files": [
"https://github.com/millerlight/ComfyUI-KVTools"
],
"install_type": "git-clone",
"description": "Nodes for JSON Key/Value (KV) storage with on-the-fly UI preview, dynamic drop-downs, random selection, and inline edit mode."
}
]
}