After Detailer
What is adetailer?
After Detailer (also known as adetailer) is an extension for enhancing image details. Most noteably, particular parts of the body. Since we spend a lot of time in our lives looking at the face, it is an area that needs particular attention when generating an image because the viewer is able to pick up on the smallest flaws. 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.
How to get started
If you'd like to get started with adetailer, you'll have to install the extension first. If you'd like more information on how to in
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.