mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 19:29:54 +00:00
778b5ebe295fd802f9d20eaaaba0aaf70a371acd
!After Detailer
!After Detailer is a extension for stable diffusion webui, similar to Detection Detailer, except it uses ultralytics instead of the mmdet.
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 |
| mediapipe_face_full | realistic | - | - |
| mediapipe_face_short | realistic | - | - |
The yolo models can be found on huggingface Bingsu/adetailer.
Dataset
Datasets used for training the yolo face detection models are:
User Model
Put your ultralytics model in webui/models/adetailer. The model name should end with .pt or .pth.
It must be a bbox detection model and use only label 0.
ControlNet Inpainting
You can use the ControlNet inpaint extension if you have ControlNet installed and a ControlNet inpaint model.
On the ControlNet tab, select a ControlNet inpaint model and set the model weights.
Example
Changelog
2023-05-03
-
v23.5.3.post0
-
remove
__future__imports -
change to copy scripts and scripts args
-
v23.5.3.post1
-
change default ad_model from
None
2023-05-02
- v23.5.3
- Remove
Nonefrom model list and addEnable ADetailercheckbox. - install.py
skip_installfix.
Description
Languages
Python
100%

