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

二维码过期了 #16

Open
xiumu1988 opened this issue Jul 18, 2024 · 0 comments
Open

二维码过期了 #16

xiumu1988 opened this issue Jul 18, 2024 · 0 comments

Comments

@xiumu1988
Copy link

ImportError: DamoFdDetect: DLL load failed while importing _ext: 找不到指定的模块。

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "D:\AI_Tools\ComfyUI-aki-v1.3\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "D:\AI_Tools\ComfyUI-aki-v1.3\execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "D:\AI_Tools\ComfyUI-aki-v1.3\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "D:\AI_Tools\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-FaceChain\facechain\nodes.py", line 46, in face_detection
corp_img_pil, mask, bbox, points_array = facechain_detect_crop(pil_image, face_index, crop_ratio, mode, error_when_no_face)
File "D:\AI_Tools\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-FaceChain\facechain\common\model_processor.py", line 13, in facechain_detect_crop
det_result = get_face_detection()(source_image_pil)
File "D:\AI_Tools\ComfyUI-aki-v1.3\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 "D:\AI_Tools\ComfyUI-aki-v1.3\python\lib\site-packages\modelscope\pipelines\builder.py", line 169, in pipeline
return build_pipeline(cfg, task_name=task)
File "D:\AI_Tools\ComfyUI-aki-v1.3\python\lib\site-packages\modelscope\pipelines\builder.py", line 65, in build_pipeline
return build_from_cfg(
File "D:\AI_Tools\ComfyUI-aki-v1.3\python\lib\site-packages\modelscope\utils\registry.py", line 215, in build_from_cfg
raise type(e)(f'{obj_cls.name}: {e}')
ImportError: FaceDetectionPipeline: DamoFdDetect: DLL load failed while importing _ext: 找不到指定的模块。

FETCH DATA from: D:\AI_Tools\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Manager.cache\1742899825_extension-node-map.json [DONE]
FETCH DATA from: D:\AI_Tools\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Manager.cache\1514988643_custom-node-list.json [DONE]
FETCH DATA from: D:\AI_Tools\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Manager.cache\746607195_github-stats.json [DONE]

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