From e68d59098fdc8b3f2a9a4300bff4e376409f70ca Mon Sep 17 00:00:00 2001 From: FairyRoot <48371573+fairy-root@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:17:57 +0100 Subject: [PATCH] updated description for ollama llava vision by fairy-root, and added a new node Flux Prompt Generator for ComfyUI (#969) --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index fd916af7..fbfbfa82 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -13039,7 +13039,17 @@ "https://github.com/fairy-root/comfyui-ollama-llms" ], "install_type": "git-clone", - "description": "The PonySwitch node is a custom node for ComfyUI that modifies prompts based on a toggle switch and adds configurable pony tags." + "description": "Ollama and Llava vision integration for ComfyUI" + }, + { + "author": "fairy-root", + "title": "Flux Prompt Generator for ComfyUI", + "reference": "https://github.com/fairy-root/Flux-Prompt-Generator", + "files": [ + "https://github.com/fairy-root/Flux-Prompt-Generator" + ], + "install_type": "git-clone", + "description": "A flexible and customizable prompt generator for generating detailed and creative prompts for image generation models for ComfyUI" }, { "author": "ryanontheinside",