Error occurred when executing UltralyticsDetectorProvider:
PytorchStreamReader failed reading zip archive: failed finding central directory
File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 153, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 83, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 76, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\impact_subpack\impact\subpack_nodes.py", line 27, in doit
model = subcore.load_yolo(model_path)
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\impact_subpack\impact\subcore.py", line 20, in load_yolo
return YOLO(model_path)
File "C:\ComfyUI_windows_portable\python_embeded\lib\site-packages\ultralytics\engine\model.py", line 94, in init
self._load(model, task)
File "C:\ComfyUI_windows_portable\python_embeded\lib\site-packages\ultralytics\engine\model.py", line 146, in _load
self.model, self.ckpt = attempt_load_one_weight(weights)
File "C:\ComfyUI_windows_portable\python_embeded\lib\site-packages\ultralytics\nn\tasks.py", line 628, in attempt_load_one_weight
ckpt, weight = torch_safe_load(weight) # load ckpt
File "C:\ComfyUI_windows_portable\python_embeded\lib\site-packages\ultralytics\nn\tasks.py", line 567, in torch_safe_load
return torch.load(file, map_location='cpu'), file # load
File "C:\ComfyUI_windows_portable\python_embeded\lib\site-packages\torch\serialization.py", line 993, in load
with _open_zipfile_reader(opened_file) as opened_zipfile:
File "C:\ComfyUI_windows_portable\python_embeded\lib\site-packages\torch\serialization.py", line 447, in init
super().init(torch._C.PyTorchFileReader(name_or_buffer))
Error occurred when executing UltralyticsDetectorProvider:
PytorchStreamReader failed reading zip archive: failed finding central directory
File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 153, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 83, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 76, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\impact_subpack\impact\subpack_nodes.py", line 27, in doit model = subcore.load_yolo(model_path) File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\impact_subpack\impact\subcore.py", line 20, in load_yolo return YOLO(model_path) File "C:\ComfyUI_windows_portable\python_embeded\lib\site-packages\ultralytics\engine\model.py", line 94, in init self._load(model, task) File "C:\ComfyUI_windows_portable\python_embeded\lib\site-packages\ultralytics\engine\model.py", line 146, in _load self.model, self.ckpt = attempt_load_one_weight(weights) File "C:\ComfyUI_windows_portable\python_embeded\lib\site-packages\ultralytics\nn\tasks.py", line 628, in attempt_load_one_weight ckpt, weight = torch_safe_load(weight) # load ckpt File "C:\ComfyUI_windows_portable\python_embeded\lib\site-packages\ultralytics\nn\tasks.py", line 567, in torch_safe_load return torch.load(file, map_location='cpu'), file # load File "C:\ComfyUI_windows_portable\python_embeded\lib\site-packages\torch\serialization.py", line 993, in load with _open_zipfile_reader(opened_file) as opened_zipfile: File "C:\ComfyUI_windows_portable\python_embeded\lib\site-packages\torch\serialization.py", line 447, in init super().init(torch._C.PyTorchFileReader(name_or_buffer))