From cb230b5a5441e30717c390af7d79021e2f1ed94d Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Tue, 5 May 2026 20:50:49 +0800 Subject: [PATCH] Removed duplicate --- comfy_extras/nodes_string.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_string.py b/comfy_extras/nodes_string.py index d1b03952c..925a40da8 100644 --- a/comfy_extras/nodes_string.py +++ b/comfy_extras/nodes_string.py @@ -344,7 +344,7 @@ class RegexReplace(io.ComfyNode): def define_schema(cls): return io.Schema( node_id="RegexReplace", - search_aliases=["regex replace", "regex", "pattern replace", "regex replace", "substitution"], + search_aliases=["regex replace", "regex", "pattern replace", "substitution"], display_name="Replace Text (Regex)", category="text", description="Find and replace text using regex patterns.",