Error occured in comfyUI

#24
by rtfarchitect - opened

I am facing this error amd dont know what to do. can anyone help me?

rror occurred when executing MiDaS-DepthMapPreprocessor:

[Errno 2] No such file or directory: 'C:\Users\Lair1\Downloads\Compressed\ComfyUI_windows_portable_nvidia_cu118_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts\models--lllyasviel--Annotators\snapshots\982e7edaec38759d914a963c48c4726685de7d96\dpt_hybrid-midas-501f0c75.pt'

File "C:\Users\Lair1\Downloads\Compressed\ComfyUI_windows_portable_nvidia_cu118_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 152, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "C:\Users\Lair1\Downloads\Compressed\ComfyUI_windows_portable_nvidia_cu118_or_cpu\ComfyUI_windows_portable\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 "C:\Users\Lair1\Downloads\Compressed\ComfyUI_windows_portable_nvidia_cu118_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 75, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "C:\Users\Lair1\Downloads\Compressed\ComfyUI_windows_portable_nvidia_cu118_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\midas.py", line 45, in execute
model = MidasDetector.from_pretrained(HF_MODEL_NAME, cache_dir=annotator_ckpts_path).to(model_management.get_torch_device())
File "C:\Users\Lair1\Downloads\Compressed\ComfyUI_windows_portable_nvidia_cu118_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\controlnet_aux\midas_init_.py", line 28, in from_pretrained
model_path = hf_hub_download(pretrained_model_or_path, filename, cache_dir=cache_dir)
File "C:\Users\Lair1\Downloads\Compressed\ComfyUI_windows_portable_nvidia_cu118_or_cpu\ComfyUI_windows_portable\python_embeded\lib\site-packages\huggingface_hub\utils_validators.py", line 118, in _inner_fn
return fn(*args, **kwargs)
File "C:\Users\Lair1\Downloads\Compressed\ComfyUI_windows_portable_nvidia_cu118_or_cpu\ComfyUI_windows_portable\python_embeded\lib\site-packages\huggingface_hub\file_download.py", line 1320, in hf_hub_download
_create_symlink(blob_path, pointer_path, new_blob=False)
File "C:\Users\Lair1\Downloads\Compressed\ComfyUI_windows_portable_nvidia_cu118_or_cpu\ComfyUI_windows_portable\python_embeded\lib\site-packages\huggingface_hub\file_download.py", line 926, in _create_symlink
shutil.copyfile(src, dst)
File "shutil.py", line 256, in copyfile

Same here. Did you figure it out?

Sign up or log in to comment