6174 / comflowy

Unleash endless possibilities with ComfyUI and Stable Diffusion, committed to crafting refined AI-Gen tools and cultivating a vibrant community for both developers and users.
https://www.comflowy.com/
Other
959 stars 50 forks source link

Error occurred when executing CheckpointLoaderSimple #120

Closed Frankie0118 closed 4 months ago

Frankie0118 commented 5 months ago

This is about:

Problem

See error Error while deserializing header: MetadataIncompleteBuffer

File "/Users/apple1/Documents/AI/ComfyUI/execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "/Users/apple1/Documents/AI/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 "/Users/apple1/Documents/AI/ComfyUI/execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "/Users/apple1/Documents/AI/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 "/Users/apple1/Documents/AI/ComfyUI/comfy/sd.py", line 445, in load_checkpoint_guess_config sd = comfy.utils.load_torch_file(ckpt_path) File "/Users/apple1/Documents/AI/ComfyUI/comfy/utils.py", line 14, in load_torch_file sd = safetensors.torch.load_file(ckpt, device=device.type) File "/Users/apple1/miniconda3/envs/comflowy/lib/python3.10/site-packages/safetensors/torch.py", line 311, in load_file with safe_open(filename, framework="pt", device=device) as f:

Expected behavior A clear and concise description of what you expected to happen.

Environment:

thinkingjimmy commented 4 months ago

Are you installing a extension called Fooocus_Nodes? This is a extension installation issue, please refer to the appropriate section for extension installation