mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
Update nodes.py
Date String added to SaveImages Default to prevent overlapping filenames when moving files out/removing from output directory
This commit is contained in:
parent
5cf4d65c53
commit
9fffaadee7
2
nodes.py
2
nodes.py
@ -810,7 +810,7 @@ class SaveImage:
|
||||
def INPUT_TYPES(s):
|
||||
return {"required":
|
||||
{"images": ("IMAGE", ),
|
||||
"filename_prefix": ("STRING", {"default": "ComfyUI"})},
|
||||
"filename_prefix": ("STRING", {"default": "ComfyUI%date%"})},
|
||||
"hidden": {"prompt": "PROMPT", "extra_pnginfo": "EXTRA_PNGINFO"},
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user