PytorchStreamReader failed reading zip archive: failed finding central directory #403
Open
3 tasks done
Labels
bug
Something isn't working
First, confirm
What happened?
PytorchStreamReader failed reading zip archive: failed finding central directory
File "D:\ComfyUI_windows_play\ComfyUI\execution.py", line 152, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_play\ComfyUI\execution.py", line 82, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_play\ComfyUI\execution.py", line 75, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_play\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 379, in execute
result = reactor.restore_face(self,result,face_restore_model,face_restore_visibility,codeformer_weight,facedetection)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_play\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 204, in restore_face
checkpoint = torch.load(model_path)["params_ema"]
^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_play\python_embeded\Lib\site-packages\torch\serialization.py", line 1004, in load
with _open_zipfile_reader(opened_file) as opened_zipfile:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_play\python_embeded\Lib\site-packages\torch\serialization.py", line 456, in init
super().init(torch._C.PyTorchFileReader(name_or_buffer))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Steps to reproduce the problem
USE WORKLOW
Sysinfo
WINDOW
COMFYUI
3060TI 12G
Relevant console log
Additional information
No response
The text was updated successfully, but these errors were encountered: