Skip to content

/bert-base-uncased/resolve/main/added_tokens.json #434

@maowy918

Description

@maowy918

ComfyUI Error Report

Error Details

  • Node ID: 74
  • Node Type: GroundingDinoModelLoader (segment anything)
  • Exception Type: requests.exceptions.ProxyError
  • Exception Message: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /bert-base-uncased/resolve/main/added_tokens.json (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000021211162BD0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。')))"), '(Request ID: db5691bb-bbe2-434a-9b73-26cf91c66a5d)')

Stack Trace

 File "D:\ComfyUI-aki-v2\ComfyUI\execution.py", line 498, in execute output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\execution.py", line 316, in get_output_data return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\execution.py", line 290, in _async_map_node_over_list await process_inputs(input_dict, i) File "D:\ComfyUI-aki-v2\ComfyUI\execution.py", line 278, in process_inputs result = f(**inputs) ^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_segment_anything_alt\node.py", line 286, in main dino_model = load_groundingdino_model(model_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_segment_anything_alt\node.py", line 126, in load_groundingdino_model dino = local_groundingdino_build_model(dino_model_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_layerstyle\py\local_groundingdino\models\__init__.py", line 17, in build_model model = build_func(args) ^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_layerstyle\py\local_groundingdino\models\GroundingDINO\groundingdino.py", line 362, in build_groundingdino model = GroundingDINO( ^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_layerstyle\py\local_groundingdino\models\GroundingDINO\groundingdino.py", line 97, in __init__ self.tokenizer = get_tokenlizer.get_tokenlizer(text_encoder_type) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_layerstyle\py\local_groundingdino\util\get_tokenlizer.py", line 19, in get_tokenlizer tokenizer = AutoTokenizer.from_pretrained(text_encoder_type) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\transformers\models\auto\tokenization_auto.py", line 963, in from_pretrained return tokenizer_class_fast.from_pretrained(pretrained_model_name_or_path, *inputs, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\transformers\tokenization_utils_base.py", line 2008, in from_pretrained resolved_vocab_files[file_id] = cached_file( ^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\transformers\utils\hub.py", line 342, in cached_file resolved_file = hf_hub_download( ^^^^^^^^^^^^^^^^ File "<enhanced_experience patches.hfmirror.huggingface_hub>", line 47, in hf_hub_download_wrapper_inner File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\file_download.py", line 1010, in hf_hub_download return _hf_hub_download_to_cache_dir( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\file_download.py", line 1073, in _hf_hub_download_to_cache_dir (url_to_download, etag, commit_hash, expected_size, xet_file_data, head_call_error) = _get_metadata_or_catch_error( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\file_download.py", line 1546, in _get_metadata_or_catch_error metadata = get_hf_file_metadata( ^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\file_download.py", line 1463, in get_hf_file_metadata r = _request_wrapper( ^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\file_download.py", line 286, in _request_wrapper response = _request_wrapper( ^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\file_download.py", line 309, in _request_wrapper response = http_backoff(method=method, url=url, **params, retry_on_exceptions=(), retry_on_status_codes=(429,)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\utils\_http.py", line 310, in http_backoff response = session.request(method=method, url=url, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\requests\sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\requests\sessions.py", line 703, in send r = adapter.send(request, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\utils\_http.py", line 96, in send return super().send(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\requests\adapters.py", line 694, in send raise ProxyError(e, request=request) 

System Information

  • ComfyUI Version: 0.3.66
  • Arguments: D:\ComfyUI-aki-v2\ComfyUI\main.py --auto-launch --preview-method auto --use-sage-attention --disable-cuda-malloc
  • OS: nt
  • Python Version: 3.12.10 (tags/v3.12.10:0cc8128, Apr 8 2025, 12:21:36) [MSC v.1943 64 bit (AMD64)]
  • Embedded Python: false
  • PyTorch Version: 2.8.0+cu129

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 5080 Laptop GPU : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 17094475776
    • VRAM Free: 15685648384
    • Torch VRAM Total: 0
    • Torch VRAM Free: 0

Logs

2025-10-23T11:18:06.735394 - Traceback (most recent call last): 2025-10-23T11:18:06.736980 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1268, in _wrap_create_connection sock = await aiohappyeyeballs.start_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.736980 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohappyeyeballs\impl.py", line 122, in start_connection raise first_exception 2025-10-23T11:18:06.738081 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohappyeyeballs\impl.py", line 73, in start_connection sock = await _connect_sock( ^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.738081 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohappyeyeballs\impl.py", line 208, in _connect_sock await loop.sock_connect(sock, address) 2025-10-23T11:18:06.738081 - File "D:\ComfyUI-aki-v2\python\Lib\asyncio\proactor_events.py", line 729, in sock_connect return await self._proactor.connect(sock, address) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.739083 - File "D:\ComfyUI-aki-v2\python\Lib\asyncio\windows_events.py", line 803, in _poll value = callback(transferred, key, ov) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.739083 - File "D:\ComfyUI-aki-v2\python\Lib\asyncio\windows_events.py", line 599, in finish_connect ov.getresult() 2025-10-23T11:18:06.739083 - ConnectionRefusedError: [WinError 1225] 远程计算机拒绝网络连接。 2025-10-23T11:18:06.740100 - The above exception was the direct cause of the following exception: 2025-10-23T11:18:06.740100 - Traceback (most recent call last): 2025-10-23T11:18:06.740100 - File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 1735, in get_cache json_obj = await manager_util.get_data(uri, True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.741087 - File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Manager\glob\manager_util.py", line 145, in get_data async with session.get(uri, headers=headers) as resp: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.741087 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\client.py", line 1488, in __aenter__ self._resp: _RetType = await self._coro ^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.742068 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\client.py", line 770, in _request resp = await handler(req) ^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.742068 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\client.py", line 725, in _connect_and_send_request conn = await self._connector.connect( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.742068 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 642, in connect proto = await self._create_connection(req, traces, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.742068 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1207, in _create_connection _, proto = await self._create_proxy_connection(req, traces, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.743085 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1606, in _create_proxy_connection transport, proto = await self._create_direct_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.743085 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1581, in _create_direct_connection raise last_exc 2025-10-23T11:18:06.743085 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1550, in _create_direct_connection transp, proto = await self._wrap_create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.743085 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1291, in _wrap_create_connection raise client_error(req.connection_key, exc) from exc 2025-10-23T11:18:06.744081 - aiohttp.client_exceptions.ClientProxyConnectionError: Cannot connect to host 127.0.0.1:33210 ssl:default [远程计算机拒绝网络连接。] 2025-10-23T11:18:06.744081 - [ComfyUI-Manager] Failed to perform initial fetching 'extension-node-map.json': Cannot connect to host 127.0.0.1:33210 ssl:default [远程计算机拒绝网络连接。] 2025-10-23T11:18:06.745070 - Traceback (most recent call last): 2025-10-23T11:18:06.746076 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1268, in _wrap_create_connection sock = await aiohappyeyeballs.start_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.746076 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohappyeyeballs\impl.py", line 122, in start_connection raise first_exception 2025-10-23T11:18:06.746076 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohappyeyeballs\impl.py", line 73, in start_connection sock = await _connect_sock( ^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.746076 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohappyeyeballs\impl.py", line 208, in _connect_sock await loop.sock_connect(sock, address) 2025-10-23T11:18:06.747075 - File "D:\ComfyUI-aki-v2\python\Lib\asyncio\proactor_events.py", line 729, in sock_connect return await self._proactor.connect(sock, address) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.747075 - File "D:\ComfyUI-aki-v2\python\Lib\asyncio\windows_events.py", line 803, in _poll value = callback(transferred, key, ov) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.747666 - File "D:\ComfyUI-aki-v2\python\Lib\asyncio\windows_events.py", line 599, in finish_connect ov.getresult() 2025-10-23T11:18:06.747666 - ConnectionRefusedError: [WinError 1225] 远程计算机拒绝网络连接。 2025-10-23T11:18:06.747666 - The above exception was the direct cause of the following exception: 2025-10-23T11:18:06.747666 - Traceback (most recent call last): 2025-10-23T11:18:06.748758 - File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 1735, in get_cache json_obj = await manager_util.get_data(uri, True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.748758 - File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Manager\glob\manager_util.py", line 145, in get_data async with session.get(uri, headers=headers) as resp: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.749761 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\client.py", line 1488, in __aenter__ self._resp: _RetType = await self._coro ^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.749761 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\client.py", line 770, in _request resp = await handler(req) ^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.749761 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\client.py", line 725, in _connect_and_send_request conn = await self._connector.connect( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.750753 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 642, in connect proto = await self._create_connection(req, traces, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.750753 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1207, in _create_connection _, proto = await self._create_proxy_connection(req, traces, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.750753 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1606, in _create_proxy_connection transport, proto = await self._create_direct_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.751748 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1581, in _create_direct_connection raise last_exc 2025-10-23T11:18:06.751748 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1550, in _create_direct_connection transp, proto = await self._wrap_create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.751748 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1291, in _wrap_create_connection raise client_error(req.connection_key, exc) from exc 2025-10-23T11:18:06.751748 - aiohttp.client_exceptions.ClientProxyConnectionError: Cannot connect to host 127.0.0.1:33210 ssl:default [远程计算机拒绝网络连接。] 2025-10-23T11:18:06.752759 - [ComfyUI-Manager] Failed to perform initial fetching 'model-list.json': Cannot connect to host 127.0.0.1:33210 ssl:default [远程计算机拒绝网络连接。] 2025-10-23T11:18:06.753754 - Traceback (most recent call last): 2025-10-23T11:18:06.754753 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1268, in _wrap_create_connection sock = await aiohappyeyeballs.start_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.754753 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohappyeyeballs\impl.py", line 122, in start_connection raise first_exception 2025-10-23T11:18:06.754753 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohappyeyeballs\impl.py", line 73, in start_connection sock = await _connect_sock( ^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.754753 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohappyeyeballs\impl.py", line 208, in _connect_sock await loop.sock_connect(sock, address) 2025-10-23T11:18:06.755762 - File "D:\ComfyUI-aki-v2\python\Lib\asyncio\proactor_events.py", line 729, in sock_connect return await self._proactor.connect(sock, address) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.755762 - File "D:\ComfyUI-aki-v2\python\Lib\asyncio\windows_events.py", line 803, in _poll value = callback(transferred, key, ov) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.755762 - File "D:\ComfyUI-aki-v2\python\Lib\asyncio\windows_events.py", line 599, in finish_connect ov.getresult() 2025-10-23T11:18:06.755762 - ConnectionRefusedError: [WinError 1225] 远程计算机拒绝网络连接。 2025-10-23T11:18:06.755762 - The above exception was the direct cause of the following exception: 2025-10-23T11:18:06.755762 - Traceback (most recent call last): 2025-10-23T11:18:06.758512 - File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 1735, in get_cache json_obj = await manager_util.get_data(uri, True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.765477 - File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Manager\glob\manager_util.py", line 145, in get_data async with session.get(uri, headers=headers) as resp: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.768171 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\client.py", line 1488, in __aenter__ self._resp: _RetType = await self._coro ^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.769166 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\client.py", line 770, in _request resp = await handler(req) ^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.770182 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\client.py", line 725, in _connect_and_send_request conn = await self._connector.connect( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.770182 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 642, in connect proto = await self._create_connection(req, traces, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.771168 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1207, in _create_connection _, proto = await self._create_proxy_connection(req, traces, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.771168 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1606, in _create_proxy_connection transport, proto = await self._create_direct_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.771168 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1581, in _create_direct_connection raise last_exc 2025-10-23T11:18:06.772777 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1550, in _create_direct_connection transp, proto = await self._wrap_create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.772777 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1291, in _wrap_create_connection raise client_error(req.connection_key, exc) from exc 2025-10-23T11:18:06.772777 - aiohttp.client_exceptions.ClientProxyConnectionError: Cannot connect to host 127.0.0.1:33210 ssl:default [远程计算机拒绝网络连接。] 2025-10-23T11:18:06.772777 - [ComfyUI-Manager] Failed to perform initial fetching 'alter-list.json': Cannot connect to host 127.0.0.1:33210 ssl:default [远程计算机拒绝网络连接。] 2025-10-23T11:18:06.773856 - Traceback (most recent call last): 2025-10-23T11:18:06.774901 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1268, in _wrap_create_connection sock = await aiohappyeyeballs.start_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.774901 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohappyeyeballs\impl.py", line 122, in start_connection raise first_exception 2025-10-23T11:18:06.775882 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohappyeyeballs\impl.py", line 73, in start_connection sock = await _connect_sock( ^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.775882 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohappyeyeballs\impl.py", line 208, in _connect_sock await loop.sock_connect(sock, address) 2025-10-23T11:18:06.775882 - File "D:\ComfyUI-aki-v2\python\Lib\asyncio\proactor_events.py", line 729, in sock_connect return await self._proactor.connect(sock, address) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.775882 - File "D:\ComfyUI-aki-v2\python\Lib\asyncio\windows_events.py", line 803, in _poll value = callback(transferred, key, ov) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.776871 - File "D:\ComfyUI-aki-v2\python\Lib\asyncio\windows_events.py", line 599, in finish_connect ov.getresult() 2025-10-23T11:18:06.776871 - ConnectionRefusedError: [WinError 1225] 远程计算机拒绝网络连接。 2025-10-23T11:18:06.777474 - The above exception was the direct cause of the following exception: 2025-10-23T11:18:06.777474 - Traceback (most recent call last): 2025-10-23T11:18:06.778564 - File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 1735, in get_cache json_obj = await manager_util.get_data(uri, True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.778564 - File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Manager\glob\manager_util.py", line 145, in get_data async with session.get(uri, headers=headers) as resp: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.778564 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\client.py", line 1488, in __aenter__ self._resp: _RetType = await self._coro ^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.779606 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\client.py", line 770, in _request resp = await handler(req) ^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.779606 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\client.py", line 725, in _connect_and_send_request conn = await self._connector.connect( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.779606 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 642, in connect proto = await self._create_connection(req, traces, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.779606 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1207, in _create_connection _, proto = await self._create_proxy_connection(req, traces, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.780554 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1606, in _create_proxy_connection transport, proto = await self._create_direct_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.780554 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1581, in _create_direct_connection raise last_exc 2025-10-23T11:18:06.780554 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1550, in _create_direct_connection transp, proto = await self._wrap_create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.780554 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1291, in _wrap_create_connection raise client_error(req.connection_key, exc) from exc 2025-10-23T11:18:06.781568 - aiohttp.client_exceptions.ClientProxyConnectionError: Cannot connect to host 127.0.0.1:33210 ssl:default [远程计算机拒绝网络连接。] 2025-10-23T11:18:06.781568 - [ComfyUI-Manager] Failed to perform initial fetching 'github-stats.json': Cannot connect to host 127.0.0.1:33210 ssl:default [远程计算机拒绝网络连接。] 2025-10-23T11:18:06.782562 - Traceback (most recent call last): 2025-10-23T11:18:06.782562 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1268, in _wrap_create_connection sock = await aiohappyeyeballs.start_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.783571 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohappyeyeballs\impl.py", line 122, in start_connection raise first_exception 2025-10-23T11:18:06.783571 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohappyeyeballs\impl.py", line 73, in start_connection sock = await _connect_sock( ^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.784562 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohappyeyeballs\impl.py", line 208, in _connect_sock await loop.sock_connect(sock, address) 2025-10-23T11:18:06.784562 - File "D:\ComfyUI-aki-v2\python\Lib\asyncio\proactor_events.py", line 729, in sock_connect return await self._proactor.connect(sock, address) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.784562 - File "D:\ComfyUI-aki-v2\python\Lib\asyncio\windows_events.py", line 803, in _poll value = callback(transferred, key, ov) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.785578 - File "D:\ComfyUI-aki-v2\python\Lib\asyncio\windows_events.py", line 599, in finish_connect ov.getresult() 2025-10-23T11:18:06.785578 - ConnectionRefusedError: [WinError 1225] 远程计算机拒绝网络连接。 2025-10-23T11:18:06.785578 - The above exception was the direct cause of the following exception: 2025-10-23T11:18:06.785578 - Traceback (most recent call last): 2025-10-23T11:18:06.787169 - File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 1735, in get_cache json_obj = await manager_util.get_data(uri, True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.787169 - File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Manager\glob\manager_util.py", line 145, in get_data async with session.get(uri, headers=headers) as resp: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.787169 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\client.py", line 1488, in __aenter__ self._resp: _RetType = await self._coro ^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.788263 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\client.py", line 770, in _request resp = await handler(req) ^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.788263 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\client.py", line 725, in _connect_and_send_request conn = await self._connector.connect( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.788263 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 642, in connect proto = await self._create_connection(req, traces, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.788263 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1207, in _create_connection _, proto = await self._create_proxy_connection(req, traces, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.789265 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1606, in _create_proxy_connection transport, proto = await self._create_direct_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.789265 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1581, in _create_direct_connection raise last_exc 2025-10-23T11:18:06.789265 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1550, in _create_direct_connection transp, proto = await self._wrap_create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-23T11:18:06.789265 - File "D:\ComfyUI-aki-v2\python\Lib\site-packages\aiohttp\connector.py", line 1291, in _wrap_create_connection raise client_error(req.connection_key, exc) from exc 2025-10-23T11:18:06.790272 - aiohttp.client_exceptions.ClientProxyConnectionError: Cannot connect to host 127.0.0.1:33210 ssl:default [远程计算机拒绝网络连接。] 2025-10-23T11:18:06.790272 - [ComfyUI-Manager] The private comfyregistry is not yet supported in `network_mode=private`. 2025-10-23T11:18:06.790272 - [ComfyUI-Manager] All startup tasks have been completed. 2025-10-23T11:18:06.975409 - -------------- 2025-10-23T11:18:06.975409 - �[91m ### Mixlab Nodes: �[93mLoaded 2025-10-23T11:18:06.978106 - ChatGPT.available False 2025-10-23T11:18:06.979100 - edit_mask.available True 2025-10-23T11:18:08.500226 - ## clip_interrogator_model not found: D:\ComfyUI-aki-v2\ComfyUI\models\clip_interrogator\Salesforce\blip-image-captioning-base, pls download from https://huggingface.co/Salesforce/blip-image-captioning-base2025-10-23T11:18:08.501234 - 2025-10-23T11:18:08.501234 - ClipInterrogator.available True 2025-10-23T11:18:08.585297 - ## text_generator_model not found: D:\ComfyUI-aki-v2\ComfyUI\models\prompt_generator\text2image-prompt-generator, pls download from https://huggingface.co/succinctly/text2image-prompt-generator/tree/main2025-10-23T11:18:08.585297 - 2025-10-23T11:18:08.585297 - ## zh_en_model not found: D:\ComfyUI-aki-v2\ComfyUI\models\prompt_generator\opus-mt-zh-en, pls download from https://huggingface.co/Helsinki-NLP/opus-mt-zh-en/tree/main2025-10-23T11:18:08.585297 - 2025-10-23T11:18:08.585297 - PromptGenerate.available True 2025-10-23T11:18:08.585297 - ChinesePrompt.available True 2025-10-23T11:18:08.586807 - RembgNode_.available True 2025-10-23T11:18:08.592825 - ffmpeg could not be found. Using ffmpeg from imageio-ffmpeg.2025-10-23T11:18:08.592825 - 2025-10-23T11:18:08.820079 - TripoSR.available 2025-10-23T11:18:08.822076 - MiniCPMNode.available 2025-10-23T11:18:08.881332 - Scenedetect.available 2025-10-23T11:18:08.935946 - FishSpeech.available 2025-10-23T11:18:08.938821 - SenseVoice.available False 2025-10-23T11:18:09.485509 - Whisper.available False 2025-10-23T11:18:09.488085 - fal-client## OK2025-10-23T11:18:09.488085 - 2025-10-23T11:18:09.503904 - FalVideo.available 2025-10-23T11:18:09.503904 - �[93m -------------- �[0m 2025-10-23T11:18:09.589736 - 02025-10-23T11:18:09.589736 - 2025-10-23T11:18:09.589736 - NVIDIA GeForce RTX 5080 Laptop GPU2025-10-23T11:18:09.589736 - 2025-10-23T11:18:09.590736 - D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-RealESRGAN_Upscaler\models\RealESRGAN_x4plus.pth2025-10-23T11:18:09.590736 - 2025-10-23T11:18:09.590736 - D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-RealESRGAN_Upscaler\models\RealESRGAN_x2plus.pth2025-10-23T11:18:09.590736 - 2025-10-23T11:18:09.590736 - D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-RealESRGAN_Upscaler\models\RealESRNet_x4plus.pth2025-10-23T11:18:09.590736 - 2025-10-23T11:18:09.590736 - D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-RealESRGAN_Upscaler\models\ESRGAN_SRx4_DF2KOST_official-ff704c30.pth2025-10-23T11:18:09.590736 - 2025-10-23T11:18:09.591737 - ComfyUI RealEsrganUpscaler Nodes: 2025-10-23T11:18:09.591737 - Loaded2025-10-23T11:18:09.591737 - 2025-10-23T11:18:12.074915 - Traceback (most recent call last): File "D:\ComfyUI-aki-v2\ComfyUI\nodes.py", line 2131, in load_custom_node module_spec.loader.exec_module(module) File "<frozen importlib._bootstrap_external>", line 999, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper\__init__.py", line 1, in <module> from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper\nodes.py", line 13, in <module> from .gguf.gguf import set_lora_params File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper\gguf\gguf.py", line 3, in <module> from diffusers.quantizers.gguf.utils import GGUFParameter, dequantize_gguf_tensor ModuleNotFoundError: No module named 'diffusers.quantizers' 2025-10-23T11:18:12.074915 - Cannot import D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper module for custom nodes: No module named 'diffusers.quantizers' 2025-10-23T11:18:12.078427 - (pysssss:WD14Tagger) [DEBUG] Available ORT providers: TensorrtExecutionProvider, CUDAExecutionProvider, CPUExecutionProvider2025-10-23T11:18:12.078427 - 2025-10-23T11:18:12.078427 - (pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider2025-10-23T11:18:12.078427 - 2025-10-23T11:18:12.085436 - [D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ckpts path: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts2025-10-23T11:18:12.085436 - 2025-10-23T11:18:12.087049 - [D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using symlinks: False2025-10-23T11:18:12.087049 - 2025-10-23T11:18:12.088065 - [D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']2025-10-23T11:18:12.088065 - 2025-10-23T11:18:12.114193 - DWPose: Onnxruntime with acceleration providers detected2025-10-23T11:18:12.114193 - 2025-10-23T11:18:18.258469 - ### [START] ComfyUI AlekPet Nodes 2025-10-23T11:18:18.258469 - v1.0.772025-10-23T11:18:18.258469 - ###2025-10-23T11:18:18.259468 - 2025-10-23T11:18:18.259468 - Node -> ArgosTranslateNode: 2025-10-23T11:18:18.259468 - ArgosTranslateCLIPTextEncodeNode, ArgosTranslateTextNode2025-10-23T11:18:18.259468 - 2025-10-23T11:18:18.259468 - [Loading]2025-10-23T11:18:18.259468 - 2025-10-23T11:18:18.259468 - Node -> ChatGLMNode: 2025-10-23T11:18:18.259468 - ChatGLM4TranslateCLIPTextEncodeNode, ChatGLM4TranslateTextNode, ChatGLM4InstructNode, ChatGLM4InstructMediaNode2025-10-23T11:18:18.259468 - 2025-10-23T11:18:18.259468 - [Loading]2025-10-23T11:18:18.259468 - 2025-10-23T11:18:18.259468 - Node -> DeepLXTranslateNode: 2025-10-23T11:18:18.259468 - [Loading]2025-10-23T11:18:18.259468 - 2025-10-23T11:18:18.259468 - Node -> DeepTranslatorNode: 2025-10-23T11:18:18.259468 - DeepTranslatorCLIPTextEncodeNode, DeepTranslatorTextNode2025-10-23T11:18:18.259468 - 2025-10-23T11:18:18.259468 - [Loading]2025-10-23T11:18:18.259468 - 2025-10-23T11:18:18.259468 - Node -> ExtrasNode: 2025-10-23T11:18:18.259468 - PreviewTextNode, HexToHueNode, ColorsCorrectNode2025-10-23T11:18:18.259468 - 2025-10-23T11:18:18.259468 - [Loading]2025-10-23T11:18:18.259468 - 2025-10-23T11:18:18.259468 - Node -> GoogleTranslateNode: 2025-10-23T11:18:18.259468 - GoogleTranslateCLIPTextEncodeNode, GoogleTranslateTextNode2025-10-23T11:18:18.259468 - 2025-10-23T11:18:18.259468 - [Loading]2025-10-23T11:18:18.259468 - 2025-10-23T11:18:18.259468 - Node -> IDENode: 2025-10-23T11:18:18.260469 - IDENode2025-10-23T11:18:18.260469 - 2025-10-23T11:18:18.260469 - [Loading]2025-10-23T11:18:18.260469 - 2025-10-23T11:18:18.260469 - Node -> PainterNode: 2025-10-23T11:18:18.260469 - PainterNode2025-10-23T11:18:18.260469 - 2025-10-23T11:18:18.260469 - [Loading]2025-10-23T11:18:18.260469 - 2025-10-23T11:18:18.260469 - Node -> PoseNode: 2025-10-23T11:18:18.260469 - PoseNode2025-10-23T11:18:18.260469 - 2025-10-23T11:18:18.260469 - [Loading]2025-10-23T11:18:18.260469 - 2025-10-23T11:18:18.260469 - ### [END] ComfyUI AlekPet Nodes ###2025-10-23T11:18:18.260469 - 2025-10-23T11:18:20.694091 - 2025-10-23T11:18:20.694091 - [rgthree-comfy] Loaded 48 epic nodes. 🎉2025-10-23T11:18:20.694091 - 2025-10-23T11:18:20.694091 - 2025-10-23T11:18:20.701326 - Import times for custom nodes: 2025-10-23T11:18:20.701326 - 0.0 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\websocket_image_save.py 2025-10-23T11:18:20.701326 - 0.0 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui-logic 2025-10-23T11:18:20.701326 - 0.0 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\sd-dynamic-thresholding 2025-10-23T11:18:20.701326 - 0.0 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger 2025-10-23T11:18:20.701326 - 0.0 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus 2025-10-23T11:18:20.701326 - 0.0 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-layerdiffuse 2025-10-23T11:18:20.701326 - 0.0 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale 2025-10-23T11:18:20.702325 - 0.0 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\cg-use-everywhere 2025-10-23T11:18:20.702325 - 0.0 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts 2025-10-23T11:18:20.702325 - 0.0 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-KJNodes 2025-10-23T11:18:20.702325 - 0.0 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-GGUF 2025-10-23T11:18:20.702325 - 0.1 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-IC-Light 2025-10-23T11:18:20.702325 - 0.1 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_controlnet_aux 2025-10-23T11:18:20.702325 - 0.1 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-HunyuanVideoWrapper 2025-10-23T11:18:20.702325 - 0.1 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack 2025-10-23T11:18:20.702325 - 0.1 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-RealESRGAN_Upscaler 2025-10-23T11:18:20.702325 - 0.1 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_segment_anything_alt 2025-10-23T11:18:20.702325 - 0.1 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Crystools 2025-10-23T11:18:20.702325 - 0.2 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_layerstyle 2025-10-23T11:18:20.702325 - 0.2 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui-brushnet 2025-10-23T11:18:20.702325 - 0.3 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Impact-Pack 2025-10-23T11:18:20.702325 - 0.7 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui-easy-use 2025-10-23T11:18:20.702325 - 0.8 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Manager 2025-10-23T11:18:20.703322 - 2.1 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\rgthree-comfy 2025-10-23T11:18:20.703322 - 2.1 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfy-mtb 2025-10-23T11:18:20.703322 - 2.5 seconds (IMPORT FAILED): D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper 2025-10-23T11:18:20.703322 - 4.8 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui-mixlab-nodes 2025-10-23T11:18:20.703322 - 5.2 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui-dataset 2025-10-23T11:18:20.703322 - 6.1 seconds: D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet 2025-10-23T11:18:20.703322 - 2025-10-23T11:18:21.590605 - Context impl SQLiteImpl. 2025-10-23T11:18:21.590605 - Will assume non-transactional DDL. 2025-10-23T11:18:21.591606 - No target revision found. 2025-10-23T11:18:21.628285 - ________________________________________________________________________ WARNING WARNING WARNING WARNING WARNING Installed frontend version 1.25.11 is lower than the recommended version 1.28.7. Please install the updated requirements.txt file by running: D:\ComfyUI-aki-v2\python\python.exe -s -m pip install -r D:\ComfyUI-aki-v2\ComfyUI\requirements.txt If you are on the portable package you can run: update\update_comfyui.bat to solve this problem. This error is happening because the ComfyUI frontend is no longer shipped as part of the main repo but as a pip package instead. ________________________________________________________________________ 2025-10-23T11:18:21.629302 - Starting server 2025-10-23T11:18:21.629302 - To see the GUI go to: http://127.0.0.1:8188 2025-10-23T11:18:24.740717 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/buttonGroup.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version. 2025-10-23T11:18:24.741702 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version. 2025-10-23T11:18:24.748888 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/clipspace.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version. 2025-10-23T11:18:24.752681 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/groupNode.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version. 2025-10-23T11:18:24.754693 - D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe-lightbox.esm.min.js2025-10-23T11:18:24.755689 - 2025-10-23T11:18:24.763904 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/button.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version. 2025-10-23T11:18:24.784637 - D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe.min.css2025-10-23T11:18:24.785637 - 2025-10-23T11:18:24.786640 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/popup.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version. 2025-10-23T11:18:24.799166 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/widgetInputs.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version. 2025-10-23T11:18:24.815088 - D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/pickr.min.js2025-10-23T11:18:24.816102 - 2025-10-23T11:18:25.308887 - D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/classic.min.css2025-10-23T11:18:25.308887 - 2025-10-23T11:18:25.311995 - D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.css2025-10-23T11:18:25.312999 - 2025-10-23T11:18:27.077312 - D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/model-viewer.min.js2025-10-23T11:18:27.077312 - 2025-10-23T11:18:27.100683 - D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.min.js2025-10-23T11:18:27.100683 - 2025-10-23T11:18:57.887078 - got prompt 2025-10-23T11:18:58.153158 - D:\ComfyUI-aki-v2\python\Lib\site-packages\torch\functional.py:554: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\pytorch\aten\src\ATen\native\TensorShape.cpp:4324.) return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2025-10-23T11:18:59.187043 - final text_encoder_type: bert-base-uncased2025-10-23T11:18:59.187616 - 2025-10-23T11:19:13.705329 - !!! Exception during processing !!! (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /bert-base-uncased/resolve/main/added_tokens.json (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000002123084C8F0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。')))"), '(Request ID: 8a89b7a8-d1ee-40fa-8d86-95472474d66a)') 2025-10-23T11:19:13.719264 - Traceback (most recent call last): File "D:\ComfyUI-aki-v2\python\Lib\site-packages\urllib3\connection.py", line 174, in _new_conn conn = connection.create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\urllib3\util\connection.py", line 95, in create_connection raise err File "D:\ComfyUI-aki-v2\python\Lib\site-packages\urllib3\util\connection.py", line 85, in create_connection sock.connect(sa) ConnectionRefusedError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "D:\ComfyUI-aki-v2\python\Lib\site-packages\urllib3\connectionpool.py", line 713, in urlopen self._prepare_proxy(conn) File "D:\ComfyUI-aki-v2\python\Lib\site-packages\urllib3\connectionpool.py", line 1015, in _prepare_proxy conn.connect() File "D:\ComfyUI-aki-v2\python\Lib\site-packages\urllib3\connection.py", line 363, in connect self.sock = conn = self._new_conn() ^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\urllib3\connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x000002123084C8F0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "D:\ComfyUI-aki-v2\python\Lib\site-packages\requests\adapters.py", line 667, in send resp = conn.urlopen( ^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\urllib3\connectionpool.py", line 802, in urlopen retries = retries.increment( ^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\urllib3\util\retry.py", line 594, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /bert-base-uncased/resolve/main/added_tokens.json (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000002123084C8F0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。'))) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "D:\ComfyUI-aki-v2\ComfyUI\execution.py", line 498, in execute output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\execution.py", line 316, in get_output_data return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\execution.py", line 290, in _async_map_node_over_list await process_inputs(input_dict, i) File "D:\ComfyUI-aki-v2\ComfyUI\execution.py", line 278, in process_inputs result = f(**inputs) ^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_segment_anything_alt\node.py", line 286, in main dino_model = load_groundingdino_model(model_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_segment_anything_alt\node.py", line 126, in load_groundingdino_model dino = local_groundingdino_build_model(dino_model_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_layerstyle\py\local_groundingdino\models\__init__.py", line 17, in build_model model = build_func(args) ^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_layerstyle\py\local_groundingdino\models\GroundingDINO\groundingdino.py", line 362, in build_groundingdino model = GroundingDINO( ^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_layerstyle\py\local_groundingdino\models\GroundingDINO\groundingdino.py", line 97, in __init__ self.tokenizer = get_tokenlizer.get_tokenlizer(text_encoder_type) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_layerstyle\py\local_groundingdino\util\get_tokenlizer.py", line 19, in get_tokenlizer tokenizer = AutoTokenizer.from_pretrained(text_encoder_type) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\transformers\models\auto\tokenization_auto.py", line 963, in from_pretrained return tokenizer_class_fast.from_pretrained(pretrained_model_name_or_path, *inputs, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\transformers\tokenization_utils_base.py", line 2008, in from_pretrained resolved_vocab_files[file_id] = cached_file( ^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\transformers\utils\hub.py", line 342, in cached_file resolved_file = hf_hub_download( ^^^^^^^^^^^^^^^^ File "<enhanced_experience patches.hfmirror.huggingface_hub>", line 47, in hf_hub_download_wrapper_inner File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\file_download.py", line 1010, in hf_hub_download return _hf_hub_download_to_cache_dir( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\file_download.py", line 1073, in _hf_hub_download_to_cache_dir (url_to_download, etag, commit_hash, expected_size, xet_file_data, head_call_error) = _get_metadata_or_catch_error( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\file_download.py", line 1546, in _get_metadata_or_catch_error metadata = get_hf_file_metadata( ^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\file_download.py", line 1463, in get_hf_file_metadata r = _request_wrapper( ^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\file_download.py", line 286, in _request_wrapper response = _request_wrapper( ^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\file_download.py", line 309, in _request_wrapper response = http_backoff(method=method, url=url, **params, retry_on_exceptions=(), retry_on_status_codes=(429,)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\utils\_http.py", line 310, in http_backoff response = session.request(method=method, url=url, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\requests\sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\requests\sessions.py", line 703, in send r = adapter.send(request, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\utils\_http.py", line 96, in send return super().send(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\requests\adapters.py", line 694, in send raise ProxyError(e, request=request) requests.exceptions.ProxyError: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /bert-base-uncased/resolve/main/added_tokens.json (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000002123084C8F0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。')))"), '(Request ID: 8a89b7a8-d1ee-40fa-8d86-95472474d66a)') 2025-10-23T11:19:13.729059 - Prompt executed in 15.83 seconds 2025-10-23T11:19:24.791885 - got prompt 2025-10-23T11:19:26.043846 - final text_encoder_type: bert-base-uncased2025-10-23T11:19:26.044363 - 2025-10-23T11:19:40.475878 - !!! Exception during processing !!! (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /bert-base-uncased/resolve/main/added_tokens.json (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000021211162BD0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。')))"), '(Request ID: db5691bb-bbe2-434a-9b73-26cf91c66a5d)') 2025-10-23T11:19:40.482562 - Traceback (most recent call last): File "D:\ComfyUI-aki-v2\python\Lib\site-packages\urllib3\connection.py", line 174, in _new_conn conn = connection.create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\urllib3\util\connection.py", line 95, in create_connection raise err File "D:\ComfyUI-aki-v2\python\Lib\site-packages\urllib3\util\connection.py", line 85, in create_connection sock.connect(sa) ConnectionRefusedError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "D:\ComfyUI-aki-v2\python\Lib\site-packages\urllib3\connectionpool.py", line 713, in urlopen self._prepare_proxy(conn) File "D:\ComfyUI-aki-v2\python\Lib\site-packages\urllib3\connectionpool.py", line 1015, in _prepare_proxy conn.connect() File "D:\ComfyUI-aki-v2\python\Lib\site-packages\urllib3\connection.py", line 363, in connect self.sock = conn = self._new_conn() ^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\urllib3\connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x0000021211162BD0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "D:\ComfyUI-aki-v2\python\Lib\site-packages\requests\adapters.py", line 667, in send resp = conn.urlopen( ^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\urllib3\connectionpool.py", line 802, in urlopen retries = retries.increment( ^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\urllib3\util\retry.py", line 594, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /bert-base-uncased/resolve/main/added_tokens.json (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000021211162BD0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。'))) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "D:\ComfyUI-aki-v2\ComfyUI\execution.py", line 498, in execute output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\execution.py", line 316, in get_output_data return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\execution.py", line 290, in _async_map_node_over_list await process_inputs(input_dict, i) File "D:\ComfyUI-aki-v2\ComfyUI\execution.py", line 278, in process_inputs result = f(**inputs) ^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_segment_anything_alt\node.py", line 286, in main dino_model = load_groundingdino_model(model_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_segment_anything_alt\node.py", line 126, in load_groundingdino_model dino = local_groundingdino_build_model(dino_model_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_layerstyle\py\local_groundingdino\models\__init__.py", line 17, in build_model model = build_func(args) ^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_layerstyle\py\local_groundingdino\models\GroundingDINO\groundingdino.py", line 362, in build_groundingdino model = GroundingDINO( ^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_layerstyle\py\local_groundingdino\models\GroundingDINO\groundingdino.py", line 97, in __init__ self.tokenizer = get_tokenlizer.get_tokenlizer(text_encoder_type) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_layerstyle\py\local_groundingdino\util\get_tokenlizer.py", line 19, in get_tokenlizer tokenizer = AutoTokenizer.from_pretrained(text_encoder_type) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\transformers\models\auto\tokenization_auto.py", line 963, in from_pretrained return tokenizer_class_fast.from_pretrained(pretrained_model_name_or_path, *inputs, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\transformers\tokenization_utils_base.py", line 2008, in from_pretrained resolved_vocab_files[file_id] = cached_file( ^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\transformers\utils\hub.py", line 342, in cached_file resolved_file = hf_hub_download( ^^^^^^^^^^^^^^^^ File "<enhanced_experience patches.hfmirror.huggingface_hub>", line 47, in hf_hub_download_wrapper_inner File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\file_download.py", line 1010, in hf_hub_download return _hf_hub_download_to_cache_dir( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\file_download.py", line 1073, in _hf_hub_download_to_cache_dir (url_to_download, etag, commit_hash, expected_size, xet_file_data, head_call_error) = _get_metadata_or_catch_error( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\file_download.py", line 1546, in _get_metadata_or_catch_error metadata = get_hf_file_metadata( ^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\file_download.py", line 1463, in get_hf_file_metadata r = _request_wrapper( ^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\file_download.py", line 286, in _request_wrapper response = _request_wrapper( ^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\file_download.py", line 309, in _request_wrapper response = http_backoff(method=method, url=url, **params, retry_on_exceptions=(), retry_on_status_codes=(429,)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\utils\_http.py", line 310, in http_backoff response = session.request(method=method, url=url, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\requests\sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\requests\sessions.py", line 703, in send r = adapter.send(request, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\huggingface_hub\utils\_http.py", line 96, in send return super().send(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI-aki-v2\python\Lib\site-packages\requests\adapters.py", line 694, in send raise ProxyError(e, request=request) requests.exceptions.ProxyError: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /bert-base-uncased/resolve/main/added_tokens.json (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000021211162BD0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。')))"), '(Request ID: db5691bb-bbe2-434a-9b73-26cf91c66a5d)') 2025-10-23T11:19:40.491132 - Prompt executed in 15.69 seconds 

Attached Workflow

Please make sure that workflow does not contain any sensitive information such as API keys or passwords.

Workflow too large. Please manually upload the workflow from local file system. 

Additional Context

(Please add any additional context or steps to reproduce the error here)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions