From 44aa47126ec973dad8e9ee4edf8f43c6a8971185 Mon Sep 17 00:00:00 2001 From: Aditya Mundhalia Date: Tue, 20 Jan 2026 23:54:19 +1100 Subject: [PATCH] Add ComfyUI-ollama-aditya node (#2498) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7f070b81..589beb92 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42181,6 +42181,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Aditya Mundhalia", + "title": "ComfyUI Ollama by Aditya", + "id": "comfyui-ollama-aditya", + "reference": "https://github.com/aadityamundhalia/ComfyUI-ollama-aditya", + "files": [ + "https://github.com/aadityamundhalia/ComfyUI-ollama-aditya" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for integrating Ollama local LLM models with image or text generation workflows." } ] }