tencent-ailab / IP-Adapter

The image prompt adapter is designed to enable a pretrained text-to-image diffusion model to generate images with image prompt.
Apache License 2.0
4.48k stars 293 forks source link

seed can be a list #296

Closed aycaecemgul closed 4 months ago

aycaecemgul commented 4 months ago

diffusers accept seed list, I'd like to reproduce that with IP-Adapter and be able to reproduce specific seeds with batch size more than 1. If you are ok with this change, I can change other pipelines as well, lmk!

xiaohu2015 commented 4 months ago

yes, it will be helpful

aycaecemgul commented 4 months ago

I did some tests and it looks ok, lmk if it's missing something!