Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help! How do I handle this error #8

Open
windy117 opened this issue May 22, 2024 · 0 comments
Open

help! How do I handle this error #8

windy117 opened this issue May 22, 2024 · 0 comments

Comments

@windy117
Copy link

Error occurred when executing FC FaceDetectCrop:

FaceDetectionPipeline: DamoFdDetect: DLL load failed while importing _ext: 找不到指定的程序。

File "F:\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI\execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI\custom_nodes\ComfyUI-FaceChain\facechain\nodes.py", line 45, in face_detection
corp_img_pil, mask, bbox, points_array = facechain_detect_crop(pil_image, face_index, crop_ratio, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI\custom_nodes\ComfyUI-FaceChain\facechain\common\model_processor.py", line 13, in facechain_detect_crop
det_result = get_face_detection()(source_image_pil)
^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI\custom_nodes\ComfyUI-FaceChain\facechain\model_holder.py", line 23, in get_face_detection
face_detection = pipeline(task=Tasks.face_detection, model='damo/cv_ddsar_face-detection_iclr23-damofd', model_revision='v1.1')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI.ext\Lib\site-packages\modelscope\pipelines\builder.py", line 170, in pipeline
return build_pipeline(cfg, task_name=task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI.ext\Lib\site-packages\modelscope\pipelines\builder.py", line 65, in build_pipeline
return build_from_cfg(
^^^^^^^^^^^^^^^
File "F:\ComfyUI.ext\Lib\site-packages\modelscope\utils\registry.py", line 215, in build_from_cfg
raise type(e)(f'{obj_cls.name}: {e}')

[rgthree] Using rgthree's optimized recursive execution.
2024-05-22 09:32:34,689 - modelscope - INFO - Use user-specified model revision: v1.1
2024-05-22 09:32:35,012 - modelscope - INFO - initiate model from F:\ComfyUI.cache\modelscope\hub\damo\cv_ddsar_face-detection_iclr23-damofd
2024-05-22 09:32:35,012 - modelscope - INFO - initiate model from location F:\ComfyUI.cache\modelscope\hub\damo\cv_ddsar_face-detection_iclr23-damofd.
2024-05-22 09:32:35,078 - modelscope - INFO - initialize model from F:\ComfyUI.cache\modelscope\hub\damo\cv_ddsar_face-detection_iclr23-damofd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant