allow multiple generations per prompt (#741)
* compute text embeds per prompt
* don't repeat uncond prompts
* repeat separatly
* update image2image
* fix repeat uncond embeds
* adapt inpaint pipeline
* ifx uncond tokens in img2img
* add tests and fix ucond embeds in im2img and inpaint pipe