From 454f24145eca5d83da7faeddc4048f7da677d5c8 Mon Sep 17 00:00:00 2001 From: Yang Zhang <46864978+longyijdos@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:55:16 +0800 Subject: [PATCH] Add ComfyUI-LLM-Prompt-Tagger to custom-node-list.json (#2771) --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 4ebe6063..dbb7742e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46145,6 +46145,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "longyijdos", + "title": "ComfyUI-LLM-Prompt-Tagger", + "id": "llm-prompt-tagger", + "reference": "https://github.com/longyijdos/ComfyUI-LLM-Prompt-Tagger", + "files": [ + "https://github.com/longyijdos/ComfyUI-LLM-Prompt-Tagger" + ], + "install_type": "git-clone", + "description": "Nodes: LLM Prompt Tags, LLM Prompt Conditioning. Generates positive and negative prompts with an OpenAI-compatible chat/completions API and can encode them directly into CLIP conditioning." } ] -} \ No newline at end of file +}