DZ-FaceDetailer

DZ-FaceDetailer
★ 229

人脸检测掩码生成潜在映射面部替换
为ComfyUI提供人脸检测与掩码生成,兼容Mediapipe与YOLOv8n,支持多人脸、潜在映射及LoRa/embedding替换,便于精确的人脸生成与替换。
💡 在ComfyUI流水线中对多张图片进行精准人脸检测、生成与替换。
🍴 24 Forks💻 Python🔄 2024-06-17
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/c73fe210bae7
📦 requirements.txt
ultralytics
mediapipe
image
image
📄 README

DZ FaceDetailer

Custom Node for ComfyUI (Stable Diffusion)

DZ FaceDetailer is a custom node for the “ComfyUI” framework inspired by !After Detailer extension from auto1111, it allows you to detect faces using Mediapipe and YOLOv8n to create masks for the detected faces. This custom node enables you to generate new faces, replace faces, and perform other face manipulation tasks using Stable Diffusion AI.

Table of Contents

  • Features
  • Installation
  • Features

  • Face detection using Mediapipe.
  • Multiple face detection support on both models
  • Face mask generation for detected faces.
  • Latent/sample mapping to generated masks for face manipulation.
  • Generate new faces using Stable Diffusion.
  • Replace faces using LoRa or embeddings etc.
  • batch images support
  • Installation

    clone the repo https://github.com/daxthin/DZ-FaceDetailer.git in custom_nodes folder