jayhuang-zip-unpack-images
This is a ComfyUI custom nodes pack that makes working with ZIP files super convenient: upload ZIP directly, load/unpack images, masks, prompts, videos, and audio for batch workflows.
Nodes (7)
Wire up to 64 prompts into one batch list
Nudge your images to the nearest multiple before the VAE — cheap insurance against dimension errors
Load a whole ZIP of images, masks, captions and video without unzipping anything
Package any workflow's output into a ZIP with a download button — original names kept
Split a filename out of your caption text so it survives a ZIP round-trip
Grab the first, middle and last frame of a clip — or any single frame by index
Turn a VIDEO object into frames (and its audio) for img2img or keyframing
This is a ComfyUI custom nodes pack that makes working with ZIP files super convenient:
Upload a ZIP directly inside the node (no need to manually copy files into the input folder).
Load/unpack data from ZIP such as images, masks, prompts/text, videos, and audio for batch workflows.
Pack outputs into a single ZIP and provides a Download ZIP button right inside ComfyUI.
Includes an extra node to resize images to the nearest multiple size to avoid model dimension issues.
Install (Git)
cd /path/to/ComfyUI/custom_nodes
git clone https://github.com/aixqueen/jayhuang-zip-unpack-images.git
Restart ComfyUI.
Notes
- Uploaded zips are saved under
ComfyUI/input/uploaded_zips/. - For cloud (RunPod/Colab), this works the same: the browser uploads to that remote server.