From 3f159c5f651f6f3cf14ee0d51267bc433ade9a85 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 22 Jul 2026 08:48:24 +0900 Subject: [PATCH] =?UTF-8?q?feat(custom-node-list):=20register=20ComfyUI-Be?= =?UTF-8?q?rnini-PromptEnhancer=20(=C2=A74.3=20manual,=20fix=20malformed?= =?UTF-8?q?=20JSON=20from=20#3098)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 24860216..8f5de7e7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -60823,6 +60823,17 @@ ], "install_type": "git-clone", "description": "A ComfyUI custom node that randomly selects one input from multiple inputs of the same type." + }, + { + "author": "djdzzzz", + "title": "ComfyUI-Bernini-PromptEnhancer", + "id": "bernini-prompt-enhancer", + "reference": "https://github.com/djdzzzz/ComfyUI-Bernini-PromptEnhancer", + "files": [ + "https://github.com/djdzzzz/ComfyUI-Bernini-PromptEnhancer" + ], + "install_type": "git-clone", + "description": "Bernini MLLM semantic planner for local prompt enhancement in ComfyUI — 12 task types, GGUF offline inference, zero VRAM residue" } ] }