CompVis / stable-diffusion

A latent text-to-image diffusion model
https://ommer-lab.com/research/latent-diffusion-models/
Other
67.75k stars 10.11k forks source link

Object Removal Inpainting #789

Open surajyakoa opened 1 year ago

surajyakoa commented 1 year ago

Hello,

I’m looking to use the Stable Diffusion API to be able to remove objects from an image via a mask and have the inpainting tool magically fill in the background of it. I’m curious the best way to simulate this behavior since a prompt is also required when I use the inpainting api tool.

Thanks for the advice!