mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-18 13:07:28 +08:00
Removed duplicate
This commit is contained in:
parent
b933a4d569
commit
cb230b5a54
@ -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.",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user