Comfy-Org / Comfy-Org/ComfyUI

PytorchStreamReader failed reading zip archive: failed finding central directory。How should this problem be solved?

Open
#7,185 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 6h
Merged PRs (30d)
155

Description

Prompt executed in 269.78 seconds
got prompt
Failed to validate prompt for output 1492:
* ADE_LoadAnimateDiffModel 1361:
- Value not in list: model_name: 'v3_sd15_mm' not in []
Output will be ignored
Failed to validate prompt for output 1148:
Output will be ignored
Failed to validate prompt for output 912:
Output will be ignored
Failed to validate prompt for output 1496:
Output will be ignored
Downloading dwpose model to: /data/ComfyUI/custom_nodes/comfyui-mimicmotionwrapper/models/DWPose
Returning existing local_dir `/data/ComfyUI/custom_nodes/comfyui-mimicmotionwrapper/models/DWPose` as remote repo cannot be accessed in `snapshot_download` ((MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /api/models/hr16/DWPose-TorchScript-BatchSize5/revision/main (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable'))"), '(Request ID: d7bd60f4-737b-4daa-8882-0343db6f2be1)')).
Returning existing local_dir `/data/ComfyUI/custom_nodes/comfyui-mimicmotionwrapper/models/DWPose` as remote repo cannot be accessed in `snapshot_download` ((MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /api/models/hr16/DWPose-TorchScript-BatchSize5/revision/main (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable'))"), '(Request ID: d7bd60f4-737b-4daa-8882-0343db6f2be1)')).
!!! Exception during processing !!! PytorchStreamReader failed reading zip archive: failed finding central directory
Traceback (most recent call last):
File "/data/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 "/data/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 "/data/ComfyUI/execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "/data/ComfyUI/execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/ComfyUI/custom_nodes/comfyui-mimicmotionwrapper/nodes.py", line 417, in process
self.det = torch.jit.load(model_det)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/ComfyUI/venv/lib/python3.12/site-packages/torch/jit/_serialization.py", line 163, in load
cpp_module = torch._C.import_ir_module(cu, os.fspath(f), map_location, _extra_files, _restore_shapes) # type: ignore[call-arg]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory

Prompt executed in 135.85 seconds

Python 3.12.3
pytorch 2.6.0+cu124

OS unbuntu

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.