Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
916e9c99
"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "f55525c6809609bd147020cf76303eb6e4d2d12c"
Commit
916e9c99
authored
Nov 24, 2023
by
comfyanonymous
Browse files
Use same default fps as webp node.
parent
eff24ea6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
comfy_extras/nodes_images.py
comfy_extras/nodes_images.py
+1
-1
No files found.
comfy_extras/nodes_images.py
View file @
916e9c99
...
...
@@ -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"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment