Skip to main content

An object detection and auto-mask extension for stable diffusion webui.

Project description

ADetailer

ADetailer is an extension for the stable diffusion webui that does automatic masking and inpainting. It is similar to the Detection Detailer.

Install

(from Mikubill/sd-webui-controlnet)

  1. Open "Extensions" tab.
  2. Open "Install from URL" tab in the tab.
  3. Enter https://github.com/Bing-su/adetailer.git to "URL for extension's git repository".
  4. Press "Install" button.
  5. Wait 5 seconds, and you will see the message "Installed into stable-diffusion-webui\extensions\adetailer. Use Installed tab to restart".
  6. Go to "Installed" tab, click "Check for updates", and then click "Apply and restart UI". (The next time you can also use this method to update extensions.)
  7. Completely restart A1111 webui including your terminal. (If you do not know what is a "terminal", you can reboot your computer: turn your computer off and turn it on again.)

You can now install it directly from the Extensions tab.

image

Options

Model, Prompts
ADetailer model Determine what to detect. None = disable
ADetailer model classes Comma separated class names to detect. only available when using YOLO World models If blank, use default values.
default = COCO 80 classes
ADetailer prompt, negative prompt Prompts and negative prompts to apply If left blank, it will use the same as the input.
Skip img2img Skip img2img. In practice, this works by changing the step count of img2img to 1. img2img only
Detection
Detection model confidence threshold Only objects with a detection model confidence above this threshold are used for inpainting.
Mask min/max ratio Only use masks whose area is between those ratios for the area of the entire image.
Mask only the top k largest Only use the k objects with the largest area of the bbox. 0 to disable

If you want to exclude objects in the background, try setting the min ratio to around 0.01.

Mask Preprocessing
Mask x, y offset Moves the mask horizontally and vertically by
Mask erosion (-) / dilation (+) Enlarge or reduce the detected mask. opencv example
Mask merge mode None: Inpaint each mask
Merge: Merge all masks and inpaint
Merge and Invert: Merge all masks and Invert, then inpaint

Applied in this order: x, y offset → erosion/dilation → merge/invert.

Inpainting

Each option corresponds to a corresponding option on the inpaint tab. Therefore, please refer to the inpaint tab for usage details on how to use each option.

ControlNet Inpainting

You can use the ControlNet extension if you have ControlNet installed and ControlNet models.

Support inpaint, scribble, lineart, openpose, tile, depth controlnet models. Once you choose a model, the preprocessor is set automatically. It works separately from the model set by the Controlnet extension.

If you select Passthrough, the controlnet settings you set outside of ADetailer will be used.

Advanced Options

API request example: wiki/REST-API

[SEP], [SKIP], [PROMPT] tokens: wiki/Advanced

Media

Model

Model Target mAP 50 mAP 50-95
face_yolov8n.pt 2D / realistic face 0.660 0.366
face_yolov8s.pt 2D / realistic face 0.713 0.404
hand_yolov8n.pt 2D / realistic hand 0.767 0.505
person_yolov8n-seg.pt 2D / realistic person 0.782 (bbox)
0.761 (mask)
0.555 (bbox)
0.460 (mask)
person_yolov8s-seg.pt 2D / realistic person 0.824 (bbox)
0.809 (mask)
0.605 (bbox)
0.508 (mask)
mediapipe_face_full realistic face - -
mediapipe_face_short realistic face - -
mediapipe_face_mesh realistic face - -

The YOLO models can be found on huggingface Bingsu/adetailer.

For a detailed description of the YOLO8 model, see: https://docs.ultralytics.com/models/yolov8/#overview

YOLO World model: https://docs.ultralytics.com/models/yolo-world/

Additional Model

Put your ultralytics yolo model in models/adetailer. The model name should end with .pt.

It must be a bbox detection or segment model and use all label.

How it works

ADetailer works in three simple steps.

  1. Create an image.
  2. Detect object with a detection model and create a mask image.
  3. Inpaint using the image from 1 and the mask from 2.

Development

ADetailer is developed and tested using the stable-diffusion 1.5 model, for the latest version of AUTOMATIC1111/stable-diffusion-webui repository only.

License

ADetailer is a derivative work that uses two AGPL-licensed works (stable-diffusion-webui, ultralytics) and is therefore distributed under the AGPL license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

adetailer-24.4.0.tar.gz (50.6 kB view details)

Uploaded Source

Built Distribution

adetailer-24.4.0-py3-none-any.whl (30.3 kB view details)

Uploaded Python 3

File details

Details for the file adetailer-24.4.0.tar.gz.

File metadata

  • Download URL: adetailer-24.4.0.tar.gz
  • Upload date:
  • Size: 50.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: pdm/2.13.2 CPython/3.11.8 Windows/10

File hashes

Hashes for adetailer-24.4.0.tar.gz
Algorithm Hash digest
SHA256 092a4061ab677319552a6a53b32bc8b5d33d3b9e06cd531b621616d8d7aa34fb
MD5 159c30b7af645f304f8a3edf7177789f
BLAKE2b-256 85d00798307ebed6dc5906aed64d60903694619ed0c5a955d27d7462e5f60c49

See more details on using hashes here.

File details

Details for the file adetailer-24.4.0-py3-none-any.whl.

File metadata

  • Download URL: adetailer-24.4.0-py3-none-any.whl
  • Upload date:
  • Size: 30.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: pdm/2.13.2 CPython/3.11.8 Windows/10

File hashes

Hashes for adetailer-24.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f7331ce12519a16894f12c2b07744cd1655ac995dfbb6c37e7a9377eb36dcba0
MD5 3bda67a948de54de294f4c0b4e11453f
BLAKE2b-256 ee791838fde18d5c4a0d43f05de29f22d73959cf9f757b6d38e8eb2fc5e40298

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page