diff --git a/comfy_extras/nodes_string.py b/comfy_extras/nodes_string.py index 6eead9a28..b1a8ceef0 100644 --- a/comfy_extras/nodes_string.py +++ b/comfy_extras/nodes_string.py @@ -298,7 +298,7 @@ class RegexExtract(): class RegexReplace(): - DESCRIPTION = "Find and replace text using regex patterns." + DESCRIPTION = "Find and replace text using regex patterns." @classmethod def INPUT_TYPES(s): return {