From 37cac20c4e428d2466a4d6fd3a0f5f15c202a06e Mon Sep 17 00:00:00 2001 From: HalfikChan <122530958+HalfikCode@users.noreply.github.com> Date: Sun, 29 Mar 2026 23:57:19 +0500 Subject: [PATCH] Add ComfyUI-Prompt-DB (#2720) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 0329ba3c..18fb2d4c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45479,6 +45479,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "HalfikCode", + "title": "Prompt DB", + "reference": "https://github.com/HalfikCode/ComfyUI-Prompt-DB", + "files":[ + "https://github.com/HalfikCode/ComfyUI-Prompt-DB" + ], + "install_type": "git-clone", + "description": "A powerful prompt management system for ComfyUI. Store, categorize, search, and combine prompts with full LoRA integration — all from a beautiful built-in web UI." } ] }