From 9c72dfe861ae1ef1a1c5d0cf65f8e76e2bacdaf3 Mon Sep 17 00:00:00 2001 From: longyijdos Date: Wed, 8 Apr 2026 21:38:19 +0800 Subject: [PATCH] Add ComfyUI-LLM-Prompt-Tagger to custom-node-list.json --- 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 88f1b482..e47340ba 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45882,6 +45882,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 +}