mca问题哪位大神有解决办法,求助!!!
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 155
Description
### Expected Behavior
### [END] ComfyUI AlekPet Nodes ###
[tinyterraNodes] Loaded
### Loading: ComfyUI-Manager (V3.30.4)
[ComfyUI-Manager] network_mode: public
### ComfyUI Revision: UNKNOWN (The currently installed ComfyUI is not a Git repository)
Import times for custom nodes:
0.0 seconds: /Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/websocket_image_save.py
0.0 seconds: /Users/yj/lj/ComfyUI/custom_nodes/sdxl_prompt_styler
0.0 seconds: /Users/yj/lj/ComfyUI/custom_nodes/ControlNet-LLLite-ComfyUI-main
0.0 seconds: /Users/yj/lj/ComfyUI/custom_nodes/ComfyUI_ADV_CLIP_emb-master
0.0 seconds: /Users/yj/lj/ComfyUI/custom_nodes/comfyui-wd14-tagger
0.0 seconds: /Users/yj/lj/ComfyUI/custom_nodes/comfyui_instantid
0.0 seconds: /Users/yj/lj/ComfyUI/custom_nodes/comfyui_ipadapter_plus
0.0 seconds: /Users/yj/lj/ComfyUI/custom_nodes/comfyui_essentials
0.0 seconds: /Users/yj/lj/ComfyUI/custom_nodes/comfyui-custom-scripts
0.0 seconds: /Users/yj/lj/ComfyUI/custom_nodes/comfyui_ultimatesdupscale
0.0 seconds: /Users/yj/lj/ComfyUI/custom_nodes/derfuu_comfyui_moddednodes
0.0 seconds: /Users/yj/lj/ComfyUI/custom_nodes/comfyui-frame-interpolation
0.0 seconds: /Users/yj/lj/ComfyUI/custom_nodes/efficiency-nodes-comfyui
0.0 seconds: /Users/yj/lj/ComfyUI/custom_nodes/rgthree-comfy
0.0 seconds: /Users/yj/lj/ComfyUI/custom_nodes/comfyui-advanced-controlnet
0.0 seconds: /Users/yj/lj/ComfyUI/custom_nodes/comfyui-nikosis-preprocessors
0.0 seconds: /Users/yj/lj/ComfyUI/custom_nodes/comfyui-kjnodes
0.0 seconds: /Users/yj/lj/ComfyUI/custom_nodes/comfyui_tinyterranodes
0.0 seconds: /Users/yj/lj/ComfyUI/custom_nodes/comfyui_controlnet_aux
0.0 seconds: /Users/yj/lj/ComfyUI/custom_nodes/comfyui-animatediff-evolved
0.0 seconds: /Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI-Manager
0.0 seconds: /Users/yj/lj/ComfyUI/custom_nodes/comfyui-dynamicrafterwrapper
0.0 seconds: /Users/yj/lj/ComfyUI/custom_nodes/comfyui-inspire-pack
0.1 seconds: /Users/yj/lj/ComfyUI/custom_nodes/comfyui-impact-pack
0.5 seconds: /Users/yj/lj/ComfyUI/custom_nodes/comfyui-videohelpersuite
0.9 seconds: /Users/yj/lj/ComfyUI/custom_nodes/comfyui_custom_nodes_alekpet
1.0 seconds: /Users/yj/lj/ComfyUI/custom_nodes/comfyui_fizznodes
2.7 seconds: /Users/yj/lj/ComfyUI/custom_nodes/comfyui_faceanalysis
[ComfyUI-Manager] Failed to perform initial fetching 'custom-node-list.json': Cannot connect to host 127.0.0.1:7890 ssl:default [Connect call failed ('127.0.0.1', 7890)]
Starting server
To see the GUI go to: http://127.0.0.1:8000
Traceback (most recent call last):
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1115, in _wrap_create_connection
sock = await aiohappyeyeballs.start_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 122, in start_connection
raise first_exception
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 73, in start_connection
sock = await _connect_sock(
^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 208, in _connect_sock
await loop.sock_connect(sock, address)
File "/Users/yj/.local/share/uv/python/cpython-3.12.9-macos-aarch64-none/lib/python3.12/asyncio/selector_events.py", line 651, in sock_connect
return await fut
^^^^^^^^^
File "/Users/yj/.local/share/uv/python/cpython-3.12.9-macos-aarch64-none/lib/python3.12/asyncio/selector_events.py", line 691, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
ConnectionRefusedError: [Errno 61] Connect call failed ('127.0.0.1', 7890)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI-Manager/glob/manager_server.py", line 1709, in get_cache
json_obj = await manager_util.get_data(uri, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI-Manager/glob/manager_util.py", line 139, in get_data
async with session.get(uri, headers=headers) as resp:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/client.py", line 1425, in __aenter__
self._resp: _RetType = await self._coro
^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/client.py", line 703, in _request
conn = await self._connector.connect(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 548, in connect
proto = await self._create_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1054, in _create_connection
_, proto = await self._create_proxy_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1425, in _create_proxy_connection
transport, proto = await self._create_direct_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1400, in _create_direct_connection
raise last_exc
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1369, in _create_direct_connection
transp, proto = await self._wrap_create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1130, in _wrap_create_connection
raise client_error(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientProxyConnectionError: Cannot connect to host 127.0.0.1:7890 ssl:default [Connect call failed ('127.0.0.1', 7890)]
[ComfyUI-Manager] Failed to perform initial fetching 'extension-node-map.json': Cannot connect to host 127.0.0.1:7890 ssl:default [Connect call failed ('127.0.0.1', 7890)]
Traceback (most recent call last):
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1115, in _wrap_create_connection
sock = await aiohappyeyeballs.start_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 122, in start_connection
raise first_exception
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 73, in start_connection
sock = await _connect_sock(
^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 208, in _connect_sock
await loop.sock_connect(sock, address)
File "/Users/yj/.local/share/uv/python/cpython-3.12.9-macos-aarch64-none/lib/python3.12/asyncio/selector_events.py", line 651, in sock_connect
return await fut
^^^^^^^^^
File "/Users/yj/.local/share/uv/python/cpython-3.12.9-macos-aarch64-none/lib/python3.12/asyncio/selector_events.py", line 691, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
ConnectionRefusedError: [Errno 61] Connect call failed ('127.0.0.1', 7890)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI-Manager/glob/manager_server.py", line 1709, in get_cache
json_obj = await manager_util.get_data(uri, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI-Manager/glob/manager_util.py", line 139, in get_data
async with session.get(uri, headers=headers) as resp:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/client.py", line 1425, in __aenter__
self._resp: _RetType = await self._coro
^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/client.py", line 703, in _request
conn = await self._connector.connect(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 548, in connect
proto = await self._create_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1054, in _create_connection
_, proto = await self._create_proxy_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1425, in _create_proxy_connection
transport, proto = await self._create_direct_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1400, in _create_direct_connection
raise last_exc
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1369, in _create_direct_connection
transp, proto = await self._wrap_create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1130, in _wrap_create_connection
raise client_error(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientProxyConnectionError: Cannot connect to host 127.0.0.1:7890 ssl:default [Connect call failed ('127.0.0.1', 7890)]
[ComfyUI-Manager] Failed to perform initial fetching 'model-list.json': Cannot connect to host 127.0.0.1:7890 ssl:default [Connect call failed ('127.0.0.1', 7890)]
Traceback (most recent call last):
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1115, in _wrap_create_connection
sock = await aiohappyeyeballs.start_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 122, in start_connection
raise first_exception
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 73, in start_connection
sock = await _connect_sock(
^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 208, in _connect_sock
await loop.sock_connect(sock, address)
File "/Users/yj/.local/share/uv/python/cpython-3.12.9-macos-aarch64-none/lib/python3.12/asyncio/selector_events.py", line 651, in sock_connect
return await fut
^^^^^^^^^
File "/Users/yj/.local/share/uv/python/cpython-3.12.9-macos-aarch64-none/lib/python3.12/asyncio/selector_events.py", line 691, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
ConnectionRefusedError: [Errno 61] Connect call failed ('127.0.0.1', 7890)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI-Manager/glob/manager_server.py", line 1709, in get_cache
json_obj = await manager_util.get_data(uri, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI-Manager/glob/manager_util.py", line 139, in get_data
async with session.get(uri, headers=headers) as resp:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/client.py", line 1425, in __aenter__
self._resp: _RetType = await self._coro
^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/client.py", line 703, in _request
conn = await self._connector.connect(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 548, in connect
proto = await self._create_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1054, in _create_connection
_, proto = await self._create_proxy_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1425, in _create_proxy_connection
transport, proto = await self._create_direct_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1400, in _create_direct_connection
raise last_exc
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1369, in _create_direct_connection
transp, proto = await self._wrap_create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1130, in _wrap_create_connection
raise client_error(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientProxyConnectionError: Cannot connect to host 127.0.0.1:7890 ssl:default [Connect call failed ('127.0.0.1', 7890)]
[ComfyUI-Manager] Failed to perform initial fetching 'alter-list.json': Cannot connect to host 127.0.0.1:7890 ssl:default [Connect call failed ('127.0.0.1', 7890)]
Traceback (most recent call last):
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1115, in _wrap_create_connection
sock = await aiohappyeyeballs.start_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 122, in start_connection
raise first_exception
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 73, in start_connection
sock = await _connect_sock(
^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 208, in _connect_sock
await loop.sock_connect(sock, address)
File "/Users/yj/.local/share/uv/python/cpython-3.12.9-macos-aarch64-none/lib/python3.12/asyncio/selector_events.py", line 651, in sock_connect
return await fut
^^^^^^^^^
File "/Users/yj/.local/share/uv/python/cpython-3.12.9-macos-aarch64-none/lib/python3.12/asyncio/selector_events.py", line 691, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
ConnectionRefusedError: [Errno 61] Connect call failed ('127.0.0.1', 7890)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI-Manager/glob/manager_server.py", line 1709, in get_cache
json_obj = await manager_util.get_data(uri, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI-Manager/glob/manager_util.py", line 139, in get_data
async with session.get(uri, headers=headers) as resp:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/client.py", line 1425, in __aenter__
self._resp: _RetType = await self._coro
^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/client.py", line 703, in _request
conn = await self._connector.connect(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 548, in connect
proto = await self._create_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1054, in _create_connection
_, proto = await self._create_proxy_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1425, in _create_proxy_connection
transport, proto = await self._create_direct_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1400, in _create_direct_connection
raise last_exc
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1369, in _create_direct_connection
transp, proto = await self._wrap_create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1130, in _wrap_create_connection
raise client_error(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientProxyConnectionError: Cannot connect to host 127.0.0.1:7890 ssl:default [Connect call failed ('127.0.0.1', 7890)]
[ComfyUI-Manager] Failed to perform initial fetching 'github-stats.json': Cannot connect to host 127.0.0.1:7890 ssl:default [Connect call failed ('127.0.0.1', 7890)]
Traceback (most recent call last):
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1115, in _wrap_create_connection
sock = await aiohappyeyeballs.start_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 122, in start_connection
raise first_exception
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 73, in start_connection
sock = await _connect_sock(
^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 208, in _connect_sock
await loop.sock_connect(sock, address)
File "/Users/yj/.local/share/uv/python/cpython-3.12.9-macos-aarch64-none/lib/python3.12/asyncio/selector_events.py", line 651, in sock_connect
return await fut
^^^^^^^^^
File "/Users/yj/.local/share/uv/python/cpython-3.12.9-macos-aarch64-none/lib/python3.12/asyncio/selector_events.py", line 691, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
ConnectionRefusedError: [Errno 61] Connect call failed ('127.0.0.1', 7890)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI-Manager/glob/manager_server.py", line 1709, in get_cache
json_obj = await manager_util.get_data(uri, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI-Manager/glob/manager_util.py", line 139, in get_data
async with session.get(uri, headers=headers) as resp:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/client.py", line 1425, in __aenter__
self._resp: _RetType = await self._coro
^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/client.py", line 703, in _request
conn = await self._connector.connect(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 548, in connect
proto = await self._create_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1054, in _create_connection
_, proto = await self._create_proxy_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1425, in _create_proxy_connection
transport, proto = await self._create_direct_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1400, in _create_direct_connection
raise last_exc
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1369, in _create_direct_connection
transp, proto = await self._wrap_create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/connector.py", line 1130, in _wrap_create_connection
raise client_error(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientProxyConnectionError: Cannot connect to host 127.0.0.1:7890 ssl:default [Connect call failed ('127.0.0.1', 7890)]
Cannot connect to comfyregistry.
nightly_channel:
https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/remote
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json[ComfyUI-Manager] Due to a network error, switching to local mode.
=> custom-node-list.json
=> Cannot connect to host 127.0.0.1:7890 ssl:default [Connect call failed
('127.0.0.1', 7890)]
FETCH DATA from: /Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI-Manager/custom-node-list.json [DONE]
[ComfyUI-Manager] All startup tasks have been completed.
got prompt
Failed to validate prompt for output 85:
* ACN_AdvancedControlNetApply_v2 90:
- Required input is missing: negative
Output will be ignored
Failed to validate prompt for output 80:
Output will be ignored
invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
got prompt
model weight dtype torch.float16, manual cast: None
model_type EPS
Using split attention in VAE
Using split attention in VAE
VAE load device: mps, offload device: cpu, dtype: torch.bfloat16
Requested to load SD1ClipModel
loaded completely 9.5367431640625e+25 235.84423828125 True
CLIP/text encoder model load device: cpu, offload device: cpu, current: cpu, dtype: torch.float16
loaded diffusion model directly to GPU
Requested to load BaseModel
loaded completely 9.5367431640625e+25 1639.406135559082 True
[Inspire Pack] CheckpointLoaderSimpleShared: Ckpt 'SDTurbo/dreamshaper_8.safetensors' is cached to 'SDTurbo/dreamshaper_8.safetensors'.
CLIP: [high quality, detailed, high resolution, 4k
1girl]
Requested to load SD1ClipModel
CLIP: [embedding: EasyNegative,
embedding: BadDream]
warning, embedding: EasyNegative, does not exist, ignoring
warning, embedding: BadDream does not exist, ignoring
WARNING: Sequential prompt keyframes 6:44 and 7:40 are not monotonously increasing; skipping interpolation.
WARNING: Sequential prompt keyframes 6:44 and 7:40 are not monotonously increasing; skipping interpolation.
!!! Exception during processing !!! torch.cat(): expected a non-empty list of Tensors
Traceback (most recent call last):
File "/Applications/ComfyUI.app/Contents/Resources/ComfyUI/execution.py", line 327, 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 "/Applications/ComfyUI.app/Contents/Resources/ComfyUI/execution.py", line 202, 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 "/Applications/ComfyUI.app/Contents/Resources/ComfyUI/execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "/Applications/ComfyUI.app/Contents/Resources/ComfyUI/execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/custom_nodes/comfyui_fizznodes/ScheduledNodes.py", line 159, in animate
return batch_prompt_schedule(settings, clip)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/custom_nodes/comfyui_fizznodes/ScheduleTypes.py", line 49, in batch_prompt_schedule
p = BatchPoolAnimConditioning(pos_cur_prompt, pos_nxt_prompt, weight, clip, settings)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/yj/lj/ComfyUI/custom_nodes/comfyui_fizznodes/BatchFuncs.py", line 345, in BatchPoolAnimConditioning
final_pooled_output = torch.cat(pooled_out, dim=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: torch.cat(): expected a non-empty list of Tensors
Prompt executed in 6.39 seconds
### Actual Behavior
1
### Steps to Reproduce
1
### Debug Logs
```powershell
1
```
### Other
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.