From 8a8f642b5a2113716438a27c89116351cbccb91c Mon Sep 17 00:00:00 2001 From: Michael Standen Date: Thu, 13 Jun 2024 11:27:05 +1200 Subject: [PATCH] Add Ollama Prompt Encode custom node (#768) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 32fdbb1d..9ab33e09 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -10598,6 +10598,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Michael Standen", + "title": "Ollama Prompt Encode", + "id": "ollamapromptencode", + "reference": "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode", + "files": [ + "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode" + ], + "install_type": "git-clone", + "description": "A prompt generator and CLIP encoder using AI provided by Ollama." } ] }