cubiq / ComfyUI_InstantID

Apache License 2.0
1.21k stars 69 forks source link

Batch image_kps issue with sending blank images in batch #123

Open ManOrMonster opened 6 months ago

ManOrMonster commented 6 months ago

I can send a pure black image to image_kps, which generates a more dynamic pose:

image

But if I include one or more pure black images in a batch, they duplicate the next image in the batch instead...

image

But if I send only black images in a batch, they also work as intended:

image

cubiq commented 5 months ago

this is pretty much by design as sending no keypoints will lower the likeliness. Black images in a batch are just ignored and only the actual keypoints images will be used.

I don't know if we should change this behavior

ManOrMonster commented 5 months ago

I know that you can get more dynamic poses by starting at 0.2 or so, but let's say I want to send a batch where I want full control over 3 of the poses, but the 4th one I want to be dynamic. I don't see a way to do that otherwise.

cubiq commented 5 months ago

in that scenario you would need 2 generations