-
-
Notifications
You must be signed in to change notification settings - Fork 877
Open
Description
应用InstantID
'list' object has no attribute 'mul'
ComfyUI Error Report
Error Details
- Node ID: 85
- Node Type: ApplyInstantID
- Exception Type: AttributeError
- Exception Message: 'list' object has no attribute 'mul'
Stack Trace
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 349, 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 "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 224, 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 "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 196, in _map_node_over_list
process_inputs(input_dict, i)
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 185, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_zenid\ZenID.py", line 292, in apply_instantid
face_embed = extractFeatures(insightface, image)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_zenid\ZenID.py", line 172, in extractFeatures
face_img = tensor_to_image(image)
^^^^^^^^^^^^^^^^^^^^^^
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_zenid\utils.py", line 17, in tensor_to_image
image = tensor.mul(255).clamp(0, 255).byte().cpu()
^^^^^^^^^^
System Information
- ComfyUI Version: 0.3.34
- Arguments: I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\main.py --auto-launch --dont-upcast-attention --preview-method auto --use-quad-cross-attention --disable-cuda-malloc
- OS: nt
- Python Version: 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
- Embedded Python: false
- PyTorch Version: 2.3.1+cu118
Devices
- Name: cuda:0 AMD Radeon RX 7700 XT : native
- Type: cuda
- VRAM Total: 12868124672
- VRAM Free: 10486555648
- Torch VRAM Total: 2216689664
- Torch VRAM Free: 88273920
Logs
2025-05-19T21:57:36.590527 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\asyncio\windows_events.py", line 494, in finish_recv
return ov.getresult()
^^^^^^^^^^^^^^
2025-05-19T21:57:36.590527 - 2025-05-19T21:57:36.590527 - OSError: [WinError 121] 信号灯超时时间已到
2025-05-19T21:57:36.590527 - 2025-05-19T21:57:36.590527 -
The above exception was the direct cause of the following exception:
2025-05-19T21:57:36.590527 - 2025-05-19T21:57:36.590527 - Traceback (most recent call last):
2025-05-19T21:57:36.590527 - 2025-05-19T21:57:36.590527 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1729, in get_cache
json_obj = await manager_util.get_data(uri, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-19T21:57:36.590527 - 2025-05-19T21:57:36.590527 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-manager\glob\manager_util.py", line 146, in get_data
async with session.get(uri, headers=headers) as resp:
2025-05-19T21:57:36.590527 - 2025-05-19T21:57:36.591524 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client.py", line 1425, in __aenter__
self._resp: _RetType = await self._coro
^^^^^^^^^^^^^^^^
2025-05-19T21:57:36.591524 - 2025-05-19T21:57:36.591524 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client.py", line 730, in _request
await resp.start(conn)
2025-05-19T21:57:36.591524 - 2025-05-19T21:57:36.591524 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client_reqrep.py", line 1059, in start
message, payload = await protocol.read() # type: ignore[union-attr]
^^^^^^^^^^^^^^^^^^^^^
2025-05-19T21:57:36.591524 - 2025-05-19T21:57:36.591524 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\streams.py", line 671, in read
await self._waiter
2025-05-19T21:57:36.591524 - 2025-05-19T21:57:36.591524 - aiohttp.client_exceptions.ClientOSError: [WinError 121] 信号灯超时时间已到
2025-05-19T21:57:36.591524 - 2025-05-19T21:57:40.453612 - [ComfyUI-Manager] Failed to perform initial fetching 'alter-list.json': [WinError 121] 信号灯超时时间已到
2025-05-19T21:57:40.454608 - Traceback (most recent call last):
2025-05-19T21:57:40.454608 - 2025-05-19T21:57:40.454608 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\asyncio\proactor_events.py", line 286, in _loop_reading
length = fut.result()
^^^^^^^^^^^^
2025-05-19T21:57:40.454608 - 2025-05-19T21:57:40.454608 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\asyncio\windows_events.py", line 854, in _poll
value = callback(transferred, key, ov)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-19T21:57:40.454608 - 2025-05-19T21:57:40.454608 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\asyncio\windows_events.py", line 494, in finish_recv
return ov.getresult()
^^^^^^^^^^^^^^
2025-05-19T21:57:40.454608 - 2025-05-19T21:57:40.454608 - OSError: [WinError 121] 信号灯超时时间已到
2025-05-19T21:57:40.454608 - 2025-05-19T21:57:40.454608 -
The above exception was the direct cause of the following exception:
2025-05-19T21:57:40.454608 - 2025-05-19T21:57:40.454608 - Traceback (most recent call last):
2025-05-19T21:57:40.454608 - 2025-05-19T21:57:40.455605 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1729, in get_cache
json_obj = await manager_util.get_data(uri, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-19T21:57:40.455605 - 2025-05-19T21:57:40.455605 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-manager\glob\manager_util.py", line 146, in get_data
async with session.get(uri, headers=headers) as resp:
2025-05-19T21:57:40.455605 - 2025-05-19T21:57:40.455605 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client.py", line 1425, in __aenter__
self._resp: _RetType = await self._coro
^^^^^^^^^^^^^^^^
2025-05-19T21:57:40.455605 - 2025-05-19T21:57:40.455605 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client.py", line 730, in _request
await resp.start(conn)
2025-05-19T21:57:40.455605 - 2025-05-19T21:57:40.455605 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client_reqrep.py", line 1059, in start
message, payload = await protocol.read() # type: ignore[union-attr]
^^^^^^^^^^^^^^^^^^^^^
2025-05-19T21:57:40.455605 - 2025-05-19T21:57:40.455605 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\streams.py", line 671, in read
await self._waiter
2025-05-19T21:57:40.455605 - 2025-05-19T21:57:40.455605 - aiohttp.client_exceptions.ClientOSError: [WinError 121] 信号灯超时时间已到
2025-05-19T21:57:40.455605 - 2025-05-19T21:57:41.903762 - [ComfyUI-Manager] Failed to perform initial fetching 'custom-node-list.json': [WinError 121] 信号灯超时时间已到
2025-05-19T21:57:41.904759 - Traceback (most recent call last):
2025-05-19T21:57:41.904759 - 2025-05-19T21:57:41.904759 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\asyncio\proactor_events.py", line 286, in _loop_reading
length = fut.result()
^^^^^^^^^^^^
2025-05-19T21:57:41.904759 - 2025-05-19T21:57:41.904759 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\asyncio\windows_events.py", line 854, in _poll
value = callback(transferred, key, ov)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-19T21:57:41.904759 - 2025-05-19T21:57:41.904759 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\asyncio\windows_events.py", line 494, in finish_recv
return ov.getresult()
^^^^^^^^^^^^^^
2025-05-19T21:57:41.904759 - 2025-05-19T21:57:41.904759 - OSError: [WinError 121] 信号灯超时时间已到
2025-05-19T21:57:41.904759 - 2025-05-19T21:57:41.904759 -
The above exception was the direct cause of the following exception:
2025-05-19T21:57:41.904759 - 2025-05-19T21:57:41.904759 - Traceback (most recent call last):
2025-05-19T21:57:41.905756 - 2025-05-19T21:57:41.905756 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1729, in get_cache
json_obj = await manager_util.get_data(uri, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-19T21:57:41.905756 - 2025-05-19T21:57:41.905756 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-manager\glob\manager_util.py", line 146, in get_data
async with session.get(uri, headers=headers) as resp:
2025-05-19T21:57:41.905756 - 2025-05-19T21:57:41.905756 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client.py", line 1425, in __aenter__
self._resp: _RetType = await self._coro
^^^^^^^^^^^^^^^^
2025-05-19T21:57:41.905756 - 2025-05-19T21:57:41.905756 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client.py", line 730, in _request
await resp.start(conn)
2025-05-19T21:57:41.905756 - 2025-05-19T21:57:41.905756 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client_reqrep.py", line 1059, in start
message, payload = await protocol.read() # type: ignore[union-attr]
^^^^^^^^^^^^^^^^^^^^^
2025-05-19T21:57:41.905756 - 2025-05-19T21:57:41.905756 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\streams.py", line 671, in read
await self._waiter
2025-05-19T21:57:41.905756 - 2025-05-19T21:57:41.905756 - aiohttp.client_exceptions.ClientOSError: [WinError 121] 信号灯超时时间已到
2025-05-19T21:57:41.905756 - 2025-05-19T21:57:44.562872 - WARNING ⚠️ NMS time limit 2.050s exceeded
2025-05-19T21:57:44.562872 - WARNING ⚠️ NMS time limit 2.050s exceeded
2025-05-19T21:57:44.562872 - WARNING ⚠️ NMS time limit 2.050s exceeded
2025-05-19T21:57:44.562872 - WARNING ⚠️ NMS time limit 2.050s exceeded
2025-05-19T21:57:44.723336 - 0: 1088x768 1 face, 41.9ms
2025-05-19T21:57:44.723336 - 0: 1088x768 1 face, 41.9ms
2025-05-19T21:57:44.723336 - 0: 1088x768 1 face, 41.9ms
2025-05-19T21:57:44.723336 - 0: 1088x768 1 face, 41.9ms
2025-05-19T21:57:44.723336 - Speed: 1.0ms preprocess, 41.9ms inference, 18974.7ms postprocess per image at shape (1, 3, 1088, 768)
2025-05-19T21:57:44.723336 - Speed: 1.0ms preprocess, 41.9ms inference, 18974.7ms postprocess per image at shape (1, 3, 1088, 768)
2025-05-19T21:57:44.723336 - Speed: 1.0ms preprocess, 41.9ms inference, 18974.7ms postprocess per image at shape (1, 3, 1088, 768)
2025-05-19T21:57:44.723336 - Speed: 1.0ms preprocess, 41.9ms inference, 18974.7ms postprocess per image at shape (1, 3, 1088, 768)
2025-05-19T21:57:44.734298 - *************** EP Error ***************2025-05-19T21:57:44.734298 -
2025-05-19T21:57:44.734298 - EP Error D:\a\_work\1\s\onnxruntime\python\onnxruntime_pybind_state.cc:507 onnxruntime::python::RegisterTensorRTPluginsAsCustomOps Please install TensorRT libraries as mentioned in the GPU requirements page, make sure they're in the PATH or LD_LIBRARY_PATH, and that your GPU is supported.
when using ['TensorrtExecutionProvider', 'CUDAExecutionProvider', 'CPUExecutionProvider']2025-05-19T21:57:44.734298 -
2025-05-19T21:57:44.734298 - Falling back to ['CUDAExecutionProvider', 'CPUExecutionProvider'] and retrying.2025-05-19T21:57:44.734298 -
2025-05-19T21:57:44.734298 - ****************************************2025-05-19T21:57:44.734298 -
2025-05-19T21:58:32.411287 - [ComfyUI-Manager] Failed to perform initial fetching 'extension-node-map.json': [WinError 121] 信号灯超时时间已到
2025-05-19T21:58:32.412282 - Traceback (most recent call last):
2025-05-19T21:58:32.412282 - 2025-05-19T21:58:32.412282 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\asyncio\proactor_events.py", line 286, in _loop_reading
length = fut.result()
^^^^^^^^^^^^
2025-05-19T21:58:32.412282 - 2025-05-19T21:58:32.412282 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\asyncio\windows_events.py", line 854, in _poll
value = callback(transferred, key, ov)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-19T21:58:32.412282 - 2025-05-19T21:58:32.412282 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\asyncio\windows_events.py", line 494, in finish_recv
return ov.getresult()
^^^^^^^^^^^^^^
2025-05-19T21:58:32.412282 - 2025-05-19T21:58:32.412282 - OSError: [WinError 121] 信号灯超时时间已到
2025-05-19T21:58:32.412282 - 2025-05-19T21:58:32.412282 -
The above exception was the direct cause of the following exception:
2025-05-19T21:58:32.412282 - 2025-05-19T21:58:32.412282 - Traceback (most recent call last):
2025-05-19T21:58:32.412282 - 2025-05-19T21:58:32.413279 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1729, in get_cache
json_obj = await manager_util.get_data(uri, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-19T21:58:32.413279 - 2025-05-19T21:58:32.413279 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-manager\glob\manager_util.py", line 146, in get_data
async with session.get(uri, headers=headers) as resp:
2025-05-19T21:58:32.413279 - 2025-05-19T21:58:32.413279 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client.py", line 1425, in __aenter__
self._resp: _RetType = await self._coro
^^^^^^^^^^^^^^^^
2025-05-19T21:58:32.413279 - 2025-05-19T21:58:32.413279 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client.py", line 730, in _request
await resp.start(conn)
2025-05-19T21:58:32.413279 - 2025-05-19T21:58:32.413279 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client_reqrep.py", line 1059, in start
message, payload = await protocol.read() # type: ignore[union-attr]
^^^^^^^^^^^^^^^^^^^^^
2025-05-19T21:58:32.413279 - 2025-05-19T21:58:32.413279 - File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\streams.py", line 671, in read
await self._waiter
2025-05-19T21:58:32.413279 - 2025-05-19T21:58:32.413279 - aiohttp.client_exceptions.ClientOSError: [WinError 121] 信号灯超时时间已到
2025-05-19T21:58:32.413279 - 2025-05-19T21:58:40.983362 - FETCH ComfyRegistry Data: 5/852025-05-19T21:58:40.983362 -
2025-05-19T21:58:50.456477 - FETCH ComfyRegistry Data: 10/852025-05-19T21:58:50.456477 -
2025-05-19T21:59:04.176080 - model weight dtype torch.float8_e4m3fn, manual cast: torch.bfloat16
2025-05-19T21:59:04.180068 - model_type FLUX
2025-05-19T21:59:16.394823 - FETCH ComfyRegistry Data: 15/852025-05-19T21:59:16.397813 -
2025-05-19T21:59:22.912642 - Using split attention in VAE
2025-05-19T21:59:22.940549 - Using split attention in VAE
2025-05-19T21:59:23.541539 - VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
2025-05-19T21:59:23.969111 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
2025-05-19T21:59:27.117581 - FETCH ComfyRegistry Data: 20/852025-05-19T21:59:27.118577 -
2025-05-19T21:59:36.871965 - Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}2025-05-19T21:59:36.871965 -
2025-05-19T21:59:37.065319 - find model:2025-05-19T21:59:37.065319 - 2025-05-19T21:59:37.065319 - I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\models\insightface\models\antelopev2\1k3d68.onnx2025-05-19T21:59:37.065319 - 2025-05-19T21:59:37.066316 - landmark_3d_682025-05-19T21:59:37.067312 - 2025-05-19T21:59:37.067312 - ['None', 3, 192, 192]2025-05-19T21:59:37.067312 - 2025-05-19T21:59:37.067312 - 0.02025-05-19T21:59:37.067312 - 2025-05-19T21:59:37.068309 - 1.02025-05-19T21:59:37.068309 -
2025-05-19T21:59:37.119140 - Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}2025-05-19T21:59:37.119140 -
2025-05-19T21:59:37.124123 - find model:2025-05-19T21:59:37.124123 - 2025-05-19T21:59:37.124123 - I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\models\insightface\models\antelopev2\2d106det.onnx2025-05-19T21:59:37.125119 - 2025-05-19T21:59:37.125119 - landmark_2d_1062025-05-19T21:59:37.125119 - 2025-05-19T21:59:37.126116 - ['None', 3, 192, 192]2025-05-19T21:59:37.127113 - 2025-05-19T21:59:37.127113 - 0.02025-05-19T21:59:37.128109 - 2025-05-19T21:59:37.128109 - 1.02025-05-19T21:59:37.128109 -
2025-05-19T21:59:37.160999 - Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}2025-05-19T21:59:37.160999 -
2025-05-19T21:59:37.163989 - find model:2025-05-19T21:59:37.163989 - 2025-05-19T21:59:37.165982 - I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\models\insightface\models\antelopev2\genderage.onnx2025-05-19T21:59:37.166979 - 2025-05-19T21:59:37.166979 - genderage2025-05-19T21:59:37.167976 - 2025-05-19T21:59:37.167976 - ['None', 3, 96, 96]2025-05-19T21:59:37.168972 - 2025-05-19T21:59:37.168972 - 0.02025-05-19T21:59:37.169969 - 2025-05-19T21:59:37.169969 - 1.02025-05-19T21:59:37.170966 -
2025-05-19T21:59:37.735079 - Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}2025-05-19T21:59:37.735079 -
2025-05-19T21:59:38.088896 - find model:2025-05-19T21:59:38.088896 - 2025-05-19T21:59:38.088896 - I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\models\insightface\models\antelopev2\glintr100.onnx2025-05-19T21:59:38.088896 - 2025-05-19T21:59:38.088896 - recognition2025-05-19T21:59:38.089893 - 2025-05-19T21:59:38.089893 - ['None', 3, 112, 112]2025-05-19T21:59:38.089893 - 2025-05-19T21:59:38.089893 - 127.52025-05-19T21:59:38.089893 - 2025-05-19T21:59:38.089893 - 127.52025-05-19T21:59:38.090889 -
2025-05-19T21:59:38.172617 - Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}2025-05-19T21:59:38.172617 -
2025-05-19T21:59:38.174610 - find model:2025-05-19T21:59:38.174610 - 2025-05-19T21:59:38.174610 - I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\models\insightface\models\antelopev2\scrfd_10g_bnkps.onnx2025-05-19T21:59:38.174610 - 2025-05-19T21:59:38.174610 - detection2025-05-19T21:59:38.174610 - 2025-05-19T21:59:38.174610 - [1, 3, '?', '?']2025-05-19T21:59:38.174610 - 2025-05-19T21:59:38.175606 - 127.52025-05-19T21:59:38.175606 - 2025-05-19T21:59:38.175606 - 128.02025-05-19T21:59:38.175606 -
2025-05-19T21:59:38.177601 - set det-size:2025-05-19T21:59:38.177601 - 2025-05-19T21:59:38.178597 - (640, 640)2025-05-19T21:59:38.178597 -
2025-05-19T21:59:41.187538 - !!! Exception during processing !!! 'list' object has no attribute 'mul'
2025-05-19T21:59:41.202488 - Traceback (most recent call last):
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 349, 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 "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 224, 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 "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 196, in _map_node_over_list
process_inputs(input_dict, i)
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 185, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_zenid\ZenID.py", line 292, in apply_instantid
face_embed = extractFeatures(insightface, image)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_zenid\ZenID.py", line 172, in extractFeatures
face_img = tensor_to_image(image)
^^^^^^^^^^^^^^^^^^^^^^
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_zenid\utils.py", line 17, in tensor_to_image
image = tensor.mul(255).clamp(0, 255).byte().cpu()
^^^^^^^^^^
AttributeError: 'list' object has no attribute 'mul'
2025-05-19T21:59:41.211458 - Prompt executed in 146.72 seconds
2025-05-19T21:59:51.582356 - FETCH ComfyRegistry Data: 25/852025-05-19T21:59:51.582356 -
2025-05-19T22:00:02.732017 - FETCH ComfyRegistry Data: 30/852025-05-19T22:00:02.732017 -
2025-05-19T22:00:26.766367 - FETCH ComfyRegistry Data: 35/852025-05-19T22:00:26.767364 -
2025-05-19T22:00:38.882831 - FETCH ComfyRegistry Data: 40/852025-05-19T22:00:38.882831 -
2025-05-19T22:00:49.415128 - FETCH ComfyRegistry Data: 45/852025-05-19T22:00:49.415128 -
2025-05-19T22:01:03.625871 - FETCH ComfyRegistry Data: 50/852025-05-19T22:01:03.625871 -
2025-05-19T22:01:13.368420 - FETCH ComfyRegistry Data: 55/852025-05-19T22:01:13.368420 -
2025-05-19T22:01:14.447689 - got prompt
2025-05-19T22:01:14.482560 - !!! Exception during processing !!! 'list' object has no attribute 'mul'
2025-05-19T22:01:14.483556 - Traceback (most recent call last):
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 349, 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 "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 224, 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 "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 196, in _map_node_over_list
process_inputs(input_dict, i)
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 185, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_zenid\ZenID.py", line 292, in apply_instantid
face_embed = extractFeatures(insightface, image)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_zenid\ZenID.py", line 172, in extractFeatures
face_img = tensor_to_image(image)
^^^^^^^^^^^^^^^^^^^^^^
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_zenid\utils.py", line 17, in tensor_to_image
image = tensor.mul(255).clamp(0, 255).byte().cpu()
^^^^^^^^^^
AttributeError: 'list' object has no attribute 'mul'
2025-05-19T22:01:14.484552 - Prompt executed in 0.03 seconds
2025-05-19T22:01:22.936424 - FETCH ComfyRegistry Data: 60/852025-05-19T22:01:22.936424 -
2025-05-19T22:01:28.256582 - got prompt
2025-05-19T22:01:28.284488 - !!! Exception during processing !!! 'list' object has no attribute 'mul'
2025-05-19T22:01:28.285485 - Traceback (most recent call last):
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 349, 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 "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 224, 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 "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 196, in _map_node_over_list
process_inputs(input_dict, i)
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 185, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_zenid\ZenID.py", line 292, in apply_instantid
face_embed = extractFeatures(insightface, image)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_zenid\ZenID.py", line 172, in extractFeatures
face_img = tensor_to_image(image)
^^^^^^^^^^^^^^^^^^^^^^
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_zenid\utils.py", line 17, in tensor_to_image
image = tensor.mul(255).clamp(0, 255).byte().cpu()
^^^^^^^^^^
AttributeError: 'list' object has no attribute 'mul'
2025-05-19T22:01:28.286482 - Prompt executed in 0.02 seconds
2025-05-19T22:01:32.508628 - FETCH ComfyRegistry Data: 65/852025-05-19T22:01:32.508628 -
2025-05-19T22:01:58.145583 - FETCH ComfyRegistry Data: 70/852025-05-19T22:01:58.145583 -
2025-05-19T22:02:11.195793 - FETCH ComfyRegistry Data: 75/852025-05-19T22:02:11.195793 -
2025-05-19T22:02:20.205651 - FETCH ComfyRegistry Data: 80/852025-05-19T22:02:20.205651 -
2025-05-19T22:02:30.128195 - FETCH ComfyRegistry Data: 85/852025-05-19T22:02:30.128195 -
2025-05-19T22:02:30.629488 - FETCH ComfyRegistry Data [DONE]2025-05-19T22:02:30.629488 -
2025-05-19T22:02:30.733285 - [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
2025-05-19T22:02:30.785111 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2025-05-19T22:02:30.785111 - 2025-05-19T22:03:36.829546 - [2025-05-19T22:03:36.829546 - ComfyUI-Manager2025-05-19T22:03:36.830542 - ]2025-05-19T22:03:36.830542 - Due to a network error, switching to local mode.2025-05-19T22:03:36.830542 -
2025-05-19T22:03:36.830542 - => custom-node-list.json2025-05-19T22:03:36.830542 -
2025-05-19T22:03:36.830542 - => 2025-05-19T22:03:36.830542 - [2025-05-19T22:03:36.830542 - WinError 2025-05-19T22:03:36.830542 - 1212025-05-19T22:03:36.830542 - ]2025-05-19T22:03:36.830542 - 信号灯超时时间已到2025-05-19T22:03:36.830542 -
2025-05-19T22:03:36.830542 - FETCH DATA from: I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-manager\custom-node-list.json2025-05-19T22:03:36.830542 - 2025-05-19T22:03:36.842983 - [DONE]2025-05-19T22:03:36.842983 -
2025-05-19T22:03:36.867899 - [ComfyUI-Manager] All startup tasks have been completed.
2025-05-19T22:12:34.161101 - got prompt
2025-05-19T22:12:34.193755 - !!! Exception during processing !!! 'list' object has no attribute 'mul'
2025-05-19T22:12:34.194752 - Traceback (most recent call last):
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 349, 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 "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 224, 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 "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 196, in _map_node_over_list
process_inputs(input_dict, i)
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 185, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_zenid\ZenID.py", line 292, in apply_instantid
face_embed = extractFeatures(insightface, image)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_zenid\ZenID.py", line 172, in extractFeatures
face_img = tensor_to_image(image)
^^^^^^^^^^^^^^^^^^^^^^
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_zenid\utils.py", line 17, in tensor_to_image
image = tensor.mul(255).clamp(0, 255).byte().cpu()
^^^^^^^^^^
AttributeError: 'list' object has no attribute 'mul'
2025-05-19T22:12:34.196306 - Prompt executed in 0.02 seconds
2025-05-19T22:17:05.267975 - I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe-lightbox.esm.min.js2025-05-19T22:17:05.267975 -
2025-05-19T22:17:05.302979 - I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe.min.css2025-05-19T22:17:05.302979 -
2025-05-19T22:17:05.309955 - I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/pickr.min.js2025-05-19T22:17:05.309955 -
2025-05-19T22:17:05.370751 - I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/classic.min.css2025-05-19T22:17:05.370751 -
2025-05-19T22:17:06.155418 - I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/model-viewer.min.js2025-05-19T22:17:06.155418 -
2025-05-19T22:17:06.166382 - I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.min.js2025-05-19T22:17:06.166382 -
2025-05-19T22:17:06.168375 - I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.css2025-05-19T22:17:06.168375 -
2025-05-19T22:17:12.009281 - got prompt
2025-05-19T22:17:12.055129 - !!! Exception during processing !!! 'list' object has no attribute 'mul'
2025-05-19T22:17:12.056125 - Traceback (most recent call last):
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 349, 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 "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 224, 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 "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 196, in _map_node_over_list
process_inputs(input_dict, i)
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 185, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_zenid\ZenID.py", line 292, in apply_instantid
face_embed = extractFeatures(insightface, image)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_zenid\ZenID.py", line 172, in extractFeatures
face_img = tensor_to_image(image)
^^^^^^^^^^^^^^^^^^^^^^
File "I:\BaiduNetdiskDownload\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_zenid\utils.py", line 17, in tensor_to_image
image = tensor.mul(255).clamp(0, 255).byte().cpu()
^^^^^^^^^^
AttributeError: 'list' object has no attribute 'mul'
2025-05-19T22:17:12.057122 - Prompt executed in 0.04 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
Labels
No labels