From 98949a7959c49ce23b5fcf4f67046c857768cf80 Mon Sep 17 00:00:00 2001 From: fairy-root Date: Fri, 16 Aug 2024 01:08:54 +0100 Subject: [PATCH] updated description for ollama llava vision by fairy-root, and added a new node Flux Prompt Generator for ComfyUI --- 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",