After Detailer
After Detailer (also known as adetailer) is an extension for enhancing image details. No additional downloads are required post-initial installation. The extension features specialized models in three key categories: Face, Hand, and Person.
The extension will automatically detect the body part based on the model that is selected, and then improve that area.
Models:
face_yolov8s.pt and face_yolov8n.pt are both models from the adetailer repository on Hugging Face1. Both models are used for 2D realistic face detection. The main difference between the two is that face_yolov8s.pt is more accurate in detecting faces than face_yolov8n.pt. Regarding their performance,face_yolov8s.pt has a higher mean average precision (mAP) of 0.713 at an intersection over union (IoU) threshold of 0.50 and 0.404 at an IoU threshold of 0.50-0.95, while face_yolov8n.pt has a mAP of 0.660 at an IoU threshold of 0.50 and 0.366 at an IoU threshold of 0.50-0.951.