From the model card
Fields below are copied from the tags and counters on the HuggingFace repository diffusers/stable-diffusion-xl-1.0-inpainting-0.1 at our last fetch. They are set by the uploader, not verified by us; rows with no tag are omitted. How this page is made.
- Publisher (HF namespace)
- diffusers
- Pipeline tag
- text-to-image
- Library
- Diffusers
- Weight formats
- safetensors
- License tag
openrail++— read the license file in the repo before relying on it- Lineage
-
- base model stabilityai/stable-diffusion-xl-base-1.0
- fine-tune of stabilityai/stable-diffusion-xl-base-1.0
- Papers cited
- arXiv:2112.10752
- Downloads (HF counter at last fetch)
- 307,203
- Likes (HF counter at last fetch)
- 374
- Model card
- https://huggingface.co/diffusers/stable-diffusion-xl-1.0-inpainting-0.1
Use cases
- Removing and replacing objects in product or stock photography
- Background replacement in portraits without visible seams
- Repairing corrupted or watermarked image regions
- Generating contextually consistent image extensions
- Creative image editing workflows requiring high-resolution inpaints
Pros
- SDXL native 1024px enables higher-fidelity inpaints than SD 1.5 equivalents
- StableDiffusionXLInpaintPipeline is well-documented with diffusers
- 373 likes with broad validation across professional image editing use cases
- Safetensors format; diffusers-compatible out of the box
Cons
- No license explicitly noted for this fine-tune; check SDXL base license terms
- Inpainting SDXL requires more VRAM than the base SDXL pipeline
- Mask boundary blending can still produce visible seams on hard edges
- Slow inference without optimisation (xformers, torch.compile) on consumer hardware