"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "f55525c6809609bd147020cf76303eb6e4d2d12c"
Commit 916e9c99 authored by comfyanonymous's avatar comfyanonymous
Browse files

Use same default fps as webp node.

parent eff24ea6
......@@ -125,7 +125,7 @@ class SaveAnimatedPNG:
return {"required":
{"images": ("IMAGE", ),
"filename_prefix": ("STRING", {"default": "ComfyUI"}),
"fps": ("FLOAT", {"default": 12.0, "min": 0.01, "max": 1000.0, "step": 0.01}),
"fps": ("FLOAT", {"default": 6.0, "min": 0.01, "max": 1000.0, "step": 0.01}),
"compress_level": ("INT", {"default": 4, "min": 0, "max": 9})
},
"hidden": {"prompt": "PROMPT", "extra_pnginfo": "EXTRA_PNGINFO"},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment