gitwtfhub

wtf is jebari-imagebatch?

artefactdesigntn/jebari-imagebatch — explained in plain English

Analysis updated 2026-05-18

5JavaScriptAudience · generalComplexity · 2/5Setup · easy

TL;DR

Custom ComfyUI nodes that let you load and batch-process many images at once from uploads, connected inputs, or a folder.

Mindmap

mindmap
  root((Jebari ImageBatch))
    What it does
      Batch loads images
      Feeds ComfyUI workflows
      Loops through image sets
    Tech stack
      ComfyUI
      Python
      Torch and Pillow
    Use cases
      Bulk AI image generation
      Folder based image runs
      Selective image processing
    Audience
      ComfyUI users
      AI image creators
      Vibe coders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Batch-generate AI images by uploading a folder full of source images at once.

REASON 2

Run the same ComfyUI workflow across many images without setting each one up manually.

REASON 3

Process only a specific subset of a large image batch using the selection field.

REASON 4

Feed up to ten separate connected images into one ComfyUI workflow.

What's in the stack?

ComfyUIPythonPyTorchNumPyPillow

How it stacks up

artefactdesigntn/jebari-imagebatch00kaku/wp-rest-playgroundbotpress/documentation-v12
Stars555
LanguageJavaScriptJavaScriptJavaScript
Last pushed2023-02-07
MaintenanceDormant
Setup difficultyeasyhardeasy
Complexity2/53/52/5
Audiencegeneraldeveloperwriter

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 5min

Requires an existing working ComfyUI installation, no extra dependencies beyond torch, numpy, and Pillow.

No license information is provided in the README.

Wtf does this do

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.

Yoink these prompts

Prompt 1
Show me how to install Jebari-ImageBatch into my ComfyUI custom_nodes folder.
Prompt 2
Help me set up the Image Batch (From Folder) node to process every image in a directory.
Prompt 3
Explain how to use the selection field to only process images 1, 3, and 5 through 7.
Prompt 4
Walk me through connecting the Image Batch (Inputs) node to combine ten images.

Frequently asked questions

wtf is jebari-imagebatch?

Custom ComfyUI nodes that let you load and batch-process many images at once from uploads, connected inputs, or a folder.

What language is jebari-imagebatch written in?

Mainly JavaScript. The stack also includes ComfyUI, Python, PyTorch.

What license does jebari-imagebatch use?

No license information is provided in the README.

How hard is jebari-imagebatch to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is jebari-imagebatch for?

Mainly general.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.