From 3c8754c28842e34772d8befc5c80fa2c967a1644 Mon Sep 17 00:00:00 2001 From: Legende <68666984+xLegende@users.noreply.github.com> Date: Sun, 13 Apr 2025 12:11:55 +0200 Subject: [PATCH] Add custom node xLegende/ComfyUI-Prompt-Formatter Custom node for formating prompts --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b5c2be1d..aa962afe 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -24207,6 +24207,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "xLegende", + "title": "ComfyUI-Prompt-Formatter", + "id": "comfyui-prompt-formatter", + "reference": "https://github.com/xLegende/ComfyUI-Prompt-Formatter", + "files": [ + "https://github.com/xLegende/ComfyUI-Prompt-Formatter" + ], + "install_type": "git-clone", + "description": "This repository contains custom nodes for ComfyUI designed to help structure, filter, and generate text prompts using categorized tag definitions stored in a YAML file." } ] }