This is an implementation of the diffusers/stable-diffusion-xl-1.0-inpainting-0.1 as a Cog model. Cog packages machine learning models as standard containers.
First, download the pre-trained weights:
cog run script/download-weights
Then, you can run predictions:
cog predict -i [email protected] -i mask=@room_mask.png -i prompt="modern bed with beige sheet and pillows"
"modern bed with beige sheet and pillows"