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

no work #3755

Open
EnlightenedAI opened this issue Jun 17, 2024 · 1 comment
Open

no work #3755

EnlightenedAI opened this issue Jun 17, 2024 · 1 comment
Labels
User Support A user needs help with something, probably not a bug.

Comments

@EnlightenedAI
Copy link

File "/root/work/ComfyUI/execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "/root/work/ComfyUI/execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "/root/work/ComfyUI/execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "/root/work/ComfyUI/nodes.py", line 516, in load_checkpoint
out = comfy.sd.load_checkpoint_guess_config(ckpt_path, output_vae=True, output_clip=True, embedding_directory=folder_paths.get_folder_paths("embeddings"))
File "/root/work/ComfyUI/comfy/sd.py", line 481, in load_checkpoint_guess_config
sd = comfy.utils.load_torch_file(ckpt_path)
File "/root/work/ComfyUI/comfy/utils.py", line 14, in load_torch_file
sd = safetensors.torch.load_file(ckpt, device=device.type)
File "/root/ENTER/envs/comfyui/lib/python3.8/site-packages/safetensors/torch.py", line 308, in load_file
with safe_open(filename, framework="pt", device=device) as f:

@ltdrdata
Copy link
Collaborator

Your logs contain too little information to identify the issue.

@mcmonkey4eva mcmonkey4eva added the User Support A user needs help with something, probably not a bug. label Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User Support A user needs help with something, probably not a bug.
Projects
None yet
Development

No branches or pull requests

3 participants