How to optimize inference of stable diffusion model when the images generated are of different seed but with same prompt?

hey @abhijit1247 you can pass a torch generators to the pipeline. You won’t be able to have a single batch of 100 images but you’ll be able to generate them in batches with a different generator for each branch