-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Batch image processing #23
Comments
A way to do batch processing in the GUI itself is planned but right now you can do it with scripts: https://github.com/comfyanonymous/ComfyUI/blob/master/script_examples/basic_api_example.py |
I`ll looking for this being implemented too. Multibatch is a really powerful and missing feature anywhere, yet. |
Batch like folder batches? Or batch like create X images from one prompt? |
Unfortunately I don't think a simple script will cover the more advance usage for this function as described above. One of more recent processes uses 3 separate batches of images to run through for frame generation. One batch is the output of controlnets, (potentially up to 5 outputs there, all be it from one image input), one batch for lighting, which is the default input image and one batch for a mask that will likely change frame to frame. |
I also really need this feature |
The script uses a prompt json ( not a workflow json) to send. So I write an extension to acquire the prompt.json |
Added a batch image loader to WAS Node Suite. It relies on a seed to make sure it runs cause the IS_CHANGED method is useless beyond a image xD But the seed isn't doing anything. |
Thank you for this Node!! |
How are you images named I get some issues with the order of how the images are loaded |
feat: Add webhook url and extra params for serverless API
@jamesWalker55 Is there anything left for this feature request? Currently supported by some custom nodes. |
This would allow mass-processing of images, being particularly useful for processing video frames.
It would be even better if you could use multiple sets of images in pairs, e.g. using one node for img2img frames
frame0001.png, frame0002.png, ...
, and another node for ControlNet inputssegment0001.png, segment0002.png, ...
, then combine these two image sets in the pipeline.The text was updated successfully, but these errors were encountered: