Merge b2b498d46633c9d8c05399e10dd16bbeaa54a9db into 03895dea7c4a6cc93fa362cd11ca450217d74b13

This commit is contained in:
Andrés Zsögön 2025-08-04 20:50:52 +00:00 committed by GitHub
commit cfd19fc6cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1566,7 +1566,7 @@ class SaveImage:
return {
"required": {
"images": ("IMAGE", {"tooltip": "The images to save."}),
"filename_prefix": ("STRING", {"default": "ComfyUI", "tooltip": "The prefix for the file to save. This may include formatting information such as %date:yyyy-MM-dd% or %Empty Latent Image.width% to include values from nodes."})
"filename_prefix": ("STRING", {"default": "%date:yyyy-MM-dd%/%date:hhmmss%", "tooltip": "The prefix for the file to save. This may include formatting information such as %date:yyyy-MM-dd% or %Empty Latent Image.width% to include values from nodes."})
},
"hidden": {
"prompt": "PROMPT", "extra_pnginfo": "EXTRA_PNGINFO"