From 6b2163c61fe0c0f064807c41c5c3f9713788672a Mon Sep 17 00:00:00 2001 From: "Eric W. Burns" Date: Mon, 27 Jan 2025 16:54:53 -0500 Subject: [PATCH] Update custom-node-list.json (EBU-LMStudio) (#1491) request to add EBU-LMStudio to the custom node list --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 35e8e76b..bcd2d328 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -90,6 +90,17 @@ "install_type": "git-clone", "description": "Nodes: ColorBlend, ControlLoraSave, GetImageSize. NOTE: Control-LoRA recolor example uses these nodes." }, + { + "author": "burnsbert", + "title": "EBU LMStudio LLM Integration", + "id": "ebu-lmstudio", + "reference": "https://github.com/burnsbert/ComfyUI-EBU-LMStudio", + "files": [ + "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." + }, { "author": "Fannovel16", "title": "ComfyUI's ControlNet Auxiliary Preprocessors",