Puts an end to poorly drawn eyes by automatically identifying and redrawing them.
 
 
 
Go to file
ilian.iliev 7884579b4f Style fixes 2023-05-11 16:44:40 +03:00
javascript Style fixes 2023-05-11 16:44:40 +03:00
models Initial commit 2023-05-10 21:17:32 +03:00
scripts Style fixes 2023-05-11 16:44:40 +03:00
static/images Initial commit 2023-05-10 21:17:32 +03:00
style Style fixes 2023-05-11 16:44:40 +03:00
wildcards Initial commit 2023-05-10 21:17:32 +03:00
.gitignore Initial commit 2023-05-10 21:17:32 +03:00
LICENSE Updated LICENSE 2023-05-10 21:30:19 +03:00
README.md Updated README 2023-05-10 21:22:25 +03:00
install.py Style fixes 2023-05-11 01:51:04 +03:00
style.css Style fixes 2023-05-11 16:44:40 +03:00
style.css.map Style fixes 2023-05-11 16:44:40 +03:00

README.md

stable-diffusion-webui-eyemask

This extension is for AUTOMATIC1111's Stable Diffusion web UI

Capabilities

  • Create mask for eyes / face / body and redraw by multiple params
  • Wildcards for mask prompt and original prompt
  • Using of different model just for masked area redraw
  • Mask padding in px or percents
  • Mask previews
  • Separate embedded version of the script (enabled from settings)
  • Batch mode support
  • Custom API routes (including serving static files)

Put all wildcards files in /wildcards dir.

Install

Use Install from URL option with this repo url.

Requirements

All requirements will be installed on first use, except for:

  • cmake - used only for dlib masks

Mask types

  1. Eyes dlib
  2. Face dlib
  3. Face depthmask
  4. Body depthmask
  5. Face mmdet
  6. Body mmdet

Examples

Contributing

Feel free to submit PRs to develop!