From b62515422564646c6fa4c68319df55cbaa0336ce Mon Sep 17 00:00:00 2001 From: "Eric W. Burns" Date: Mon, 10 Feb 2025 22:37:38 -0500 Subject: [PATCH] Update custom-node-list.json My new ComfyUI EBU PromptHelper custom nodes added to the list. Took the opportunity to clean up the description of my LMStudio module listing. --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 0952cf01..6c31466d 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -111,7 +111,18 @@ "https://github.com/burnsbert/ComfyUI-EBU-LMStudio" ], "install_type": "git-clone", - "description": "Custom nodes for integrating LM Studio's LLM functionality into ComfyUI. Includes EBU-LMStudio-Load, EBU-LMStudio-Unload, and EBU-LMStudio-Request." + "description": "Custom nodes for integrating LM Studio's LLM functionality into ComfyUI. Includes EBU LMStudio Load, EBU LMStudio UnloadAll, and EBU LMStudio Make Request." + }, + { + "author": "burnsbert", + "title": "ComfyUI EBU PromptHelper", + "id": "ebu-prompthelper", + "reference": "https://github.com/burnsbert/ComfyUI-EBU-PromptHelper", + "files": [ + "https://github.com/burnsbert/ComfyUI-EBU-PromptHelper" + ], + "install_type": "git-clone", + "description": "Custom nodes for enhancing and manipulating prompts in ComfyUI. Includes nodes for random color palette generation following different color theory methodologies, prompt text replacement and randomization, list sampling, loading files into strings, and season/weather/time-of-day generation." }, { "author": "Fannovel16",