#Stable Diffusion Inpainting Task
1 messages · Page 1 of 1 (latest)
I dont think you want to train such a model, this would be expensive :p but if you want to build your pipeline around it there are some libs that can help you, for example:
https://huggingface.co/docs/diffusers/using-diffusers/inpaint
to create an image from multiple images using stable diffusion, you could generate descriptions for each model and tell stable diffusion to create one image, matching all of those descriptions. But the result wont contain any parts of the real images.