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 GitHub
parent a6595c71a8
commit 1b70080396
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ class SaveTextNode(io.ComfyNode):
1, 1,
) )
file = f"{filename}_{counter:05}_.{format}" file = f"{filename}_{counter:05}.{format}"
filepath = os.path.join(full_output_folder, file) filepath = os.path.join(full_output_folder, file)
if format == "json": if format == "json":