From e3062ff6137502a84346ce774561f32d95e1d7ac Mon Sep 17 00:00:00 2001 From: Legende <68666984+xLegende@users.noreply.github.com> Date: Tue, 15 Apr 2025 16:18:13 +0200 Subject: [PATCH] Add custom node xLegende/ComfyUI-Prompt-Formatter (#1741) 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 4d899957..e5e4dfad 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -24348,6 +24348,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." } ] }