Add ComfyUI Sequential Image Loader (SQ-ImageLoader)

This commit is contained in:
SQ 2026-01-27 19:39:16 +08:00 committed by GitHub
parent d8e3f531c7
commit c90b5f0de6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42281,6 +42281,18 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
} },
{
"author": "bruefire",
"title": "ComfyUI Sequential Image Loader",
"id": "comfyui-sq-imageloader",
"reference": "https://github.com/bruefire/ComfyUI-SeqImageLoader",
"files": [
"https://github.com/bruefire/ComfyUI-SeqImageLoader"
],
"install_type": "git-clone",
"description": "This is an extension node for ComfyUI that allows you to load frames from a video in bulk and perform masking and sketching on each frame through a GUI."
}
] ]
} }