From f946036e4509d813efbceb7f512c5d3b753db562 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: Mon, 13 Apr 2026 10:03:02 +0800 Subject: [PATCH] Update extension-node-map.json with new entries 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 a6fdbfcd..f87fb3d1 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -63166,5 +63166,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 +}