关于“(import failed) dz-facedetailer”的问题,这是一个常见的Python错误,通常表示Python无法找到或无法正确导入指定的模块或库。针对这个问题,我将按照您的要求分点回答,并提供可能的解决措施: 检查dz-facedetailer的安装情况: 确保您已经正确安装了dz-facedetailer。您可以通过pip来安装它
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...
import torch from mediapipe import solutions import cv2 import numpy as np from PIL import Image, ImageFilter from ultralytics import YOLO import os import comfy import nodes from folder_paths import base_path face_model_path = os.path.join(base_path, "models/dz_facedetailer/yolo/face_yolov...
FaceDetailer.cpython-310.pyc __init__.cpython-310.pyc 1 change: 1 addition & 0 deletions 1 .gitignore Original file line numberDiff line numberDiff line change @@ -0,0 +1 @@ __pycache__ Binary file removed BIN -5.29 KB __pycache__/FaceDetailer.cpython-310.pyc Binary file ...
v1.0.2 nicofdga/DZ-FaceDetailerPublic NotificationsYou must be signed in to change notification settings Fork18 Star189 Compare nicofdgareleased this12 Dec 14:51 ·2 commitsto main since this release v1.0.2 395281c error "list index out of range" fixed....
Open ArtLeavopened this issueDec 13, 2023· 0 comments Open opened this issueDec 13, 2023· 0 comments ArtLeavcommentedDec 13, 2023 Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
v1.0.3 nicofdga/DZ-FaceDetailerPublic NotificationsYou must be signed in to change notification settings Fork18 Star195 Latest Compare nicofdgareleased this16 Dec 17:31 v1.0.3 7c9ab32 support for images with batch size greater than one added....
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...
nicofdga/DZ-FaceDetailerPublic NotificationsYou must be signed in to change notification settings Fork18 Star183 Code Issues12 Pull requests2 Actions Projects Security Insights Additional navigation options Commits