artefactdesigntn/jebari-imagebatch — explained in plain English
Analysis updated 2026-05-18
Batch-generate AI images by uploading a folder full of source images at once.
Run the same ComfyUI workflow across many images without setting each one up manually.
Process only a specific subset of a large image batch using the selection field.
Feed up to ten separate connected images into one ComfyUI workflow.
| artefactdesigntn/jebari-imagebatch | 00kaku/wp-rest-playground | botpress/documentation-v12 | |
|---|---|---|---|
| Stars | 5 | 5 | 5 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | — | 2023-02-07 |
| Maintenance | — | — | Dormant |
| Setup difficulty | easy | hard | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | general | developer | writer |
Figures from each repo's GitHub metadata at analysis time.
Requires an existing working ComfyUI installation, no extra dependencies beyond torch, numpy, and Pillow.
Jebari-ImageBatch adds a set of custom nodes to ComfyUI, a visual tool people use to build AI image generation workflows. These nodes make it easier to feed many images into a workflow at once instead of loading them one at a time. There are three nodes included. The Image Batch (Upload) node lets you drag and drop or browse for multiple images directly on the node, showing them as a thumbnail grid where you can remove individual images or paste from your clipboard. The Image Batch (Inputs) node lets you connect up to ten separate image inputs together. The Image Batch (From Folder) node points at a folder on the computer running ComfyUI and works through every image inside it. Using it is straightforward. You load your images through whichever node fits your situation, then set ComfyUI's batch count, found in the toolbar next to the Run button, to match the number of images you have, and click Run once. ComfyUI then queues one job per image and works through them in order automatically, looping back to the first image after the last one so the process never stops or throws an error on its own. If you only want to process some of the images rather than all of them, the Upload node has a selection field where you can type something like 1,3,5-7 to pick specific ones, or leave it blank to use everything. Installing it means cloning the project into ComfyUI's custom_nodes folder with git, then restarting ComfyUI and refreshing the browser tab. It relies on the same Python tools ComfyUI already needs, such as torch, numpy, and Pillow, so there is nothing extra to install beyond a working ComfyUI setup.
Custom ComfyUI nodes that let you load and batch-process many images at once from uploads, connected inputs, or a folder.
Mainly JavaScript. The stack also includes ComfyUI, Python, PyTorch.
No license information is provided in the README.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
double-check against the repo, no cap.