From 7067de1bb2ab7f4bdc2d7b809e949728eb0c931c Mon Sep 17 00:00:00 2001 From: Bulldog68 <163139212+bulldog68@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:39:36 +0100 Subject: [PATCH] request to add the node comfyui fmj llm in the manager. (#2265) * Add FMJ-LLM node for Olama interaction Added a new node for FMJ-LLM with details about its functionality and installation. * Add FMJ-LLM node for Olama interaction Added new node for FMJ-LLM with details for installation and usage. * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- 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 2a4a40b6..9612f6f6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36238,6 +36238,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "bulldog68", + "title": "FMJ-LLM", + "description": "Advanced nodes for interaction with Olama (text, vision, image editing), with dynamic management of prompts via CSV.", + "reference": "https://github.com/bulldog68/ComfyUI_FMJ_LLM", + "files": [ + "https://github.com/bulldog68/ComfyUI_FMJ_LLM" + ], + "install_type": "git-clone", + "tags": ["prompt", "csv", "text", "random"] + } ] }