mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-26 00:47:24 +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):
|
def define_schema(cls):
|
||||||
return io.Schema(
|
return io.Schema(
|
||||||
node_id="RegexReplace",
|
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)",
|
display_name="Replace Text (Regex)",
|
||||||
category="text",
|
category="text",
|
||||||
description="Find and replace text using regex patterns.",
|
description="Find and replace text using regex patterns.",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user