mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-30 10:57:23 +08:00
Update comfy_extras/nodes_text.py
Co-authored-by: Alexis Rolland <alexis@comfy.org>
This commit is contained in:
parent
a6595c71a8
commit
1b70080396
@ -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":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user