From 931bb87e1325daf705fa66b8c9179a4803f83943 Mon Sep 17 00:00:00 2001 From: Bulldog68 <163139212+bulldog68@users.noreply.github.com> Date: Sun, 9 Nov 2025 17:26:40 +0100 Subject: [PATCH] Add FMJ-LLM node for Olama interaction Added new node for FMJ-LLM with details for installation and usage. --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 5cb5f59e..5db3c813 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36206,6 +36206,18 @@ "install_type": "git-clone", "tags": ["prompt", "csv", "text", "random"], "license": "MIT" + }, + { + "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.git" + ], + "install_type": "git-clone", + "tags": ["prompt", "csv", "text", "llm", "ollama"], + "license": "MIT" } ] }