From 13620ac43e8a7d02131a48216aea9c07fd1ae8c8 Mon Sep 17 00:00:00 2001 From: Maarten Harms Date: Thu, 5 Feb 2026 08:40:44 +0100 Subject: [PATCH] Add PromptFlow custom node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8fc61df8..2e8b301a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43304,6 +43304,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "maartenharms", + "title": "PromptFlow", + "id": "promptflow", + "reference": "https://github.com/maartenharms/comfyui-promptflow", + "files": [ + "https://github.com/maartenharms/comfyui-promptflow" + ], + "install_type": "git-clone", + "description": "Modular prompt engineering with wildcards, variations preview, auto-sort, and presets. Two modes (Simple/Extended), LoRA Manager integration, and 7 themes shared with FlowPath." } ] }