Removed duplicate

This commit is contained in:
Alexis Rolland 2026-05-05 20:50:49 +08:00
parent b933a4d569
commit cb230b5a54

View File

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