From 87ebc115b93012ef0d2ad2b00110b89473bf08f2 Mon Sep 17 00:00:00 2001 From: Bulldog68 <163139212+bulldog68@users.noreply.github.com> Date: Sun, 9 Nov 2025 17:19:08 +0100 Subject: [PATCH] Add FMJ-LLM node for Olama interaction Added a new node for FMJ-LLM with details about its functionality and installation. --- custom-node-list.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 47bf3fdf..5cb5f59e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36194,6 +36194,18 @@ ], "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.git" + ], + "install_type": "git-clone", + "tags": ["prompt", "csv", "text", "random"], + "license": "MIT" +} ] }