ComfyUI
ComfyUI copied to clipboard
InstantIDFaceAnalysis error
trafficstars
Custom Node Testing
- [ ] I have tried disabling custom nodes and the issue persists (see how to disable custom nodes if you need help)
Your question
Please help me as I am after a 2 hours next to chatgpt to try and fix this. I don't understand what's the exactly problem here. Please help!!
Logs
# ComfyUI Error Report
## Error Details
- **Node ID:** 22
- **Node Type:** InstantIDFaceAnalysis
- **Exception Type:** AssertionError
- **Exception Message:**
## Stack Trace
File "/Users/alexandruchitu/ComfyUI/execution.py", line 496, 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 "/Users/alexandruchitu/ComfyUI/execution.py", line 315, 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 "/Users/alexandruchitu/ComfyUI/execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "/Users/alexandruchitu/ComfyUI/execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "/Users/alexandruchitu/ComfyUI/custom_nodes/ComfyUI_InstantID/InstantID.py", line 217, in load_insight_face
model = FaceAnalysis(name="antelopev2", root=INSIGHTFACE_DIR, providers=[provider + 'ExecutionProvider',]) # alternative to buffalo_l
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/alexandruchitu/ComfyUI/venv/lib/python3.11/site-packages/insightface/app/face_analysis.py", line 43, in __init__
assert 'detection' in self.models
^^^^^^^^^^^^^^^^^^^^^^^^^^
## System Information
- **ComfyUI Version:** 0.3.64
- **Arguments:** main.py
- **OS:** posix
- **Python Version:** 3.11.13 (main, Jun 3 2025, 18:38:25) [Clang 17.0.0 (clang-1700.3.19.1)]
- **Embedded Python:** false
- **PyTorch Version:** 2.8.0
## Devices
- **Name:** mps
- **Type:** mps
- **VRAM Total:** 17179869184
- **VRAM Free:** 7820607488
- **Torch VRAM Total:** 17179869184
- **Torch VRAM Free:** 7820607488
## Logs
2025-10-14T18:30:51.337953 - Adding extra search path checkpoints /Users/alexandruchitu/ComfyUI/models/Stable-diffusion
2025-10-14T18:30:51.337997 - Adding extra search path configs /Users/alexandruchitu/ComfyUI/models/Stable-diffusion
2025-10-14T18:30:51.338013 - Adding extra search path vae /Users/alexandruchitu/ComfyUI/models/VAE
2025-10-14T18:30:51.338028 - Adding extra search path loras /Users/alexandruchitu/ComfyUI/models/Lora
2025-10-14T18:30:51.338044 - Adding extra search path loras /Users/alexandruchitu/ComfyUI/models/LyCORIS
2025-10-14T18:30:51.338058 - Adding extra search path upscale_models /Users/alexandruchitu/ComfyUI/models/ESRGAN
2025-10-14T18:30:51.338070 - Adding extra search path upscale_models /Users/alexandruchitu/ComfyUI/models/RealESRGAN
2025-10-14T18:30:51.338099 - Adding extra search path upscale_models /Users/alexandruchitu/ComfyUI/models/SwinIR
2025-10-14T18:30:51.338117 - Adding extra search path embeddings /Users/alexandruchitu/ComfyUI/embeddings
2025-10-14T18:30:51.338129 - Adding extra search path hypernetworks /Users/alexandruchitu/ComfyUI/models/hypernetworks
2025-10-14T18:30:51.338140 - Adding extra search path controlnet /Users/alexandruchitu/ComfyUI/models/ControlNet
2025-10-14T18:30:51.486450 - [START] Security scan2025-10-14T18:30:51.486460 -
2025-10-14T18:30:51.533164 - [ComfyUI-Manager] Using uv as Python module for pip operations.
2025-10-14T18:30:51.630096 - [DONE] Security scan2025-10-14T18:30:51.630149 -
2025-10-14T18:30:51.685875 - ## ComfyUI-Manager: installing dependencies done.2025-10-14T18:30:51.685914 -
2025-10-14T18:30:51.685932 - ** ComfyUI startup time:2025-10-14T18:30:51.685944 - 2025-10-14T18:30:51.685955 - 2025-10-14 18:30:51.6852025-10-14T18:30:51.685965 -
2025-10-14T18:30:51.685984 - ** Platform:2025-10-14T18:30:51.685999 - 2025-10-14T18:30:51.686009 - Darwin2025-10-14T18:30:51.686019 -
2025-10-14T18:30:51.686030 - ** Python version:2025-10-14T18:30:51.686039 - 2025-10-14T18:30:51.686048 - 3.11.13 (main, Jun 3 2025, 18:38:25) [Clang 17.0.0 (clang-1700.3.19.1)]2025-10-14T18:30:51.686057 -
2025-10-14T18:30:51.686068 - ** Python executable:2025-10-14T18:30:51.686077 - 2025-10-14T18:30:51.686086 - /Users/alexandruchitu/ComfyUI/venv/bin/python2025-10-14T18:30:51.686095 -
2025-10-14T18:30:51.686106 - ** ComfyUI Path:2025-10-14T18:30:51.686114 - 2025-10-14T18:30:51.686123 - /Users/alexandruchitu/ComfyUI2025-10-14T18:30:51.686132 -
2025-10-14T18:30:51.686141 - ** ComfyUI Base Folder Path:2025-10-14T18:30:51.686150 - 2025-10-14T18:30:51.686158 - /Users/alexandruchitu/ComfyUI2025-10-14T18:30:51.686167 -
2025-10-14T18:30:51.686181 - ** User directory:2025-10-14T18:30:51.686189 - 2025-10-14T18:30:51.686198 - /Users/alexandruchitu/ComfyUI/user2025-10-14T18:30:51.686206 -
2025-10-14T18:30:51.686215 - ** ComfyUI-Manager config path:2025-10-14T18:30:51.686224 - 2025-10-14T18:30:51.686232 - /Users/alexandruchitu/ComfyUI/user/default/ComfyUI-Manager/config.ini2025-10-14T18:30:51.686241 -
2025-10-14T18:30:51.686252 - ** Log path:2025-10-14T18:30:51.686260 - 2025-10-14T18:30:51.686269 - /Users/alexandruchitu/ComfyUI/user/comfyui.log2025-10-14T18:30:51.686277 -
2025-10-14T18:30:51.751596 -
Prestartup times for custom nodes:
2025-10-14T18:30:51.751733 - 0.4 seconds: /Users/alexandruchitu/ComfyUI/custom_nodes/ComfyUI-Manager
2025-10-14T18:30:51.751762 -
2025-10-14T18:30:52.278243 - Checkpoint files will always be loaded safely.
2025-10-14T18:30:52.303970 - Total VRAM 16384 MB, total RAM 16384 MB
2025-10-14T18:30:52.304043 - pytorch version: 2.8.0
2025-10-14T18:30:52.306393 - Mac Version (26, 0, 1)
2025-10-14T18:30:52.306494 - Set vram state to: SHARED
2025-10-14T18:30:52.306530 - Device: mps
2025-10-14T18:30:53.144147 - Using sub quadratic optimization for attention, if you have memory or speed issues try using: --use-split-cross-attention
2025-10-14T18:30:54.842340 - Python version: 3.11.13 (main, Jun 3 2025, 18:38:25) [Clang 17.0.0 (clang-1700.3.19.1)]
2025-10-14T18:30:54.842422 - ComfyUI version: 0.3.64
2025-10-14T18:30:54.844214 - ComfyUI frontend version: 1.27.10
2025-10-14T18:30:54.844588 - [Prompt Server] web root: /Users/alexandruchitu/ComfyUI/venv/lib/python3.11/site-packages/comfyui_frontend_package/static
2025-10-14T18:30:54.908553 - /Users/alexandruchitu/ComfyUI/venv/lib/python3.11/site-packages/pydantic/_internal/_fields.py:132: UserWarning: Field "model_url" in Model has conflict with protected namespace "model_".
You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`.
warnings.warn(
2025-10-14T18:30:55.143190 - Traceback (most recent call last):
File "/Users/alexandruchitu/ComfyUI/nodes.py", line 2128, in load_custom_node
module_spec = importlib.util.spec_from_file_location(sys_module_name, os.path.join(module_path, "__init__.py"))
^^^^^^^^^^^^^^^
UnboundLocalError: cannot access local variable 'sys_module_name' where it is not associated with a value
2025-10-14T18:30:55.143349 - Cannot import /Users/alexandruchitu/ComfyUI/comfy_extras/nodes_audio.py module for custom nodes: cannot access local variable 'sys_module_name' where it is not associated with a value
2025-10-14T18:30:55.156079 - Traceback (most recent call last):
File "/Users/alexandruchitu/ComfyUI/nodes.py", line 2128, in load_custom_node
module_spec = importlib.util.spec_from_file_location(sys_module_name, os.path.join(module_path, "__init__.py"))
^^^^^^^^^^^^^^^
UnboundLocalError: cannot access local variable 'sys_module_name' where it is not associated with a value
2025-10-14T18:30:55.156149 - Cannot import /Users/alexandruchitu/ComfyUI/comfy_extras/nodes_audio_encoder.py module for custom nodes: cannot access local variable 'sys_module_name' where it is not associated with a value
2025-10-14T18:30:55.202699 - /Users/alexandruchitu/ComfyUI/venv/lib/python3.11/site-packages/pydantic/_internal/_fields.py:132: UserWarning: Field "model_name" in KlingImageGenerationsRequest has conflict with protected namespace "model_".
You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`.
warnings.warn(
2025-10-14T18:30:55.208224 - /Users/alexandruchitu/ComfyUI/venv/lib/python3.11/site-packages/pydantic/_internal/_fields.py:132: UserWarning: Field "model_name" in KlingVirtualTryOnRequest has conflict with protected namespace "model_".
You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`.
warnings.warn(
2025-10-14T18:30:55.295063 - /Users/alexandruchitu/ComfyUI/venv/lib/python3.11/site-packages/pydantic/_internal/_fields.py:132: UserWarning: Field "model_params" in MoonvalleyPromptResponse has conflict with protected namespace "model_".
You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`.
warnings.warn(
2025-10-14T18:30:55.403747 - /Users/alexandruchitu/ComfyUI/venv/lib/python3.11/site-packages/pydantic/_internal/_fields.py:132: UserWarning: Field "model_name" in KlingDualCharacterEffectInput has conflict with protected namespace "model_".
You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`.
warnings.warn(
2025-10-14T18:30:55.405725 - /Users/alexandruchitu/ComfyUI/venv/lib/python3.11/site-packages/pydantic/_internal/_fields.py:132: UserWarning: Field "model_name" in KlingImage2VideoRequest has conflict with protected namespace "model_".
You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`.
warnings.warn(
2025-10-14T18:30:55.415283 - /Users/alexandruchitu/ComfyUI/venv/lib/python3.11/site-packages/pydantic/_internal/_fields.py:132: UserWarning: Field "model_name" in KlingSingleImageEffectInput has conflict with protected namespace "model_".
You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`.
warnings.warn(
2025-10-14T18:30:55.416632 - /Users/alexandruchitu/ComfyUI/venv/lib/python3.11/site-packages/pydantic/_internal/_fields.py:132: UserWarning: Field "model_name" in KlingText2VideoRequest has conflict with protected namespace "model_".
You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`.
warnings.warn(
2025-10-14T18:30:55.667243 - /Users/alexandruchitu/ComfyUI/venv/lib/python3.11/site-packages/pydantic/_internal/_fields.py:132: UserWarning: Field "model_version" in TripoTextToModelRequest has conflict with protected namespace "model_".
You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`.
warnings.warn(
2025-10-14T18:30:55.667414 - /Users/alexandruchitu/ComfyUI/venv/lib/python3.11/site-packages/pydantic/_internal/_fields.py:132: UserWarning: Field "model_seed" in TripoTextToModelRequest has conflict with protected namespace "model_".
You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`.
warnings.warn(
2025-10-14T18:30:55.670138 - /Users/alexandruchitu/ComfyUI/venv/lib/python3.11/site-packages/pydantic/_internal/_fields.py:132: UserWarning: Field "model_version" in TripoImageToModelRequest has conflict with protected namespace "model_".
You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`.
warnings.warn(
2025-10-14T18:30:55.670276 - /Users/alexandruchitu/ComfyUI/venv/lib/python3.11/site-packages/pydantic/_internal/_fields.py:132: UserWarning: Field "model_seed" in TripoImageToModelRequest has conflict with protected namespace "model_".
You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`.
warnings.warn(
2025-10-14T18:30:55.672710 - /Users/alexandruchitu/ComfyUI/venv/lib/python3.11/site-packages/pydantic/_internal/_fields.py:132: UserWarning: Field "model_version" in TripoMultiviewToModelRequest has conflict with protected namespace "model_".
You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`.
warnings.warn(
2025-10-14T18:30:55.672854 - /Users/alexandruchitu/ComfyUI/venv/lib/python3.11/site-packages/pydantic/_internal/_fields.py:132: UserWarning: Field "model_seed" in TripoMultiviewToModelRequest has conflict with protected namespace "model_".
You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`.
warnings.warn(
2025-10-14T18:30:55.674371 - /Users/alexandruchitu/ComfyUI/venv/lib/python3.11/site-packages/pydantic/_internal/_fields.py:132: UserWarning: Field "model_seed" in TripoTextureModelRequest has conflict with protected namespace "model_".
You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`.
warnings.warn(
2025-10-14T18:30:55.707782 - ### Loading: ComfyUI-Manager (V3.37)
2025-10-14T18:30:55.708082 - [ComfyUI-Manager] network_mode: public
2025-10-14T18:30:55.792233 - ### ComfyUI Revision: 4053 [63722199] *DETACHED | Released on '2025-10-08'
2025-10-14T18:30:55.810466 - ### Loading: ComfyUI-Impact-Pack (V8.25.1)
2025-10-14T18:30:55.974800 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2025-10-14T18:30:56.001537 - [Impact Pack] Wildcards loading done.
2025-10-14T18:30:56.001976 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2025-10-14T18:30:56.018019 - ### Loading: ComfyUI-Inspire-Pack (V1.22.2)
2025-10-14T18:30:56.062615 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2025-10-14T18:30:56.183604 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2025-10-14T18:30:56.195718 - [36;20m[/Users/alexandruchitu/ComfyUI/custom_nodes/comfyui_controlnet_aux] | INFO -> Using ckpts path: /Users/alexandruchitu/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts[0m
2025-10-14T18:30:56.196772 - [36;20m[/Users/alexandruchitu/ComfyUI/custom_nodes/comfyui_controlnet_aux] | INFO -> Using symlinks: False[0m
2025-10-14T18:30:56.197376 - [36;20m[/Users/alexandruchitu/ComfyUI/custom_nodes/comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider'][0m
2025-10-14T18:30:56.215230 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2025-10-14T18:30:56.413284 - DWPose: Onnxruntime with acceleration providers detected2025-10-14T18:30:56.413324 -
2025-10-14T18:30:56.432195 -
[36mEfficiency Nodes:[0m Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...[92mSuccess![0m2025-10-14T18:30:56.432220 -
2025-10-14T18:30:56.922637 - ------------------------------------------2025-10-14T18:30:56.922670 -
2025-10-14T18:30:56.922683 - [34mComfyroll Studio v1.76 : [92m 175 Nodes Loaded[0m2025-10-14T18:30:56.922694 -
2025-10-14T18:30:56.922704 - ------------------------------------------2025-10-14T18:30:56.922714 -
2025-10-14T18:30:56.922724 - ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md2025-10-14T18:30:56.922733 -
2025-10-14T18:30:56.922742 - ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki2025-10-14T18:30:56.922751 -
2025-10-14T18:30:56.922760 - ------------------------------------------2025-10-14T18:30:56.922768 -
2025-10-14T18:30:56.923548 -
Import times for custom nodes:
2025-10-14T18:30:56.923600 - 0.0 seconds: /Users/alexandruchitu/ComfyUI/custom_nodes/websocket_image_save.py
2025-10-14T18:30:56.923628 - 0.0 seconds: /Users/alexandruchitu/ComfyUI/custom_nodes/ComfyUI-KJNodes
2025-10-14T18:30:56.923651 - 0.0 seconds: /Users/alexandruchitu/ComfyUI/custom_nodes/comfyui_ultimatesdupscale
2025-10-14T18:30:56.923671 - 0.0 seconds: /Users/alexandruchitu/ComfyUI/custom_nodes/efficiency-nodes-comfyui
2025-10-14T18:30:56.923689 - 0.0 seconds: /Users/alexandruchitu/ComfyUI/custom_nodes/ComfyUI_Comfyroll_CustomNodes
2025-10-14T18:30:56.923709 - 0.0 seconds: /Users/alexandruchitu/ComfyUI/custom_nodes/comfyui-inspire-pack
2025-10-14T18:30:56.923726 - 0.1 seconds: /Users/alexandruchitu/ComfyUI/custom_nodes/ComfyUI-Manager
2025-10-14T18:30:56.923743 - 0.2 seconds: /Users/alexandruchitu/ComfyUI/custom_nodes/comfyui-impact-pack
2025-10-14T18:30:56.923761 - 0.4 seconds: /Users/alexandruchitu/ComfyUI/custom_nodes/comfyui_controlnet_aux
2025-10-14T18:30:56.923777 - 0.5 seconds: /Users/alexandruchitu/ComfyUI/custom_nodes/ComfyUI_InstantID
2025-10-14T18:30:56.923795 -
2025-10-14T18:30:56.923874 - WARNING: some comfy_extras/ nodes did not import correctly. This may be because they are missing some dependencies.
2025-10-14T18:30:56.923904 - IMPORT FAILED: nodes_audio.py
2025-10-14T18:30:56.923922 - IMPORT FAILED: nodes_audio_encoder.py
2025-10-14T18:30:56.923942 -
This issue might be caused by new missing dependencies added the last time you updated ComfyUI.
2025-10-14T18:30:56.923960 - Please do a: pip install -r requirements.txt
2025-10-14T18:30:56.923979 -
2025-10-14T18:30:57.268171 - Context impl SQLiteImpl.
2025-10-14T18:30:57.268251 - Will assume non-transactional DDL.
2025-10-14T18:30:57.268687 - No target revision found.
2025-10-14T18:30:57.273904 - Starting server
2025-10-14T18:30:57.274116 - To see the GUI go to: http://127.0.0.1:8188
2025-10-14T18:31:00.707835 - FETCH ComfyRegistry Data: 5/1002025-10-14T18:31:00.707952 -
2025-10-14T18:31:04.627186 - FETCH ComfyRegistry Data: 10/1002025-10-14T18:31:04.627285 -
2025-10-14T18:31:08.611836 - FETCH ComfyRegistry Data: 15/1002025-10-14T18:31:08.612090 -
2025-10-14T18:31:12.497876 - FETCH ComfyRegistry Data: 20/1002025-10-14T18:31:12.498014 -
2025-10-14T18:31:16.534468 - FETCH ComfyRegistry Data: 25/1002025-10-14T18:31:16.534580 -
2025-10-14T18:31:20.484224 - FETCH ComfyRegistry Data: 30/1002025-10-14T18:31:20.484317 -
2025-10-14T18:31:25.014342 - FETCH ComfyRegistry Data: 35/1002025-10-14T18:31:25.014464 -
2025-10-14T18:31:28.962610 - FETCH ComfyRegistry Data: 40/1002025-10-14T18:31:28.964225 -
2025-10-14T18:31:33.357609 - FETCH ComfyRegistry Data: 45/1002025-10-14T18:31:33.357674 -
2025-10-14T18:31:37.303321 - FETCH ComfyRegistry Data: 50/1002025-10-14T18:31:37.303440 -
2025-10-14T18:31:41.314854 - FETCH ComfyRegistry Data: 55/1002025-10-14T18:31:41.315011 -
2025-10-14T18:31:45.260959 - FETCH ComfyRegistry Data: 60/1002025-10-14T18:31:45.261213 -
2025-10-14T18:31:49.364506 - FETCH ComfyRegistry Data: 65/1002025-10-14T18:31:49.364621 -
2025-10-14T18:31:53.369804 - FETCH ComfyRegistry Data: 70/1002025-10-14T18:31:53.370084 -
2025-10-14T18:31:57.419541 - FETCH ComfyRegistry Data: 75/1002025-10-14T18:31:57.419719 -
2025-10-14T18:32:01.379741 - FETCH ComfyRegistry Data: 80/1002025-10-14T18:32:01.379900 -
2025-10-14T18:32:05.338854 - FETCH ComfyRegistry Data: 85/1002025-10-14T18:32:05.339019 -
2025-10-14T18:32:09.812980 - FETCH ComfyRegistry Data: 90/1002025-10-14T18:32:09.814065 -
2025-10-14T18:32:14.071990 - FETCH ComfyRegistry Data: 95/1002025-10-14T18:32:14.072120 -
2025-10-14T18:32:18.028242 - FETCH ComfyRegistry Data: 100/1002025-10-14T18:32:18.028323 -
2025-10-14T18:32:18.530735 - FETCH ComfyRegistry Data [DONE]2025-10-14T18:32:18.530806 -
2025-10-14T18:32:18.651356 - [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
2025-10-14T18:32:18.658488 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2025-10-14T18:32:18.658506 - 2025-10-14T18:32:18.934293 - [DONE]2025-10-14T18:32:18.934541 -
2025-10-14T18:32:18.990590 - [ComfyUI-Manager] All startup tasks have been completed.
2025-10-14T18:32:23.056219 - [Inspire Pack] IPAdapterPlus is not installed.
2025-10-14T18:32:45.783539 - got prompt
2025-10-14T18:32:46.150882 - model weight dtype torch.float16, manual cast: None
2025-10-14T18:32:46.154032 - model_type EPS
2025-10-14T18:32:52.742823 - Using split attention in VAE
2025-10-14T18:32:52.817091 - Using split attention in VAE
2025-10-14T18:32:53.781965 - VAE load device: mps, offload device: cpu, dtype: torch.bfloat16
2025-10-14T18:32:54.781501 - Requested to load SDXLClipModel
2025-10-14T18:32:54.795329 - loaded completely 9.5367431640625e+25 1560.802734375 True
2025-10-14T18:32:54.797602 - CLIP/text encoder model load device: cpu, offload device: cpu, current: cpu, dtype: torch.float16
2025-10-14T18:32:59.653790 - loaded diffusion model directly to GPU
2025-10-14T18:32:59.698775 - Requested to load SDXL
2025-10-14T18:32:59.761075 - loaded completely 9.5367431640625e+25 4897.0483474731445 True
2025-10-14T18:33:07.606423 - !!! Exception during processing !!!
2025-10-14T18:33:07.696837 - Traceback (most recent call last):
File "/Users/alexandruchitu/ComfyUI/execution.py", line 496, 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 "/Users/alexandruchitu/ComfyUI/execution.py", line 315, 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 "/Users/alexandruchitu/ComfyUI/execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "/Users/alexandruchitu/ComfyUI/execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "/Users/alexandruchitu/ComfyUI/custom_nodes/ComfyUI_InstantID/InstantID.py", line 217, in load_insight_face
model = FaceAnalysis(name="antelopev2", root=INSIGHTFACE_DIR, providers=[provider + 'ExecutionProvider',]) # alternative to buffalo_l
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/alexandruchitu/ComfyUI/venv/lib/python3.11/site-packages/insightface/app/face_analysis.py", line 43, in __init__
assert 'detection' in self.models
^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError
2025-10-14T18:33:07.729349 - Prompt executed in 21.94 seconds
## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
{"id":"160cb288-ff06-4166-9b26-966f9d3d41ab","revision":0,"last_node_id":22,"last_link_id":40,"nodes":[{"id":17,"type":"KSampler","pos":[1254.8389892578125,868.973388671875],"size":[270,262],"flags":{},"order":9,"mode":0,"inputs":[{"localized_name":"model","name":"model","type":"MODEL","link":37},{"localized_name":"positive","name":"positive","type":"CONDITIONING","link":28},{"localized_name":"negative","name":"negative","type":"CONDITIONING","link":29},{"localized_name":"latent_image","name":"latent_image","type":"LATENT","link":39},{"localized_name":"seed","name":"seed","type":"INT","widget":{"name":"seed"},"link":null},{"localized_name":"steps","name":"steps","type":"INT","widget":{"name":"steps"},"link":null},{"localized_name":"cfg","name":"cfg","type":"FLOAT","widget":{"name":"cfg"},"link":null},{"localized_name":"sampler_name","name":"sampler_name","type":"COMBO","widget":{"name":"sampler_name"},"link":null},{"localized_name":"scheduler","name":"scheduler","type":"COMBO","widget":{"name":"scheduler"},"link":null},{"localized_name":"denoise","name":"denoise","type":"FLOAT","widget":{"name":"denoise"},"link":null}],"outputs":[{"localized_name":"LATENT","name":"LATENT","type":"LATENT","links":[30]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.64","Node name for S&R":"KSampler"},"widgets_values":[656650779283778,"randomize",30,4.5,"dpmpp_2m_sde","simple",1]},{"id":18,"type":"VAEDecode","pos":[1567.146240234375,865.73193359375],"size":[140,46],"flags":{},"order":10,"mode":0,"inputs":[{"localized_name":"samples","name":"samples","type":"LATENT","link":30},{"localized_name":"vae","name":"vae","type":"VAE","link":31}],"outputs":[{"localized_name":"IMAGE","name":"IMAGE","type":"IMAGE","links":[32]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.64","Node name for S&R":"VAEDecode"},"widgets_values":[]},{"id":19,"type":"SaveImage","pos":[1555.428955078125,979.9806518554688],"size":[513.3460693359375,691.5963134765625],"flags":{},"order":11,"mode":0,"inputs":[{"localized_name":"images","name":"images","type":"IMAGE","link":32},{"localized_name":"filename_prefix","name":"filename_prefix","type":"STRING","widget":{"name":"filename_prefix"},"link":null}],"outputs":[],"properties":{"cnr_id":"comfy-core","ver":"0.3.64"},"widgets_values":["ComfyUI"]},{"id":20,"type":"EmptyLatentImage","pos":[1248.48046875,1186.755126953125],"size":[270,106],"flags":{},"order":0,"mode":0,"inputs":[{"localized_name":"width","name":"width","type":"INT","widget":{"name":"width"},"link":null},{"localized_name":"height","name":"height","type":"INT","widget":{"name":"height"},"link":null},{"localized_name":"batch_size","name":"batch_size","type":"INT","widget":{"name":"batch_size"},"link":null}],"outputs":[{"localized_name":"LATENT","name":"LATENT","type":"LATENT","links":[39]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.64","Node name for S&R":"EmptyLatentImage"},"widgets_values":[1024,1024,1]},{"id":14,"type":"LoadImage","pos":[161.4026336669922,924.63330078125],"size":[270,314],"flags":{},"order":1,"mode":0,"inputs":[{"localized_name":"image","name":"image","type":"COMBO","widget":{"name":"image"},"link":null},{"localized_name":"upload","name":"upload","type":"IMAGEUPLOAD","widget":{"name":"upload"},"link":null}],"outputs":[{"localized_name":"IMAGE","name":"IMAGE","type":"IMAGE","links":[33]},{"localized_name":"MASK","name":"MASK","type":"MASK","links":null}],"properties":{"cnr_id":"comfy-core","ver":"0.3.64","Node name for S&R":"LoadImage"},"widgets_values":["Screenshot 2025-10-14 at 14.59.32.png","image"]},{"id":21,"type":"ControlNetLoader","pos":[630.1932373046875,907.8904418945312],"size":[270,58],"flags":{},"order":2,"mode":0,"inputs":[{"localized_name":"control_net_name","name":"control_net_name","type":"COMBO","widget":{"name":"control_net_name"},"link":null}],"outputs":[{"localized_name":"CONTROL_NET","name":"CONTROL_NET","type":"CONTROL_NET","links":[34]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.64","Node name for S&R":"ControlNetLoader"},"widgets_values":["diffusion_pytorch_model.safetensors"]},{"id":12,"type":"ApplyInstantID","pos":[935.3622436523438,867.1532592773438],"size":[270,266],"flags":{},"order":8,"mode":0,"inputs":[{"localized_name":"instantid","name":"instantid","type":"INSTANTID","link":23},{"localized_name":"insightface","name":"insightface","type":"FACEANALYSIS","link":40},{"localized_name":"control_net","name":"control_net","type":"CONTROL_NET","link":34},{"localized_name":"image","name":"image","type":"IMAGE","link":33},{"localized_name":"model","name":"model","type":"MODEL","link":36},{"localized_name":"positive","name":"positive","type":"CONDITIONING","link":38},{"localized_name":"negative","name":"negative","type":"CONDITIONING","link":22},{"localized_name":"image_kps","name":"image_kps","shape":7,"type":"IMAGE","link":null},{"localized_name":"mask","name":"mask","shape":7,"type":"MASK","link":null},{"localized_name":"weight","name":"weight","type":"FLOAT","widget":{"name":"weight"},"link":null},{"localized_name":"start_at","name":"start_at","type":"FLOAT","widget":{"name":"start_at"},"link":null},{"localized_name":"end_at","name":"end_at","type":"FLOAT","widget":{"name":"end_at"},"link":null}],"outputs":[{"localized_name":"MODEL","name":"MODEL","type":"MODEL","links":[37]},{"localized_name":"positive","name":"positive","type":"CONDITIONING","links":[28]},{"localized_name":"negative","name":"negative","type":"CONDITIONING","links":[29]}],"properties":{"cnr_id":"comfyui_instantid","ver":"72495e806bc2ab9c41581e15ccaa1bcf83c477e8","Node name for S&R":"ApplyInstantID","aux_id":"cubiq/ComfyUI_InstantID"},"widgets_values":[0.8,0,1]},{"id":13,"type":"InstantIDModelLoader","pos":[633.0473022460938,699.9119262695312],"size":[270,58],"flags":{"collapsed":false},"order":3,"mode":0,"inputs":[{"localized_name":"instantid_file","name":"instantid_file","type":"COMBO","widget":{"name":"instantid_file"},"link":null}],"outputs":[{"localized_name":"INSTANTID","name":"INSTANTID","type":"INSTANTID","links":[23]}],"properties":{"cnr_id":"comfyui_instantid","ver":"72495e806bc2ab9c41581e15ccaa1bcf83c477e8","Node name for S&R":"InstantIDModelLoader","aux_id":"cubiq/ComfyUI_InstantID"},"widgets_values":["ip-adapter.bin"]},{"id":1,"type":"CheckpointLoaderSimple","pos":[-117.65544891357422,1298.2431640625],"size":[270,98],"flags":{},"order":4,"mode":0,"inputs":[{"localized_name":"ckpt_name","name":"ckpt_name","type":"COMBO","widget":{"name":"ckpt_name"},"link":null}],"outputs":[{"localized_name":"MODEL","name":"MODEL","type":"MODEL","links":[36]},{"localized_name":"CLIP","name":"CLIP","type":"CLIP","links":[18,19]},{"localized_name":"VAE","name":"VAE","type":"VAE","links":[31]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.64","Node name for S&R":"CheckpointLoaderSimple"},"widgets_values":["realvisxlV50_v50LightningBakedvae.safetensors"]},{"id":10,"type":"CLIPTextEncode","pos":[245.3014373779297,1437.3577880859375],"size":[400,200],"flags":{},"order":6,"mode":0,"inputs":[{"localized_name":"clip","name":"clip","type":"CLIP","link":18},{"localized_name":"text","name":"text","type":"STRING","widget":{"name":"text"},"link":null}],"outputs":[{"localized_name":"CONDITIONING","name":"CONDITIONING","type":"CONDITIONING","links":[38]}],"title":"CLIP Text Encode (Prompt) POSITIVE","properties":{"cnr_id":"comfy-core","ver":"0.3.64","Node name for S&R":"CLIPTextEncode"},"widgets_values":["Girl sitting on a soccer field"]},{"id":11,"type":"CLIPTextEncode","pos":[238.5775146484375,1686.75927734375],"size":[400,200],"flags":{},"order":7,"mode":0,"inputs":[{"localized_name":"clip","name":"clip","type":"CLIP","link":19},{"localized_name":"text","name":"text","type":"STRING","widget":{"name":"text"},"link":null}],"outputs":[{"localized_name":"CONDITIONING","name":"CONDITIONING","type":"CONDITIONING","links":[22]}],"title":"CLIP Text Encode (Prompt) NEGATIVE","properties":{"cnr_id":"comfy-core","ver":"0.3.64","Node name for S&R":"CLIPTextEncode"},"widgets_values":["(worst quality, low quality, jpeg artifacts, bad anatomy:1.2), deformed, disfigured, extra fingers, mutated hands, text, watermark, logo"]},{"id":22,"type":"InstantIDFaceAnalysis","pos":[622.4334716796875,799.980224609375],"size":[270,58],"flags":{},"order":5,"mode":0,"inputs":[{"localized_name":"provider","name":"provider","type":"COMBO","widget":{"name":"provider"},"link":null}],"outputs":[{"localized_name":"FACEANALYSIS","name":"FACEANALYSIS","type":"FACEANALYSIS","links":[40]}],"properties":{"cnr_id":"comfyui_instantid","ver":"72495e806bc2ab9c41581e15ccaa1bcf83c477e8","Node name for S&R":"InstantIDFaceAnalysis"},"widgets_values":["CPU"]}],"links":[[18,1,1,10,0,"CLIP"],[19,1,1,11,0,"CLIP"],[22,11,0,12,6,"CONDITIONING"],[23,13,0,12,0,"INSTANTID"],[28,12,1,17,1,"CONDITIONING"],[29,12,2,17,2,"CONDITIONING"],[30,17,0,18,0,"LATENT"],[31,1,2,18,1,"VAE"],[32,18,0,19,0,"IMAGE"],[33,14,0,12,3,"IMAGE"],[34,21,0,12,2,"CONTROL_NET"],[36,1,0,12,4,"MODEL"],[37,12,0,17,0,"MODEL"],[38,10,0,12,5,"CONDITIONING"],[39,20,0,17,3,"LATENT"],[40,22,0,12,1,"FACEANALYSIS"]],"groups":[],"config":{},"extra":{"ds":{"scale":0.6784824846323853,"offset":[297.779228146888,-654.0548965784739]}},"version":0.4}
## Additional Context
(Please add any additional context or steps to reproduce the error here)