You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
系统信息
OS
nt
Python Version
3.12.9 (main, Feb 12 2025, 14:52:31) [MSC v.1942 64 bit (AMD64)]
Embedded Python
false
Pytorch Version
2.6.0+cu126
ComfyUI Error Report
Error Details
Node ID: 228
Node Type: DetectFaces
Exception Type: RuntimeError
Exception Message: PytorchStreamReader failed reading zip archive: failed finding central directory
Stack Trace
File "C:\Users\hundu\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 327, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\hundu\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 202, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\hundu\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "C:\Users\hundu\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\hundu\Documents\ComfyUI\custom_nodes\comfyui_facetools-main\nodes.py", line 93, in run
unfiltered_faces = detect_faces(img, threshold)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\hundu\Documents\ComfyUI\custom_nodes\comfyui_facetools-main\utils.py", line 130, in detect_faces
dets = Models.yolo((img[None] / 255).permute(0,3,1,2), threshold)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\hundu\Documents\ComfyUI\custom_nodes\comfyui_facetools-main\utils.py", line 57, in yolo
cls._yolo = YOLO(os.path.join(models_dir,'ultralytics','bbox','face_yolov8m.pt'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\hundu\Documents\ComfyUI\.venv\Lib\site-packages\ultralytics\models\yolo\model.py", line 23, in __init__
super().__init__(model=model, task=task, verbose=verbose)
File "C:\Users\hundu\Documents\ComfyUI\.venv\Lib\site-packages\ultralytics\engine\model.py", line 145, in __init__
self._load(model, task=task)
File "C:\Users\hundu\Documents\ComfyUI\.venv\Lib\site-packages\ultralytics\engine\model.py", line 288, in _load
self.model, self.ckpt = attempt_load_one_weight(weights)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\hundu\Documents\ComfyUI\.venv\Lib\site-packages\ultralytics\nn\tasks.py", line 910, in attempt_load_one_weight
ckpt, weight = torch_safe_load(weight) # load ckpt
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\hundu\Documents\ComfyUI\.venv\Lib\site-packages\ultralytics\nn\tasks.py", line 837, in torch_safe_load
ckpt = torch.load(file, map_location="cpu")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\hundu\Documents\ComfyUI\custom_nodes\comfyui-impact-subpack\modules\subcore.py", line 150, in torch_wrapper
return orig_torch_load(*args, **kwargs) # NOTE: This code simply delegates the call to torch.load, and any errors that occur here are not the responsibility of Subpack.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\hundu\Documents\ComfyUI\.venv\Lib\site-packages\torch\serialization.py", line 1432, in load
with _open_zipfile_reader(opened_file) as opened_zipfile:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\hundu\Documents\ComfyUI\.venv\Lib\site-packages\torch\serialization.py", line 763, in __init__
super().__init__(torch._C.PyTorchFileReader(name_or_buffer))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expected Behavior
系统信息
OS
nt
Python Version
3.12.9 (main, Feb 12 2025, 14:52:31) [MSC v.1942 64 bit (AMD64)]
Embedded Python
false
Pytorch Version
2.6.0+cu126
ComfyUI Error Report
Error Details
Stack Trace
System Information
Devices
Logs
Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
Additional Context
(Please add any additional context or steps to reproduce the error here)
Actual Behavior
节点也重新下载了,还是不行
Steps to Reproduce
节点也重新下载了,还是不行
Debug Logs
Other
No response
The text was updated successfully, but these errors were encountered: