Extraltodeus / depthmap2mask

Create masks out of depthmaps in img2img
355 stars 35 forks source link

Ignore user defined mask feature. #38

Open lhucklen opened 1 year ago

lhucklen commented 1 year ago

Great work.

Any way to implement an ignore user defined masked feature on inpainting?

what it would do.

1-user manually in-paints an area of photo. 2-ignore user defined area checkbox ticked 3-depth img2img works it’s magic and generates a photo 4-all areas inpainted with the depth mask are generated and the user defined area is left unchanged.

could this be as simple as an a-b type equation where a=depthimg2img and b = user defined mask?

I know the script for detection retailer uses a similar process.

lhucklen commented 1 year ago

Detailer