Skip to content

CatacoLabs/cog-sdxl-ad-inpaint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDXL-ad-inpaint model

This is a custom implementation of an SDXL Ad Inpaint 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 image=@sofa.jpg -i prompt="a modern sofa in a contemporary living room, stylish decor"

Example

Input image

alt text

Output image with background inpainted

alt text