Curious as to if img2img and inpainting are planned for release via MII for Stable Diffusion? Happy to potentially help add those features.
It would be ideal to be able to pass in any class that inherits from diffusers.pipeline_utils.DiffusionPipeline, and then just allow the passed kwargs to handle the various inputs. Doing this would allow both img2img, inpainting, and any other community pipelines that exist out there to take advantage of mii.
Hi, thank you for the incredible work done here.
Curious as to if
img2img
andinpainting
are planned for release via MII for Stable Diffusion? Happy to potentially help add those features.It would be ideal to be able to pass in any class that inherits from
diffusers.pipeline_utils.DiffusionPipeline
, and then just allow the passedkwargs
to handle the various inputs. Doing this would allow bothimg2img
,inpainting
, and any other community pipelines that exist out there to take advantage ofmii
.