From fd187a6dcb57028093b6a8a8ce5a7e6c41453b72 Mon Sep 17 00:00:00 2001 From: kinorax <52883036+kinorax@users.noreply.github.com> Date: Sun, 12 Apr 2026 22:13:26 +0900 Subject: [PATCH] Add ComfyUI-Info-Prompt-Toolkit to custom node list --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 88f1b482..61f5cb13 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45491,7 +45491,17 @@ "install_type": "git-clone", "description": "ComfyUI custom nodes for AlphaVAE — native RGBA transparent image generation using FLUX" }, - + { + "author": "kinorax", + "title": "ComfyUI-Info-Prompt-Toolkit", + "id": "info-prompt-toolkit", + "reference": "https://github.com/kinorax/comfyui-info-prompt-toolkit", + "files": [ + "https://github.com/kinorax/comfyui-info-prompt-toolkit" + ], + "install_type": "git-clone", + "description": "Civitai-compatible metadata saving, same-name .txt captions, XY Plot, Tiled Sampling, SAM3, Detailer, PixAI Tagger, wildcards, and Dynamic Prompts to simplify ComfyUI wiring, improve reusability, and carry trial results into the next production pass." + },