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
a036b940
"...composable_kernel_onnx.git" did not exist on "cd167e492a8f85ec6f5965e50667e8a58d3aa3a1"
Commit
a036b940
authored
Dec 17, 2023
by
comfyanonymous
Browse files
Move SaveAnimated nodes to image->animation.
parent
6453dc1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
comfy_extras/nodes_images.py
comfy_extras/nodes_images.py
+2
-2
No files found.
comfy_extras/nodes_images.py
View file @
a036b940
...
@@ -74,7 +74,7 @@ class SaveAnimatedWEBP:
...
@@ -74,7 +74,7 @@ class SaveAnimatedWEBP:
OUTPUT_NODE
=
True
OUTPUT_NODE
=
True
CATEGORY
=
"
_for_testing
"
CATEGORY
=
"
image/animation
"
def
save_images
(
self
,
images
,
fps
,
filename_prefix
,
lossless
,
quality
,
method
,
num_frames
=
0
,
prompt
=
None
,
extra_pnginfo
=
None
):
def
save_images
(
self
,
images
,
fps
,
filename_prefix
,
lossless
,
quality
,
method
,
num_frames
=
0
,
prompt
=
None
,
extra_pnginfo
=
None
):
method
=
self
.
methods
.
get
(
method
)
method
=
self
.
methods
.
get
(
method
)
...
@@ -136,7 +136,7 @@ class SaveAnimatedPNG:
...
@@ -136,7 +136,7 @@ class SaveAnimatedPNG:
OUTPUT_NODE
=
True
OUTPUT_NODE
=
True
CATEGORY
=
"
_for_testing
"
CATEGORY
=
"
image/animation
"
def
save_images
(
self
,
images
,
fps
,
compress_level
,
filename_prefix
=
"ComfyUI"
,
prompt
=
None
,
extra_pnginfo
=
None
):
def
save_images
(
self
,
images
,
fps
,
compress_level
,
filename_prefix
=
"ComfyUI"
,
prompt
=
None
,
extra_pnginfo
=
None
):
filename_prefix
+=
self
.
prefix_append
filename_prefix
+=
self
.
prefix_append
...
...
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