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

LOADING THE INSTANT ID MODEL #243

Open
Raykarr opened this issue Dec 14, 2024 · 0 comments
Open

LOADING THE INSTANT ID MODEL #243

Raykarr opened this issue Dec 14, 2024 · 0 comments

Comments

@Raykarr
Copy link

Raykarr commented Dec 14, 2024

image
tHIS THE THE ISSUE THAT I SEE

ERROR:root:!!! Exception during processing !!!
2024-12-14T14:54:13.245867976Z ERROR:root:Traceback (most recent call last):
2024-12-14T14:54:13.245891405Z   File "/workspace/ComfyUI/execution.py", line 152, in recursive_execute
2024-12-14T14:54:13.245898275Z     output_data, output_ui = get_output_data(obj, input_data_all)
2024-12-14T14:54:13.245903455Z   File "/workspace/ComfyUI/execution.py", line 82, in get_output_data
2024-12-14T14:54:13.245909165Z     return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
2024-12-14T14:54:13.245915025Z   File "/workspace/ComfyUI/execution.py", line 75, in map_node_over_list
2024-12-14T14:54:13.245920565Z     results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
2024-12-14T14:54:13.245925575Z   File "/workspace/ComfyUI/custom_nodes/ComfyUI_InstantID/InstantID.py", line 150, in load_model
2024-12-14T14:54:13.245930715Z     model = comfy.utils.load_torch_file(ckpt_path, safe_load=True)
2024-12-14T14:54:13.245935775Z   File "/workspace/ComfyUI/comfy/utils.py", line 20, in load_torch_file
2024-12-14T14:54:13.245940784Z     pl_sd = torch.load(ckpt, map_location=device, weights_only=True)
2024-12-14T14:54:13.245945835Z   File "/venv/lib/python3.10/site-packages/torch/serialization.py", line 797, in load
2024-12-14T14:54:13.245950904Z     with _open_zipfile_reader(opened_file) as opened_zipfile:
2024-12-14T14:54:13.245970564Z   File "/venv/lib/python3.10/site-packages/torch/serialization.py", line 283, in __init__
2024-12-14T14:54:13.245975934Z     super().__init__(torch._C.PyTorchFileReader(name_or_buffer))
2024-12-14T14:54:13.245981084Z RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory
2024-12-14T14:54:13.247865083Z Prompt executed in 0.04 seconds

THIS IS THE ERROR THAT I AM FACING

I have the model in the location it is meant to be -
image

pls guide me to fix the issue
thanks

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