diff --git a/comfy_extras/nodes_text.py b/comfy_extras/nodes_text.py index 64133718c..2a5743638 100644 --- a/comfy_extras/nodes_text.py +++ b/comfy_extras/nodes_text.py @@ -34,7 +34,7 @@ class SaveTextNode(io.ComfyNode): 1, ) - file = f"{filename}_{counter:05}_.{format}" + file = f"{filename}_{counter:05}.{format}" filepath = os.path.join(full_output_folder, file) if format == "json":