Sign In

Full Eyes detection (Adetailer)

328
2.3k
78
Type
Other
Stats
1,823
Reviews
Published
Mar 4, 2024
Base Model
SD 1.5
Training
Epochs: 50
Hash
AutoV2
1EEF707917
default creator card background decoration
daswer123's Avatar
daswer123

This model is designed to detect pairs of eyes, unlike this model https://civitai.com/models/150925/eyes-detection-adetailer , mine is designed to detect pairs of eyes. Thanks to the creator, this has inspired me to train this model

This is my first project on yolov8

Recommended confidence threshold 0.3-0.4

The model works:

1) With anime characters;

2) With humans;

3) With animals;

4) with anyone with pronounced eyes;

5) Works at close and very far distances.

The model also detects closed eyes or if one eye is open but both eyes are visible.

What doesn't work:

1) If a character has one eye covered by something (patch, hair, etc), the model does not recognize it;

2) If there is only one eye in the image with no context that there is another eye.

How to use:

How to install:

  1. Go to https://github.com/Bing-su/adetailer and install Adetailer

  2. Place the this file (full_eyes_detect_yolo8s.pt) in "stable-diffusion-webui\models\adetailer"

  3. and reload WebUI.

Install for Automatic1111:

  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.)