Add ComfyUI-LLM-Prompt-Tagger to custom-node-list.json

This commit is contained in:
longyijdos 2026-04-08 21:38:19 +08:00
parent bbafbb1290
commit 9c72dfe861

View File

@ -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."
}
]
}
}