Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PulidFluxInsightFaceLoader #6053

Open
wsxcvbnmlp opened this issue Dec 14, 2024 · 9 comments
Open

PulidFluxInsightFaceLoader #6053

wsxcvbnmlp opened this issue Dec 14, 2024 · 9 comments
Labels
User Support A user needs help with something, probably not a bug.

Comments

@wsxcvbnmlp
Copy link

Your question

Why this is not working?

Logs

# ComfyUI Error Report
## Error Details
- **Node ID:** 97
- **Node Type:** PulidFluxInsightFaceLoader
- **Exception Type:** AssertionError
- **Exception Message:** 
## Stack Trace

  File "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 323, 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 "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 198, 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 "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)

  File "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))

  File "E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\pulidflux.py", line 198, in load_insightface
    model = FaceAnalysis(name="antelopev2", root=INSIGHTFACE_DIR, providers=[provider + 'ExecutionProvider',]) # alternative to buffalo_l

  File "E:\AI\Pinokio\api\comfyui.git\app\env\lib\site-packages\insightface\app\face_analysis.py", line 43, in __init__
    assert 'detection' in self.models

System Information

  • ComfyUI Version: v0.3.7-31-ge83063b
  • Arguments: main.py --disable-xformers
  • OS: nt
  • Python Version: 3.10.15 | packaged by conda-forge | (main, Sep 20 2024, 16:26:40) [MSC v.1941 64 bit (AMD64)]
  • Embedded Python: false
  • PyTorch Version: 2.3.1+cu121

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 3050 : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 8589410304
    • VRAM Free: 7285638842
    • Torch VRAM Total: 234881024
    • Torch VRAM Free: 33687226

Logs

2024-12-15T00:09:35.343209 - 
2024-12-15T00:09:37.162754 - ['amateurphoto.safetensors']2024-12-15T00:09:37.162754 - 
2024-12-15T00:09:37.163750 - ['amateurphoto.safetensors']2024-12-15T00:09:37.163750 - 
2024-12-15T00:09:50.559071 - got prompt
2024-12-15T00:09:52.736849 - model weight dtype torch.bfloat16, manual cast: None
2024-12-15T00:09:52.748884 - model_type FLUX
2024-12-15T00:11:41.089486 - Requested to load FluxClipModel_
2024-12-15T00:11:44.888281 - loaded partially 5736.8 5736.79833984375 0
2024-12-15T00:11:48.327975 - Requested to load Flux
2024-12-15T00:11:54.864767 - loaded partially 5694.8 5694.775390625 0
2024-12-15T00:13:29.964376 - 
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 25/25 [01:35<00:00,  3.42s/it]2024-12-15T00:13:29.965371 - 
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 25/25 [01:35<00:00,  3.80s/it]2024-12-15T00:13:29.965371 - 
2024-12-15T00:13:29.971952 - Requested to load AutoencodingEngine
2024-12-15T00:13:30.332369 - loaded completely 9.5367431640625e+25 159.87335777282715 True
2024-12-15T00:13:30.791978 - Prompt executed in 220.15 seconds
2024-12-15T00:16:10.039090 - got prompt
2024-12-15T00:16:11.068902 - Requested to load FluxClipModel_
2024-12-15T00:16:15.582848 - loaded partially 5694.8 5694.7998046875 0
2024-12-15T00:16:17.254959 - Requested to load Flux
2024-12-15T00:16:21.758794 - loaded partially 5694.8 5694.775390625 0
2024-12-15T00:18:24.655168 - 
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 25/25 [02:02<00:00,  4.96s/it]2024-12-15T00:18:24.655168 - 
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 25/25 [02:02<00:00,  4.92s/it]2024-12-15T00:18:24.656174 - 
2024-12-15T00:18:24.672747 - Requested to load AutoencodingEngine
2024-12-15T00:18:25.336808 - loaded completely 9.5367431640625e+25 159.87335777282715 True
2024-12-15T00:18:26.065429 - Prompt executed in 135.94 seconds
2024-12-15T00:23:02.651809 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: E:\AI\Pinokio\api\comfyui.git\app
            2024-12-15T00:23:02.652771 - 
2024-12-15T00:23:02.652771 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: E:\AI\Pinokio\api\comfyui.git\app
            2024-12-15T00:23:02.653726 - 
2024-12-15T00:23:02.653726 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: E:\AI\Pinokio\api\comfyui.git\app
            2024-12-15T00:23:02.654727 - 
2024-12-15T00:23:02.654727 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: E:\AI\Pinokio\api\comfyui.git\app
            2024-12-15T00:23:02.654727 - 
2024-12-15T00:23:02.654727 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: E:\AI\Pinokio\api\comfyui.git\app
            2024-12-15T00:23:02.654727 - 
2024-12-15T00:23:02.655724 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: E:\AI\Pinokio\api\comfyui.git\app
            2024-12-15T00:23:02.655724 - 
2024-12-15T00:23:04.460403 - ['amateurphoto.safetensors']2024-12-15T00:23:04.460403 - 
2024-12-15T00:23:04.460403 - ['amateurphoto.safetensors']2024-12-15T00:23:04.461353 - 
2024-12-15T00:23:47.088596 - got prompt
2024-12-15T00:23:48.651317 - loaded partially 5694.8 5694.775390625 0
2024-12-15T00:25:52.096338 - 
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 25/25 [02:03<00:00,  4.89s/it]2024-12-15T00:25:52.097345 - 
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 25/25 [02:03<00:00,  4.94s/it]2024-12-15T00:25:52.097345 - 
2024-12-15T00:25:52.108368 - Requested to load AutoencodingEngine
2024-12-15T00:25:52.776025 - loaded completely 9.5367431640625e+25 159.87335777282715 True
2024-12-15T00:25:53.936002 - Prompt executed in 126.77 seconds
2024-12-15T00:42:26.440906 - E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe-lightbox.esm.min.js2024-12-15T00:42:26.440906 - 
2024-12-15T00:42:26.480353 - E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe.min.css2024-12-15T00:42:26.480353 - 
2024-12-15T00:42:26.510490 - FETCH DATA from: E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\ComfyUI-Manager\extension-node-map.json2024-12-15T00:42:26.511490 - 2024-12-15T00:42:26.524891 -  [DONE]2024-12-15T00:42:26.524891 - 
2024-12-15T00:42:26.564106 - E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui-mixlab-nodes\webApp\lib/pickr.min.js2024-12-15T00:42:26.564106 - 
2024-12-15T00:42:26.628419 - E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui-mixlab-nodes\webApp\lib/classic.min.css2024-12-15T00:42:26.628419 - 
2024-12-15T00:42:26.632458 - E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui-mixlab-nodes\webApp\lib/model-viewer.min.js2024-12-15T00:42:26.632458 - 
2024-12-15T00:42:26.644892 - E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.css2024-12-15T00:42:26.644892 - 
2024-12-15T00:42:26.648890 - E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.min.js2024-12-15T00:42:26.650071 - 
2024-12-15T00:42:27.410147 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: E:\AI\Pinokio\api\comfyui.git\app
            2024-12-15T00:42:27.410147 - 
2024-12-15T00:42:27.411297 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: E:\AI\Pinokio\api\comfyui.git\app
            2024-12-15T00:42:27.411297 - 
2024-12-15T00:42:27.411297 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: E:\AI\Pinokio\api\comfyui.git\app
            2024-12-15T00:42:27.412296 - 
2024-12-15T00:42:27.412296 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: E:\AI\Pinokio\api\comfyui.git\app
            2024-12-15T00:42:27.412296 - 
2024-12-15T00:42:27.413297 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: E:\AI\Pinokio\api\comfyui.git\app
            2024-12-15T00:42:27.413297 - 
2024-12-15T00:42:27.414304 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: E:\AI\Pinokio\api\comfyui.git\app
            2024-12-15T00:42:27.414304 - 
2024-12-15T00:42:29.338728 - ['amateurphoto.safetensors']2024-12-15T00:42:29.339247 - 
2024-12-15T00:42:29.339247 - ['amateurphoto.safetensors']2024-12-15T00:42:29.339247 - 
2024-12-15T00:43:20.391621 - got prompt
2024-12-15T00:43:20.824805 - model_path is E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui_controlnet_aux\ckpts\LiheYoung/Depth-Anything\checkpoints\depth_anything_vitl14.pth2024-12-15T00:43:20.824805 - 
2024-12-15T00:43:20.893736 - using MLP layer as FFN
2024-12-15T00:43:37.085419 - clip missing: ['text_projection.weight']
2024-12-15T00:44:11.040316 - Requested to load FluxClipModel_
2024-12-15T00:44:15.510484 - loaded partially 5690.8 5690.70654296875 0
2024-12-15T00:44:20.006849 - Requested to load CLIPVisionModelProjection
2024-12-15T00:44:20.789607 - loaded completely 9.5367431640625e+25 787.7150573730469 True
2024-12-15T00:44:34.266519 - 0 models unloaded.
2024-12-15T00:44:34.296875 - loaded partially 4395.0 4394.99755859375 0
2024-12-15T00:44:36.204590 - Requested to load AutoencodingEngine
2024-12-15T00:44:36.902813 - loaded completely 9.5367431640625e+25 159.87335777282715 True
2024-12-15T00:44:38.612888 - Requested to load Flux
2024-12-15T00:44:43.045963 - loaded partially 4655.178486633301 4653.8223876953125 544
2024-12-15T00:46:52.270802 - 
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 20/20 [02:09<00:00,  6.07s/it]2024-12-15T00:46:52.271802 - 
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 20/20 [02:09<00:00,  6.46s/it]2024-12-15T00:46:52.271802 - 
2024-12-15T00:46:52.280427 - Requested to load AutoencodingEngine
2024-12-15T00:46:52.409292 - loaded completely 9.5367431640625e+25 159.87335777282715 True
2024-12-15T00:46:53.189021 - Prompt executed in 212.69 seconds
2024-12-15T00:48:29.400699 - got prompt
2024-12-15T00:48:30.980364 - loaded partially 4654.803410339356 4653.8223876953125 0
2024-12-15T00:50:31.360485 - 
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 20/20 [02:00<00:00,  6.01s/it]2024-12-15T00:50:31.360485 - 
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 20/20 [02:00<00:00,  6.02s/it]2024-12-15T00:50:31.360485 - 
2024-12-15T00:50:31.363012 - Requested to load AutoencodingEngine
2024-12-15T00:50:31.500755 - loaded completely 9.5367431640625e+25 159.87335777282715 True
2024-12-15T00:50:32.233039 - Prompt executed in 122.75 seconds
2024-12-15T00:51:09.807552 - got prompt
2024-12-15T00:51:11.026471 - loaded partially 4654.803463745117 4653.8223876953125 0
2024-12-15T00:53:11.874881 - 
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 20/20 [02:00<00:00,  5.94s/it]2024-12-15T00:53:11.874881 - 
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 20/20 [02:00<00:00,  6.04s/it]2024-12-15T00:53:11.874881 - 
2024-12-15T00:53:11.876889 - Requested to load AutoencodingEngine
2024-12-15T00:53:12.016054 - loaded completely 9.5367431640625e+25 159.87335777282715 True
2024-12-15T00:53:12.746198 - Prompt executed in 122.87 seconds
2024-12-15T00:53:52.184291 - got prompt
2024-12-15T00:53:52.437295 - model_path is E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui_controlnet_aux\ckpts\LiheYoung/Depth-Anything\checkpoints\depth_anything_vitl14.pth2024-12-15T00:53:52.437295 - 
2024-12-15T00:53:52.446977 - using MLP layer as FFN
2024-12-15T00:54:00.319774 - !!! Exception during processing !!! Allocation on device 
2024-12-15T00:54:00.452224 - Traceback (most recent call last):
  File "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 323, 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 "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 198, 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 "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui_controlnet_aux\node_wrappers\depth_anything.py", line 23, in execute
    out = common_annotator_call(model, image, resolution=resolution)
  File "E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui_controlnet_aux\utils.py", line 85, in common_annotator_call
    np_result = model(np_image, output_type="np", detect_resolution=detect_resolution, **kwargs)
  File "E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\depth_anything\__init__.py", line 63, in __call__
    depth = self.model(image)
  File "E:\AI\Pinokio\api\comfyui.git\app\env\lib\site-packages\torch\nn\modules\module.py", line 1532, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
  File "E:\AI\Pinokio\api\comfyui.git\app\env\lib\site-packages\torch\nn\modules\module.py", line 1541, in _call_impl
    return forward_call(*args, **kwargs)
  File "E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\depth_anything\depth_anything\dpt.py", line 157, in forward
    features = self.pretrained.get_intermediate_layers(x, 4, return_class_token=True)
  File "E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\depth_anything\torchhub\facebookresearch_dinov2_main\vision_transformer.py", line 308, in get_intermediate_layers
    outputs = self._get_intermediate_layers_not_chunked(x, n)
  File "E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\depth_anything\torchhub\facebookresearch_dinov2_main\vision_transformer.py", line 277, in _get_intermediate_layers_not_chunked
    x = blk(x)
  File "E:\AI\Pinokio\api\comfyui.git\app\env\lib\site-packages\torch\nn\modules\module.py", line 1532, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
  File "E:\AI\Pinokio\api\comfyui.git\app\env\lib\site-packages\torch\nn\modules\module.py", line 1541, in _call_impl
    return forward_call(*args, **kwargs)
  File "E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\depth_anything\torchhub\facebookresearch_dinov2_main\dinov2\layers\block.py", line 240, in forward
    return super().forward(x_or_x_list)
  File "E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\depth_anything\torchhub\facebookresearch_dinov2_main\dinov2\layers\block.py", line 98, in forward
    x = x + attn_residual_func(x)
  File "E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\depth_anything\torchhub\facebookresearch_dinov2_main\dinov2\layers\block.py", line 77, in attn_residual_func
    return self.ls1(self.attn(self.norm1(x)))
  File "E:\AI\Pinokio\api\comfyui.git\app\env\lib\site-packages\torch\nn\modules\module.py", line 1532, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
  File "E:\AI\Pinokio\api\comfyui.git\app\env\lib\site-packages\torch\nn\modules\module.py", line 1541, in _call_impl
    return forward_call(*args, **kwargs)
  File "E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\depth_anything\torchhub\facebookresearch_dinov2_main\dinov2\layers\attention.py", line 63, in forward
    return super().forward(x)
  File "E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\depth_anything\torchhub\facebookresearch_dinov2_main\dinov2\layers\attention.py", line 50, in forward
    attn = attn.softmax(dim=-1)
torch.cuda.OutOfMemoryError: Allocation on device 

2024-12-15T00:54:00.454231 - Got an OOM, unloading all loaded models.
2024-12-15T00:54:01.186148 - Prompt executed in 8.91 seconds
2024-12-15T00:54:09.958790 - got prompt
2024-12-15T00:54:10.100535 - model_path is E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui_controlnet_aux\ckpts\LiheYoung/Depth-Anything\checkpoints\depth_anything_vitl14.pth2024-12-15T00:54:10.100535 - 
2024-12-15T00:54:10.107537 - using MLP layer as FFN
2024-12-15T00:54:18.469687 - Requested to load CLIPVisionModelProjection
2024-12-15T00:54:19.168318 - loaded completely 9.5367431640625e+25 787.7150573730469 True
2024-12-15T00:54:21.288954 - Requested to load FluxClipModel_
2024-12-15T00:54:23.310229 - loaded partially 4655.1785667419435 4654.9521484375 0
2024-12-15T00:54:25.638263 - Requested to load AutoencodingEngine
2024-12-15T00:54:27.695234 - 0 models unloaded.
2024-12-15T00:54:27.771924 - loaded completely 9.5367431640625e+25 159.87335777282715 True
2024-12-15T00:54:29.323912 - Requested to load Flux
2024-12-15T00:54:31.191554 - loaded partially 3619.658486633301 3619.572265625 568
2024-12-15T00:55:05.451186 - 
 10%|███████████████████▎                                                                                                                                                                             | 2/20 [00:34<05:04, 16.93s/it]2024-12-15T00:55:07.024131 - got prompt
2024-12-15T00:55:12.558847 - got prompt
2024-12-15T00:55:15.175080 - got prompt
2024-12-15T00:55:18.358245 - got prompt
2024-12-15T00:55:20.927338 - got prompt
2024-12-15T00:59:46.860495 - 
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 20/20 [05:15<00:00, 15.55s/it]2024-12-15T00:59:46.861501 - 
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 20/20 [05:15<00:00, 15.78s/it]2024-12-15T00:59:46.861501 - 
2024-12-15T00:59:46.864500 - Requested to load AutoencodingEngine
2024-12-15T00:59:46.972163 - 0 models unloaded.
2024-12-15T00:59:47.040633 - loaded completely 9.5367431640625e+25 159.87335777282715 True
2024-12-15T00:59:50.067069 - Prompt executed in 340.02 seconds
2024-12-15T00:59:51.024143 - 0 models unloaded.
2024-12-15T00:59:52.573835 - Requested to load Flux
2024-12-15T00:59:54.292743 - loaded partially 3619.658486633301 3619.572265625 568
2024-12-15T01:05:31.326500 - 
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 20/20 [05:37<00:00, 16.71s/it]2024-12-15T01:05:31.326500 - 
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 20/20 [05:37<00:00, 16.85s/it]2024-12-15T01:05:31.326500 - 
2024-12-15T01:05:31.329501 - Requested to load AutoencodingEngine
2024-12-15T01:05:31.404397 - 0 models unloaded.
2024-12-15T01:05:31.466596 - loaded completely 9.5367431640625e+25 159.87335777282715 True
2024-12-15T01:05:34.480670 - Prompt executed in 343.95 seconds
2024-12-15T01:05:35.312121 - 0 models unloaded.
2024-12-15T01:05:36.826891 - Requested to load Flux
2024-12-15T01:05:38.296105 - loaded partially 3619.658486633301 3619.572265625 568
2024-12-15T01:06:41.396900 - 
 20%|██████████████████████████████████████▌                                                                                                                                                          | 4/20 [01:03<04:13, 15.84s/it]2024-12-15T01:06:57.600589 - 
 20%|██████████████████████████████████████▌                                                                                                                                                          | 4/20 [01:19<05:17, 19.83s/it]2024-12-15T01:06:57.601507 - 
2024-12-15T01:06:57.601507 - Processing interrupted
2024-12-15T01:06:57.603595 - Prompt executed in 82.76 seconds
2024-12-15T01:07:16.727684 - got prompt
2024-12-15T01:07:17.211813 - Requested to load AutoencodingEngine
2024-12-15T01:07:17.314741 - 0 models unloaded.
2024-12-15T01:07:17.520068 - loaded completely 9.5367431640625e+25 159.87335777282715 True
2024-12-15T01:07:19.924377 - Requested to load Flux
2024-12-15T01:07:21.293735 - loaded partially 3619.658486633301 3619.572265625 568
2024-12-15T01:07:21.296730 - 
  0%|                                                                                                                                                                                                         | 0/20 [00:00<?, ?it/s]2024-12-15T01:07:29.103717 - got prompt
2024-12-15T01:13:04.578378 - 
 95%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████▍         | 19/20 [05:43<00:18, 18.31s/it]2024-12-15T01:13:22.034492 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json2024-12-15T01:13:22.108784 - 
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 20/20 [06:00<00:00, 18.07s/it]2024-12-15T01:13:22.108784 - 
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 20/20 [06:00<00:00, 18.04s/it]2024-12-15T01:13:22.108784 - 
2024-12-15T01:13:22.112871 - Requested to load AutoencodingEngine
2024-12-15T01:13:22.191911 - 0 models unloaded.
2024-12-15T01:13:22.252632 - loaded completely 9.5367431640625e+25 159.87335777282715 True
2024-12-15T01:13:22.686659 -  [DONE]2024-12-15T01:13:22.686659 - 
2024-12-15T01:13:22.752779 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2024-12-15T01:13:22.752779 - 2024-12-15T01:13:23.371128 -  [DONE]2024-12-15T01:13:23.371128 - 
2024-12-15T01:13:23.411986 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json2024-12-15T01:13:23.412985 - 2024-12-15T01:13:23.876670 -  [DONE]2024-12-15T01:13:23.876670 - 
2024-12-15T01:13:24.132290 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json2024-12-15T01:13:24.132290 - 2024-12-15T01:13:24.846430 - Prompt executed in 368.05 seconds
2024-12-15T01:13:25.183066 -  [DONE]2024-12-15T01:13:25.183066 - 
2024-12-15T01:13:25.694794 - 0 models unloaded.
2024-12-15T01:13:27.113395 - Requested to load Flux
2024-12-15T01:13:28.796131 - loaded partially 3619.658486633301 3619.572265625 568
2024-12-15T01:18:54.547741 - 
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 20/20 [05:25<00:00, 16.18s/it]2024-12-15T01:18:54.547741 - 
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 20/20 [05:25<00:00, 16.29s/it]2024-12-15T01:18:54.547741 - 
2024-12-15T01:18:54.550788 - Requested to load AutoencodingEngine
2024-12-15T01:18:54.624009 - 0 models unloaded.
2024-12-15T01:18:54.691159 - loaded completely 9.5367431640625e+25 159.87335777282715 True
2024-12-15T01:18:57.165538 - Prompt executed in 331.99 seconds
2024-12-15T01:19:06.988055 - E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe-lightbox.esm.min.js2024-12-15T01:19:06.988055 - 
2024-12-15T01:19:07.029747 - E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe.min.css2024-12-15T01:19:07.029747 - 
2024-12-15T01:19:07.044357 - FETCH DATA from: E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\ComfyUI-Manager\extension-node-map.json2024-12-15T01:19:07.044357 - 2024-12-15T01:19:07.052147 -  [DONE]2024-12-15T01:19:07.052147 - 
2024-12-15T01:19:07.079073 - E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui-mixlab-nodes\webApp\lib/pickr.min.js2024-12-15T01:19:07.079073 - 
2024-12-15T01:19:07.138218 - E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui-mixlab-nodes\webApp\lib/classic.min.css2024-12-15T01:19:07.138218 - 
2024-12-15T01:19:07.140885 - E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui-mixlab-nodes\webApp\lib/model-viewer.min.js2024-12-15T01:19:07.141894 - 
2024-12-15T01:19:07.150932 - E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.css2024-12-15T01:19:07.150932 - 
2024-12-15T01:19:07.155934 - E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.min.js2024-12-15T01:19:07.155934 - 
2024-12-15T01:19:07.845186 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: E:\AI\Pinokio\api\comfyui.git\app
            2024-12-15T01:19:07.845186 - 
2024-12-15T01:19:07.846107 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: E:\AI\Pinokio\api\comfyui.git\app
            2024-12-15T01:19:07.846107 - 
2024-12-15T01:19:07.846107 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: E:\AI\Pinokio\api\comfyui.git\app
            2024-12-15T01:19:07.846107 - 
2024-12-15T01:19:07.846107 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: E:\AI\Pinokio\api\comfyui.git\app
            2024-12-15T01:19:07.847184 - 
2024-12-15T01:19:07.847184 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: E:\AI\Pinokio\api\comfyui.git\app
            2024-12-15T01:19:07.847184 - 
2024-12-15T01:19:07.847184 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: E:\AI\Pinokio\api\comfyui.git\app
            2024-12-15T01:19:07.847184 - 
2024-12-15T01:19:09.422148 - ['amateurphoto.safetensors']2024-12-15T01:19:09.423422 - 
2024-12-15T01:19:09.423422 - ['amateurphoto.safetensors']2024-12-15T01:19:09.423422 - 
2024-12-15T01:19:30.560739 - got prompt
2024-12-15T01:19:30.689959 - Prompt executed in 0.06 seconds
2024-12-15T01:19:57.793595 - got prompt
2024-12-15T01:19:58.314940 - 0 models unloaded.
2024-12-15T01:20:00.030617 - Requested to load Flux
2024-12-15T01:20:01.801639 - loaded partially 3619.658486633301 3619.572265625 568
2024-12-15T01:25:57.947715 - 
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 20/20 [05:56<00:00, 17.85s/it]2024-12-15T01:25:57.947715 - 
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 20/20 [05:56<00:00, 17.81s/it]2024-12-15T01:25:57.947715 - 
2024-12-15T01:25:57.950926 - Requested to load AutoencodingEngine
2024-12-15T01:25:58.044093 - 0 models unloaded.
2024-12-15T01:25:58.104443 - loaded completely 9.5367431640625e+25 159.87335777282715 True
2024-12-15T01:26:03.496272 - Prompt executed in 365.63 seconds
2024-12-15T01:27:02.962023 - got prompt
2024-12-15T01:27:03.088171 - Failed to validate prompt for output 126:
2024-12-15T01:27:03.088171 - * ApplyPulidFlux 100:
2024-12-15T01:27:03.089166 -   - Required input is missing: pulid_flux
2024-12-15T01:27:03.089166 - Output will be ignored
2024-12-15T01:27:03.089166 - Failed to validate prompt for output 9:
2024-12-15T01:27:03.089166 - Output will be ignored
2024-12-15T01:27:03.090389 - invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
2024-12-15T01:27:23.777012 - got prompt
2024-12-15T01:27:24.524997 - !!! Exception during processing !!! 
2024-12-15T01:27:24.562911 - Traceback (most recent call last):
  File "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 323, 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 "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 198, 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 "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\pulidflux.py", line 198, in load_insightface
    model = FaceAnalysis(name="antelopev2", root=INSIGHTFACE_DIR, providers=[provider + 'ExecutionProvider',]) # alternative to buffalo_l
  File "E:\AI\Pinokio\api\comfyui.git\app\env\lib\site-packages\insightface\app\face_analysis.py", line 43, in __init__
    assert 'detection' in self.models
AssertionError

2024-12-15T01:27:24.564919 - Prompt executed in 0.66 seconds
2024-12-15T01:27:30.528554 - got prompt
2024-12-15T01:27:30.750173 - !!! Exception during processing !!! 
2024-12-15T01:27:30.750173 - Traceback (most recent call last):
  File "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 323, 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 "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 198, 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 "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\pulidflux.py", line 198, in load_insightface
    model = FaceAnalysis(name="antelopev2", root=INSIGHTFACE_DIR, providers=[provider + 'ExecutionProvider',]) # alternative to buffalo_l
  File "E:\AI\Pinokio\api\comfyui.git\app\env\lib\site-packages\insightface\app\face_analysis.py", line 43, in __init__
    assert 'detection' in self.models
AssertionError

2024-12-15T01:27:30.752113 - Prompt executed in 0.09 seconds
2024-12-15T01:29:41.063731 - got prompt
2024-12-15T01:29:41.310722 - !!! Exception during processing !!! 
2024-12-15T01:29:41.311718 - Traceback (most recent call last):
  File "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 323, 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 "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 198, 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 "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\pulidflux.py", line 198, in load_insightface
    model = FaceAnalysis(name="antelopev2", root=INSIGHTFACE_DIR, providers=[provider + 'ExecutionProvider',]) # alternative to buffalo_l
  File "E:\AI\Pinokio\api\comfyui.git\app\env\lib\site-packages\insightface\app\face_analysis.py", line 43, in __init__
    assert 'detection' in self.models
AssertionError

2024-12-15T01:29:41.313718 - Prompt executed in 0.10 seconds
2024-12-15T01:29:47.824819 - got prompt
2024-12-15T01:29:48.081761 - !!! Exception during processing !!! 
2024-12-15T01:29:48.082768 - Traceback (most recent call last):
  File "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 323, 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 "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 198, 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 "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\pulidflux.py", line 198, in load_insightface
    model = FaceAnalysis(name="antelopev2", root=INSIGHTFACE_DIR, providers=[provider + 'ExecutionProvider',]) # alternative to buffalo_l
  File "E:\AI\Pinokio\api\comfyui.git\app\env\lib\site-packages\insightface\app\face_analysis.py", line 43, in __init__
    assert 'detection' in self.models
AssertionError

2024-12-15T01:29:48.084765 - Prompt executed in 0.10 seconds
2024-12-15T01:32:37.338226 - got prompt
2024-12-15T01:32:37.489056 - Failed to validate prompt for output 126:
2024-12-15T01:32:37.489056 - * UnetLoaderGGUF 128:
2024-12-15T01:32:37.490336 -   - Value not in list: unet_name: 'fluxRealistic_ggufFluxRealistic.gguf' not in []
2024-12-15T01:32:37.490336 - Output will be ignored
2024-12-15T01:32:37.491305 - Failed to validate prompt for output 9:
2024-12-15T01:32:37.491305 - Output will be ignored
2024-12-15T01:32:37.491305 - invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
2024-12-15T01:32:57.473961 - got prompt
2024-12-15T01:32:57.814999 - !!! Exception during processing !!! 
2024-12-15T01:32:57.815997 - Traceback (most recent call last):
  File "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 323, 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 "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 198, 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 "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "E:\AI\Pinokio\api\comfyui.git\app\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "E:\AI\Pinokio\api\comfyui.git\app\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\pulidflux.py", line 198, in load_insightface
    model = FaceAnalysis(name="antelopev2", root=INSIGHTFACE_DIR, providers=[provider + 'ExecutionProvider',]) # alternative to buffalo_l
  File "E:\AI\Pinokio\api\comfyui.git\app\env\lib\site-packages\insightface\app\face_analysis.py", line 43, in __init__
    assert 'detection' in self.models
AssertionError

2024-12-15T01:32:57.818001 - Prompt executed in 0.19 seconds

Attached Workflow

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

{"last_node_id":129,"last_link_id":168,"nodes":[{"id":101,"type":"PulidFluxEvaClipLoader","pos":[384,1190],"size":[320,30],"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"EVA_CLIP","type":"EVA_CLIP","links":[137],"slot_index":0,"label":"EVA_CLIP"}],"properties":{"Node name for S&R":"PulidFluxEvaClipLoader"},"widgets_values":[]},{"id":10,"type":"VAELoader","pos":[385,803],"size":[320,60],"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"VAE","type":"VAE","links":[12],"slot_index":0,"shape":3,"label":"VAE"}],"properties":{"Node name for S&R":"VAELoader"},"widgets_values":["ae.safetensors"]},{"id":117,"type":"GetImageSizeAndCount","pos":[807,664],"size":[277.20001220703125,86],"flags":{},"order":17,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":156}],"outputs":[{"name":"image","type":"IMAGE","links":null},{"name":"width","type":"INT","links":[150],"slot_index":1},{"name":"height","type":"INT","links":[151],"slot_index":2},{"name":"count","type":"INT","links":null}],"properties":{"Node name for S&R":"GetImageSizeAndCount"},"widgets_values":[]},{"id":120,"type":"ImageScaleToTotalPixels","pos":[784,818],"size":[315,82],"flags":{},"order":13,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":155}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[156],"slot_index":0}],"properties":{"Node name for S&R":"ImageScaleToTotalPixels"},"widgets_values":["nearest-exact",1]},{"id":16,"type":"KSamplerSelect","pos":[1165,543],"size":[260,60],"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"SAMPLER","type":"SAMPLER","links":[19],"shape":3,"label":"SAMPLER"}],"properties":{"Node name for S&R":"KSamplerSelect"},"widgets_values":["euler"]},{"id":22,"type":"BasicGuider","pos":[1165,421],"size":[260,60],"flags":{"collapsed":false},"order":22,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":142,"slot_index":0,"label":"model"},{"name":"conditioning","type":"CONDITIONING","link":87,"slot_index":1,"label":"conditioning"}],"outputs":[{"name":"GUIDER","type":"GUIDER","links":[30],"slot_index":0,"shape":3,"label":"GUIDER"}],"properties":{"Node name for S&R":"BasicGuider"},"widgets_values":[]},{"id":25,"type":"RandomNoise","pos":[1150,283],"size":[290,82],"flags":{},"order":3,"mode":0,"inputs":[],"outputs":[{"name":"NOISE","type":"NOISE","links":[37],"shape":3,"label":"NOISE"}],"properties":{"Node name for S&R":"RandomNoise"},"widgets_values":[576191421134302,"randomize"]},{"id":13,"type":"SamplerCustomAdvanced","pos":[1453,425],"size":[301.4008483886719,345.38330078125],"flags":{},"order":23,"mode":0,"inputs":[{"name":"noise","type":"NOISE","link":37,"slot_index":0,"label":"noise"},{"name":"guider","type":"GUIDER","link":30,"slot_index":1,"label":"guider"},{"name":"sampler","type":"SAMPLER","link":19,"slot_index":2,"label":"sampler"},{"name":"sigmas","type":"SIGMAS","link":20,"slot_index":3,"label":"sigmas"},{"name":"latent_image","type":"LATENT","link":140,"slot_index":4,"label":"latent_image"}],"outputs":[{"name":"output","type":"LATENT","links":[24],"slot_index":0,"shape":3,"label":"output"},{"name":"denoised_output","type":"LATENT","links":null,"shape":3,"label":"denoised_output"}],"properties":{"Node name for S&R":"SamplerCustomAdvanced"},"widgets_values":[]},{"id":102,"type":"EmptyLatentImage","pos":[797.2456665039062,492.24017333984375],"size":[320,110],"flags":{},"order":20,"mode":0,"inputs":[{"name":"height","type":"INT","link":151,"widget":{"name":"height"}},{"name":"width","type":"INT","link":150,"widget":{"name":"width"}}],"outputs":[{"name":"LATENT","type":"LATENT","links":[140],"slot_index":0,"label":"LATENT"}],"properties":{"Node name for S&R":"EmptyLatentImage"},"widgets_values":[768,1024,1]},{"id":125,"type":"StyleModelApply","pos":[382.0498352050781,596.5997314453125],"size":[320,122],"flags":{"collapsed":false},"order":18,"mode":0,"inputs":[{"name":"conditioning","type":"CONDITIONING","link":161},{"name":"style_model","type":"STYLE_MODEL","link":158},{"name":"clip_vision_output","type":"CLIP_VISION_OUTPUT","link":159,"shape":7}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[162],"slot_index":0}],"properties":{"Node name for S&R":"StyleModelApply"},"widgets_values":[1,"multiply"]},{"id":124,"type":"CLIPVisionEncode","pos":[39.27739715576172,761.9254150390625],"size":[290,78],"flags":{"collapsed":false},"order":14,"mode":0,"inputs":[{"name":"clip_vision","type":"CLIP_VISION","link":157},{"name":"image","type":"IMAGE","link":163}],"outputs":[{"name":"CLIP_VISION_OUTPUT","type":"CLIP_VISION_OUTPUT","links":[159],"slot_index":0}],"properties":{"Node name for S&R":"CLIPVisionEncode"},"widgets_values":["center"]},{"id":6,"type":"CLIPTextEncode","pos":[437.19482421875,742.5523071289062],"size":[298.5097961425781,96],"flags":{"collapsed":true},"order":15,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":108,"label":"clip"}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[161],"slot_index":0,"label":"CONDITIONING"}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":[""]},{"id":8,"type":"VAEDecode","pos":[1492,281],"size":[140,50],"flags":{},"order":24,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":24,"label":"samples"},{"name":"vae","type":"VAE","link":12,"label":"vae"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[9,164],"slot_index":0,"label":"IMAGE"}],"properties":{"Node name for S&R":"VAEDecode"},"widgets_values":[]},{"id":9,"type":"SaveImage","pos":[1781.493408203125,-70.4004898071289],"size":[641.8424072265625,445.5604248046875],"flags":{},"order":25,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":9,"label":"images"}],"outputs":[],"properties":{"Node name for S&R":"SaveImage"},"widgets_values":["FLUX"]},{"id":126,"type":"Image Comparer (rgthree)","pos":[1789.9796142578125,423.03155517578125],"size":[1065.2275390625,962.0546264648438],"flags":{},"order":26,"mode":0,"inputs":[{"name":"image_a","type":"IMAGE","link":165,"dir":3},{"name":"image_b","type":"IMAGE","link":164,"dir":3}],"outputs":[],"properties":{"comparer_mode":"Slide"},"widgets_values":[[{"name":"A","selected":true,"url":"/api/view?filename=rgthree.compare._temp_zvnhk_00003_.png&type=temp&subfolder=&rand=0.10123963930503477"},{"name":"B","selected":true,"url":"/api/view?filename=rgthree.compare._temp_zvnhk_00004_.png&type=temp&subfolder=&rand=0.8512097476738263"}]]},{"id":17,"type":"BasicScheduler","pos":[1167,688],"size":[260,110],"flags":{},"order":19,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":141,"slot_index":0,"label":"model"}],"outputs":[{"name":"SIGMAS","type":"SIGMAS","links":[20],"shape":3,"label":"SIGMAS"}],"properties":{"Node name for S&R":"BasicScheduler"},"widgets_values":["simple",26,1]},{"id":127,"type":"Note","pos":[776.6154174804688,-66.75524139404297],"size":[919.1301879882812,259.4202575683594],"flags":{},"order":4,"mode":0,"inputs":[],"outputs":[],"properties":{},"widgets_values":["Please Leave a Review on Civit AI: https://civitai.com/user/AIMotionStudio\nSubscribe to our Youtube for ComfyUI Tutorials: http://www.youtube.com/@AiMotionStudio\n\n\nLoad CLIP Vision: https://huggingface.co/Comfy-Org/sigclip_vision_384/blob/main/sigclip_vision_patch14_384.safetensors\n\nLoad Style Model: https://civitai.com/models/969352/flux-adapter-flux1-redux-dev\n\nLoad PuLID Flux Model: https://huggingface.co/guozinan/PuLID/blob/main/pulid_flux_v0.9.1.safetensors\n\n\n\n"],"color":"#432","bgcolor":"#653"},{"id":60,"type":"FluxGuidance","pos":[837,358],"size":[211.60000610351562,60],"flags":{},"order":21,"mode":0,"inputs":[{"name":"conditioning","type":"CONDITIONING","link":162,"label":"conditioning"}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[87],"slot_index":0,"shape":3,"label":"CONDITIONING"}],"properties":{"Node name for S&R":"FluxGuidance"},"widgets_values":[3.5]},{"id":123,"type":"StyleModelLoader","pos":[-6.6778154373168945,649.72265625],"size":[351.3459777832031,66.5030517578125],"flags":{},"order":5,"mode":0,"inputs":[],"outputs":[{"name":"STYLE_MODEL","type":"STYLE_MODEL","links":[158],"slot_index":0}],"properties":{"Node name for S&R":"StyleModelLoader"},"widgets_values":["flux1-redux-dev.safetensors"],"color":"#233","bgcolor":"#355"},{"id":122,"type":"CLIPVisionLoader","pos":[-16.650171279907227,533.1633911132812],"size":[362.0671081542969,62.379886627197266],"flags":{},"order":6,"mode":0,"inputs":[],"outputs":[{"name":"CLIP_VISION","type":"CLIP_VISION","links":[157],"slot_index":0}],"properties":{"Node name for S&R":"CLIPVisionLoader"},"widgets_values":["sigclip_vision_patch14_384.safetensors"],"color":"#233","bgcolor":"#355"},{"id":114,"type":"LoadImage","pos":[27,882],"size":[320,338],"flags":{},"order":7,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[155,163,165],"slot_index":0,"label":"IMAGE"},{"name":"MASK","type":"MASK","links":null,"label":"MASK"}],"title":"Load Image Prompt","properties":{"Node name for S&R":"LoadImage"},"widgets_values":["2024-05-03 22.28.35.jpg","image"]},{"id":11,"type":"DualCLIPLoader","pos":[385.0803527832031,448.9659729003906],"size":[320,110],"flags":{},"order":8,"mode":0,"inputs":[],"outputs":[{"name":"CLIP","type":"CLIP","links":[108],"slot_index":0,"shape":3,"label":"CLIP"}],"properties":{"Node name for S&R":"DualCLIPLoader"},"widgets_values":["t5xxl_fp16.safetensors","clip_l.safetensors","flux"]},{"id":129,"type":"UNETLoader","pos":[391.68414306640625,313.0086364746094],"size":[315,82],"flags":{},"order":9,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":[167]}],"properties":{"Node name for S&R":"UNETLoader"},"widgets_values":["flux1-dev.safetensors","default"]},{"id":100,"type":"ApplyPulidFlux","pos":[776,993],"size":[320,326],"flags":{},"order":16,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":167,"label":"model"},{"name":"pulid_flux","type":"PULIDFLUX","link":168,"label":"pulid_flux"},{"name":"eva_clip","type":"EVA_CLIP","link":137,"label":"eva_clip"},{"name":"face_analysis","type":"FACEANALYSIS","link":135,"label":"face_analysis"},{"name":"image","type":"IMAGE","link":136,"label":"image"},{"name":"attn_mask","type":"MASK","link":null,"shape":7,"label":"attn_mask"}],"outputs":[{"name":"MODEL","type":"MODEL","links":[141,142],"slot_index":0,"label":"MODEL"}],"properties":{"Node name for S&R":"ApplyPulidFlux"},"widgets_values":[1,0,1,"mean",1,0,3000,true]},{"id":99,"type":"PulidFluxModelLoader","pos":[386,1069],"size":[320,60],"flags":{},"order":10,"mode":0,"inputs":[],"outputs":[{"name":"PULIDFLUX","type":"PULIDFLUX","links":[168],"slot_index":0,"label":"PULIDFLUX"}],"properties":{"Node name for S&R":"PulidFluxModelLoader"},"widgets_values":["pulid_flux_v0.9.1.safetensors"]},{"id":97,"type":"PulidFluxInsightFaceLoader","pos":[383,943],"size":[320,70],"flags":{},"order":11,"mode":0,"inputs":[],"outputs":[{"name":"FACEANALYSIS","type":"FACEANALYSIS","links":[135],"slot_index":0,"label":"FACEANALYSIS"}],"properties":{"Node name for S&R":"PulidFluxInsightFaceLoader"},"widgets_values":["CUDA"]},{"id":93,"type":"LoadImage","pos":[1160,872],"size":[320,338],"flags":{},"order":12,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[136],"slot_index":0,"label":"IMAGE"},{"name":"MASK","type":"MASK","links":null,"label":"MASK"}],"title":"Load Image Face","properties":{"Node name for S&R":"LoadImage"},"widgets_values":["2024-05-03 22.13.06.jpg","image"]}],"links":[[9,8,0,9,0,"IMAGE"],[12,10,0,8,1,"VAE"],[19,16,0,13,2,"SAMPLER"],[20,17,0,13,3,"SIGMAS"],[24,13,0,8,0,"LATENT"],[30,22,0,13,1,"GUIDER"],[37,25,0,13,0,"NOISE"],[87,60,0,22,1,"CONDITIONING"],[108,11,0,6,0,"CLIP"],[135,97,0,100,3,"FACEANALYSIS"],[136,93,0,100,4,"IMAGE"],[137,101,0,100,2,"EVA_CLIP"],[140,102,0,13,4,"LATENT"],[141,100,0,17,0,"MODEL"],[142,100,0,22,0,"MODEL"],[150,117,1,102,1,"INT"],[151,117,2,102,0,"INT"],[155,114,0,120,0,"IMAGE"],[156,120,0,117,0,"IMAGE"],[157,122,0,124,0,"CLIP_VISION"],[158,123,0,125,1,"STYLE_MODEL"],[159,124,0,125,2,"CLIP_VISION_OUTPUT"],[161,6,0,125,0,"CONDITIONING"],[162,125,0,60,0,"CONDITIONING"],[163,114,0,124,1,"IMAGE"],[164,8,0,126,1,"IMAGE"],[165,114,0,126,0,"IMAGE"],[167,129,0,100,0,"MODEL"],[168,99,0,100,1,"PULIDFLUX"]],"groups":[],"config":{},"extra":{"ds":{"scale":0.9646149645000015,"offset":[160.31380308152734,-597.1927534034446]},"workspace_info":{"id":"oYzKNswvlVDYwnwN0203Z"}},"version":0.4}

Additional Context

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



### Other

_No response_
@wsxcvbnmlp wsxcvbnmlp added the User Support A user needs help with something, probably not a bug. label Dec 14, 2024
@LukeG89
Copy link

LukeG89 commented Dec 14, 2024

@XardasDerMeister
Copy link

Hello, I have the same issue. I have antelopev2 correctly installed and still have the error.

1 similar comment
@BAIGUO1314
Copy link

Hello, I have the same issue. I have antelopev2 correctly installed and still have the error.

@LukeG89
Copy link

LukeG89 commented Dec 16, 2024

Are there any chances that you placed the antelopev2 folder in the wrong place?
The correct path should be ComfyUI/models/insightface/models/antelopev2

@XardasDerMeister
Copy link

Are there any chances that you placed the antelopev2 folder in the wrong place? The correct path should be ComfyUI/models/insightface/models/antelopev2

Yes, I checked it.

image

@LukeG89
Copy link

LukeG89 commented Dec 16, 2024

My last guess: Have all the required python packages been installed? (see the requirements.txt file inside the node)
The most tedious to install is always insightface. Follow these instructions to install it.

@diogomathe
Copy link

My problem is always this ''ApplyPulidFlux allocation on device''

@lingtianzhimeng
Copy link

文件路径没问题,左侧模型打开insightface显示还是0,

@lingtianzhimeng
Copy link

This issue is caused by the inability to load the Insightface model

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User Support A user needs help with something, probably not a bug.
Projects
None yet
Development

No branches or pull requests

6 participants