Skip to content
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

Load Dynamic Number of Images As Input #41

Open
skyler14 opened this issue Apr 23, 2024 · 1 comment
Open

Load Dynamic Number of Images As Input #41

skyler14 opened this issue Apr 23, 2024 · 1 comment

Comments

@skyler14
Copy link

I would like to be able to as input provide a list of images in certain cases. This is achieved easily in comfyUI by uploading individual pictures and making a batch out of them, but there is no dynamic way to automatically generate the batch from a list of pictures. As a complex example showing some edge cases of input let's say I was doing a pic2pic image generation, I was providing a batch of images to ipAdapter, an individual picture for the latent p2p stuff, and a picture batch for a roop like face swap step.

The desired inputs are:
IpAdapter Image: 1 to N pictures
Input Image: 1 picture
RoopSwap Image: 1 to N pictures

If there are custom_nodes which are compatible with adding N pictures dynamically and already compatible with ComfyDeploy that would also a great solution.

@andupotorac
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants