From 999beb52845dc4e823fb5b8886fa50e4b1d9bf90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=96=8B=E5=BF=83=E8=8A=B1?= <50359857+weichenglin0215@users.noreply.github.com> Date: Thu, 26 Mar 2026 12:50:30 +0800 Subject: [PATCH] Add ComfyUI Flower Tools --- extension-node-map.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/extension-node-map.json b/extension-node-map.json index 751e3a01..ebe1b1b0 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -62256,5 +62256,20 @@ { "title_aux": "SDXLResolutionPresets" } + ], + "https://github.com/weichenglin0215/comfyui-flower-tools": [ + [ + "FlowerMultilinePromptSelector", + "FlowerKeywordReplacer", + "FlowerListOfStrings", + "FlowerFileNameCombination", + "FlowerTCSCConverter", + "FlowerStringComparison", + "FlowerRemoveCommentedText", + "FlowerSplitSentences" + ], + { + "title_aux": "ComfyUI Flower Tools" + } ] -} \ No newline at end of file +}