MeshGraphormer深度预处理器
An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
0: 640x384 1 face, 24.0ms
Speed: 7.5ms preprocess, 24.0ms inference, 3.0ms postprocess per image at shape (1, 3, 640, 384)
Detailer: segment upscale for ((209.20045, 264.89087)) | crop region (627, 794) x 1.2898359961166848 -> (808, 1024)
Requested to load BaseModel
Loading 1 new model
Failed to find T:\SD\ComfyUI-aki-v1\custom_nodes\comfyui_controlnet_aux\ckpts\hr16/ControlNet-HandRefiner-pruned\hrnetv2_w64_imagenet_pretrained.pth.
Downloading from huggingface.co
cacher folder is C:\Users\Administrator\AppData\Local\Temp, you can change it by custom_tmp_path in config.yaml
T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\file_download.py:1212: UserWarning: `local_dir_use_symlinks` parameter is deprecated and will be ignored. The process to download files to a local folder has been updated and do not rely on symlinks anymore. You only need to pass a destination folder as`local_dir`.
For more details, check out https://huggingface.co/docs/huggingface_hub/main/en/guides/download#download-files-to-local-folder.
warnings.warn(
!!! Exception during processing !!! An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
Traceback (most recent call last):
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\connectionpool.py", line 715, in urlopen
httplib_response = self._make_request(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\connectionpool.py", line 404, in _make_request
self._validate_conn(conn)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\connectionpool.py", line 1058, in _validate_conn
conn.connect()
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\connection.py", line 419, in connect
self.sock = ssl_wrap_socket(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\util\ssl_.py", line 449, in ssl_wrap_socket
ssl_sock = _ssl_wrap_socket_impl(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\util\ssl_.py", line 493, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
File "T:\SD\ComfyUI-aki-v1\python\lib\ssl.py", line 513, in wrap_socket
return self.sslsocket_class._create(
File "T:\SD\ComfyUI-aki-v1\python\lib\ssl.py", line 1071, in _create
self.do_handshake()
File "T:\SD\ComfyUI-aki-v1\python\lib\ssl.py", line 1342, in do_handshake
self._sslobj.do_handshake()
ConnectionResetError: [WinError 10054] 远程主机强迫关闭了一个现有的连接。
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\requests\adapters.py", line 486, in send
resp = conn.urlopen(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\connectionpool.py", line 799, in urlopen
retries = retries.increment(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\util\retry.py", line 550, in increment
raise six.reraise(type(error), error, _stacktrace)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\packages\six.py", line 769, in reraise
raise value.with_traceback(tb)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\connectionpool.py", line 715, in urlopen
httplib_response = self._make_request(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\connectionpool.py", line 404, in _make_request
self._validate_conn(conn)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\connectionpool.py", line 1058, in _validate_conn
conn.connect()
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\connection.py", line 419, in connect
self.sock = ssl_wrap_socket(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\util\ssl_.py", line 449, in ssl_wrap_socket
ssl_sock = _ssl_wrap_socket_impl(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\util\ssl_.py", line 493, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
File "T:\SD\ComfyUI-aki-v1\python\lib\ssl.py", line 513, in wrap_socket
return self.sslsocket_class._create(
File "T:\SD\ComfyUI-aki-v1\python\lib\ssl.py", line 1071, in _create
self.do_handshake()
File "T:\SD\ComfyUI-aki-v1\python\lib\ssl.py", line 1342, in do_handshake
self._sslobj.do_handshake()
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(10054, '远程主机强迫关闭了一个现有的连接。', None, 10054, None))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\file_download.py", line 1751, in _get_metadata_or_catch_error
metadata = get_hf_file_metadata(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\file_download.py", line 1673, in get_hf_file_metadata
r = _request_wrapper(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\file_download.py", line 376, in _request_wrapper
response = _request_wrapper(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\file_download.py", line 399, in _request_wrapper
response = get_session().request(method=method, url=url, **params)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\requests\sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\requests\sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\utils\_http.py", line 66, in send
return super().send(request, *args, **kwargs)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\requests\adapters.py", line 501, in send
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: (ProtocolError('Connection aborted.', ConnectionResetError(10054, '远程主机强迫关闭了一个现有的连接。', None, 10054, None)), '(Request ID: 9678fa00-0a94-4479-aede-126c43b42314)')
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "T:\SD\ComfyUI-aki-v1\execution.py", line 317, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "T:\SD\ComfyUI-aki-v1\execution.py", line 192, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "T:\SD\ComfyUI-aki-v1\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "T:\SD\ComfyUI-aki-v1\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "T:\SD\ComfyUI-aki-v1\custom_nodes\comfyui_controlnet_aux\node_wrappers\mesh_graphormer.py", line 64, in execute
from custom_controlnet_aux.mesh_graphormer import MeshGraphormerDetector
File "T:\SD\ComfyUI-aki-v1\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\mesh_graphormer\__init__.py", line 5, in <module>
from custom_controlnet_aux.mesh_graphormer.pipeline import MeshGraphormerMediapipe, args
File "T:\SD\ComfyUI-aki-v1\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\mesh_graphormer\pipeline.py", line 54, in <module>
hrnet_checkpoint=custom_hf_download("hr16/ControlNet-HandRefiner-pruned", 'hrnetv2_w64_imagenet_pretrained.pth')
File "T:\SD\ComfyUI-aki-v1\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\util.py", line 333, in custom_hf_download
model_path = hf_hub_download(repo_id=pretrained_model_or_path,
File "<enhanced_experience patches.hfmirror.huggingface_hub>", line 47, in hf_hub_download_wrapper_inner
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\utils\_deprecation.py", line 101, in inner_f
return f(*args, **kwargs)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\file_download.py", line 1220, in hf_hub_download
return _hf_hub_download_to_local_dir(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\file_download.py", line 1468, in _hf_hub_download_to_local_dir
_raise_on_head_call_error(head_call_error, force_download, local_files_only)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\file_download.py", line 1857, in _raise_on_head_call_error
raise LocalEntryNotFoundError(
huggingface_hub.utils._errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
Prompt executed in 536.11 seconds
An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
0: 640x384 1 face, 24.0ms
Speed: 7.5ms preprocess, 24.0ms inference, 3.0ms postprocess per image at shape (1, 3, 640, 384)
Detailer: segment upscale for ((209.20045, 264.89087)) | crop region (627, 794) x 1.2898359961166848 -> (808, 1024)
Requested to load BaseModel
Loading 1 new model
Failed to find T:\SD\ComfyUI-aki-v1\custom_nodes\comfyui_controlnet_aux\ckpts\hr16/ControlNet-HandRefiner-pruned\hrnetv2_w64_imagenet_pretrained.pth.
Downloading from huggingface.co
cacher folder is C:\Users\Administrator\AppData\Local\Temp, you can change it by custom_tmp_path in config.yaml
T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\file_download.py:1212: UserWarning: `local_dir_use_symlinks` parameter is deprecated and will be ignored. The process to download files to a local folder has been updated and do not rely on symlinks anymore. You only need to pass a destination folder as`local_dir`.
For more details, check out https://huggingface.co/docs/huggingface_hub/main/en/guides/download#download-files-to-local-folder.
warnings.warn(
!!! Exception during processing !!! An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
Traceback (most recent call last):
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\connectionpool.py", line 715, in urlopen
httplib_response = self._make_request(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\connectionpool.py", line 404, in _make_request
self._validate_conn(conn)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\connectionpool.py", line 1058, in _validate_conn
conn.connect()
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\connection.py", line 419, in connect
self.sock = ssl_wrap_socket(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\util\ssl_.py", line 449, in ssl_wrap_socket
ssl_sock = _ssl_wrap_socket_impl(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\util\ssl_.py", line 493, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
File "T:\SD\ComfyUI-aki-v1\python\lib\ssl.py", line 513, in wrap_socket
return self.sslsocket_class._create(
File "T:\SD\ComfyUI-aki-v1\python\lib\ssl.py", line 1071, in _create
self.do_handshake()
File "T:\SD\ComfyUI-aki-v1\python\lib\ssl.py", line 1342, in do_handshake
self._sslobj.do_handshake()
ConnectionResetError: [WinError 10054] 远程主机强迫关闭了一个现有的连接。
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\requests\adapters.py", line 486, in send
resp = conn.urlopen(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\connectionpool.py", line 799, in urlopen
retries = retries.increment(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\util\retry.py", line 550, in increment
raise six.reraise(type(error), error, _stacktrace)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\packages\six.py", line 769, in reraise
raise value.with_traceback(tb)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\connectionpool.py", line 715, in urlopen
httplib_response = self._make_request(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\connectionpool.py", line 404, in _make_request
self._validate_conn(conn)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\connectionpool.py", line 1058, in _validate_conn
conn.connect()
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\connection.py", line 419, in connect
self.sock = ssl_wrap_socket(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\util\ssl_.py", line 449, in ssl_wrap_socket
ssl_sock = _ssl_wrap_socket_impl(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\urllib3\util\ssl_.py", line 493, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
File "T:\SD\ComfyUI-aki-v1\python\lib\ssl.py", line 513, in wrap_socket
return self.sslsocket_class._create(
File "T:\SD\ComfyUI-aki-v1\python\lib\ssl.py", line 1071, in _create
self.do_handshake()
File "T:\SD\ComfyUI-aki-v1\python\lib\ssl.py", line 1342, in do_handshake
self._sslobj.do_handshake()
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(10054, '远程主机强迫关闭了一个现有的连接。', None, 10054, None))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\file_download.py", line 1751, in _get_metadata_or_catch_error
metadata = get_hf_file_metadata(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\file_download.py", line 1673, in get_hf_file_metadata
r = _request_wrapper(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\file_download.py", line 376, in _request_wrapper
response = _request_wrapper(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\file_download.py", line 399, in _request_wrapper
response = get_session().request(method=method, url=url, **params)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\requests\sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\requests\sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\utils\_http.py", line 66, in send
return super().send(request, *args, **kwargs)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\requests\adapters.py", line 501, in send
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: (ProtocolError('Connection aborted.', ConnectionResetError(10054, '远程主机强迫关闭了一个现有的连接。', None, 10054, None)), '(Request ID: 9678fa00-0a94-4479-aede-126c43b42314)')
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "T:\SD\ComfyUI-aki-v1\execution.py", line 317, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "T:\SD\ComfyUI-aki-v1\execution.py", line 192, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "T:\SD\ComfyUI-aki-v1\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "T:\SD\ComfyUI-aki-v1\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "T:\SD\ComfyUI-aki-v1\custom_nodes\comfyui_controlnet_aux\node_wrappers\mesh_graphormer.py", line 64, in execute
from custom_controlnet_aux.mesh_graphormer import MeshGraphormerDetector
File "T:\SD\ComfyUI-aki-v1\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\mesh_graphormer\__init__.py", line 5, in <module>
from custom_controlnet_aux.mesh_graphormer.pipeline import MeshGraphormerMediapipe, args
File "T:\SD\ComfyUI-aki-v1\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\mesh_graphormer\pipeline.py", line 54, in <module>
hrnet_checkpoint=custom_hf_download("hr16/ControlNet-HandRefiner-pruned", 'hrnetv2_w64_imagenet_pretrained.pth')
File "T:\SD\ComfyUI-aki-v1\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\util.py", line 333, in custom_hf_download
model_path = hf_hub_download(repo_id=pretrained_model_or_path,
File "<enhanced_experience patches.hfmirror.huggingface_hub>", line 47, in hf_hub_download_wrapper_inner
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\utils\_deprecation.py", line 101, in inner_f
return f(*args, **kwargs)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\file_download.py", line 1220, in hf_hub_download
return _hf_hub_download_to_local_dir(
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\file_download.py", line 1468, in _hf_hub_download_to_local_dir
_raise_on_head_call_error(head_call_error, force_download, local_files_only)
File "T:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\file_download.py", line 1857, in _raise_on_head_call_error
raise LocalEntryNotFoundError(
huggingface_hub.utils._errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
Prompt executed in 536.11 seconds