Hello again @kjsman,
as discussed in #1, this PR aims at allowing the user to either provide a string path or a PIL.Image to guide the diffusion in the img2img pipeline. Therefore now the user can pass one of these
a list of strings
a list of PIL.Image
a list containing both
Have a look at this notebook to see what changed at user level :smile:
Hello again @kjsman, as discussed in #1, this PR aims at allowing the user to either provide a string path or a
PIL.Image
to guide the diffusion in the img2img pipeline. Therefore now the user can pass one of thesePIL.Image
Have a look at this notebook to see what changed at user level :smile: