dustysys / ddetailer

340 stars 74 forks source link

announcement: DDetailer fork, named μ DDetailer #66

Open wkpark opened 11 months ago

wkpark commented 11 months ago

Do you still need DDetailer to use the mmdet models? Here is another Detection Detailer fork named μ Detection Detailer (Mu DDetailer)

Features

  1. mmdet v2.x / v3.x support
  2. mediapipe support added (like as famous ADetailer) - face_full, face_short, face_mesh supported
  3. ultralytics supported (you can use ADetailer's face/hand/person models
  4. mmyolo support added to support yolov8 based models (conveted from ultralytics to mmdet) using mmyolo (currently, face/hand detect modes supported)
  5. this is a postprocess extension like ADetailer, not a script extension
  6. inpainting helper with selectable masks using js canvas
  7. controlnet supported.

https://github.com/wkpark/uddetailer

and some documents at https://github.com/wkpark/uddetailer/wiki

dustysys commented 9 months ago

I was out of action for a long time since throwing this together, very glad to see this and other maintained alternatives now exist. I look forward to using this fork.