Update comfy_extras/nodes_text.py

Co-authored-by: Alexis Rolland <alexis@comfy.org>
This commit is contained in:
Yousef R. Gamaleldin 2026-05-29 21:30:36 +03:00 committed by Terry Jia
parent 84f96a56ca
commit cd53aff8d8

View File

@ -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":