bing-su/adetailer

Auto detecting, masking and inpainting with detection model.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 56 minutes ago
Added to GitGenius on September 14th, 2026
Created on April 26th, 2023
Open Issues & Pull Requests: 2 (+0)
GitHub issues: Enabled
Number of forks: 394
Total Stargazers: 4,785 (+0)
Total Subscribers: 29 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.6 hours
Mean response time: 3.3 days
90th percentile: 9.0 days
Tracked items: 90

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "bug" is answered fastest, typically in about 4 hours, while "enhancement" waits about 5 days. Only 9% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 3 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Stale (87)
  • bug (77)
  • enhancement (26)
  • question (3)
  • feature exists (1)
  • good first issue (1)
  • invalid (1)
  • non-reproducible (1)

Most active issues this week

Detailed Description

ADetailer is an extension for the Stable Diffusion WebUI that performs automatic detection, masking, and inpainting.

The tool addresses the need to selectively refine specific regions of generated images without manual mask creation. It works by using detection models to automatically identify objects of interest, generate masks around them, and then apply inpainting to those masked areas. Users can configure which object classes to detect, set confidence thresholds to filter detections, and control mask properties through erosion, dilation, and offset parameters before inpainting is applied.

ADetailer suits workflows where you want to enhance particular elements in an image—such as faces, hands, or other specific objects—without affecting the rest of the composition. It integrates directly into the WebUI as an extension and can be installed from the Extensions tab or via git URL. The tool supports multiple detection models, including YOLO World models that allow custom class specification, and provides fine-grained control over mask preprocessing through offset, erosion/dilation, and merge modes. It is positioned as similar to Detection Detailer but offers its own implementation within the WebUI ecosystem.

Development activity shows consistent engagement with the codebase through regular updates and refinements to detection and masking logic. The project maintains active responsiveness to issues and pull requests, indicating ongoing maintenance and community interaction. Documentation is thorough, with detailed option tables and configuration guidance provided in the README to support users in tuning detection and inpainting parameters.