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.",