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

InstantID面部分析错误 #129

Open
wszzzzz-zzz opened this issue Dec 22, 2024 · 0 comments
Open

InstantID面部分析错误 #129

wszzzzz-zzz opened this issue Dec 22, 2024 · 0 comments

Comments

@wszzzzz-zzz
Copy link

ComfyUI Error Report

Error Details

  • Node ID: 44
  • Node Type: InstantIDFaceAnalysis
  • Exception Type: AssertionError
  • Exception Message:

Stack Trace

  File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 328, 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 "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 203, 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 "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)

  File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\ComfyUI_windows_portable\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 "C:\Users\YNTVNEWS\AppData\Roaming\Python\Python312\site-packages\insightface\app\face_analysis.py", line 43, in __init__
    assert 'detection' in self.models
           ^^^^^^^^^^^^^^^^^^^^^^^^^^

System Information

  • ComfyUI Version: v0.3.9-10-g57f330c
  • Arguments: ComfyUI\main.py --windows-standalone-build
  • OS: nt
  • Python Version: 3.12.7 (tags/v3.12.7:0b05ead, Oct 1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)]
  • Embedded Python: true
  • PyTorch Version: 2.5.0+cu124

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 4060 Laptop GPU : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 8585216000
    • VRAM Free: 5758855160
    • Torch VRAM Total: 1677721600
    • Torch VRAM Free: 32581624

Logs

2024-12-22T21:42:52.183513 - [START] Security scan2024-12-22T21:42:52.183513 - 
2024-12-22T21:42:52.971979 - [DONE] Security scan2024-12-22T21:42:52.971979 - 
2024-12-22T21:42:53.072666 - ## ComfyUI-Manager: installing dependencies done.2024-12-22T21:42:53.072666 - 
2024-12-22T21:42:53.072666 - ** ComfyUI startup time:2024-12-22T21:42:53.073663 -  2024-12-22T21:42:53.073663 - 2024-12-22 21:42:53.0726662024-12-22T21:42:53.073663 - 
2024-12-22T21:42:53.108165 - ** Platform:2024-12-22T21:42:53.108165 -  2024-12-22T21:42:53.108165 - Windows2024-12-22T21:42:53.108744 - 
2024-12-22T21:42:53.108744 - ** Python version:2024-12-22T21:42:53.108744 -  2024-12-22T21:42:53.108744 - 3.12.7 (tags/v3.12.7:0b05ead, Oct  1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)]2024-12-22T21:42:53.108744 - 
2024-12-22T21:42:53.108744 - ** Python executable:2024-12-22T21:42:53.108744 -  2024-12-22T21:42:53.108744 - D:\ComfyUI_windows_portable\python_embeded\python.exe2024-12-22T21:42:53.108744 - 
2024-12-22T21:42:53.108744 - ** ComfyUI Path:2024-12-22T21:42:53.108744 -  2024-12-22T21:42:53.108744 - D:\ComfyUI_windows_portable\ComfyUI2024-12-22T21:42:53.108744 - 
2024-12-22T21:42:53.108744 - ** Log path:2024-12-22T21:42:53.108744 -  2024-12-22T21:42:53.108744 - D:\ComfyUI_windows_portable\comfyui.log2024-12-22T21:42:53.108744 - 
2024-12-22T21:42:53.112821 - [ComfyUI-Manager] WARN: Unsafe - SSL verification bypass option is Enabled. (see ComfyUI-Manager/config.ini)2024-12-22T21:42:53.112821 - 
2024-12-22T21:42:53.965537 - 
Prestartup times for custom nodes:
2024-12-22T21:42:53.969848 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2024-12-22T21:42:53.970051 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use
2024-12-22T21:42:53.970051 -    1.8 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
2024-12-22T21:42:53.970051 - 
2024-12-22T21:42:55.180794 - Total VRAM 8188 MB, total RAM 65312 MB
2024-12-22T21:42:55.180794 - pytorch version: 2.5.0+cu124
2024-12-22T21:42:55.181790 - Set vram state to: NORMAL_VRAM
2024-12-22T21:42:55.181790 - Device: cuda:0 NVIDIA GeForce RTX 4060 Laptop GPU : cudaMallocAsync
2024-12-22T21:42:55.783380 - Using pytorch attention
2024-12-22T21:42:56.477335 - [Prompt Server] web root: D:\ComfyUI_windows_portable\ComfyUI\web
2024-12-22T21:42:57.131376 - Note: NumExpr detected 28 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 16.
2024-12-22T21:42:57.131376 - NumExpr defaulting to 16 threads.
2024-12-22T21:42:57.812518 - �[34m[ComfyUI-Easy-Use] server: �[0mv1.2.6 �[92mLoaded�[0m2024-12-22T21:42:57.812518 - 
2024-12-22T21:42:57.813482 - �[34m[ComfyUI-Easy-Use] web root: �[0mD:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use\web_version/v2 �[92mLoaded�[0m2024-12-22T21:42:57.813482 - 
2024-12-22T21:42:57.818454 - ### Loading: ComfyUI-Impact-Pack (V8.1.5)2024-12-22T21:42:57.818454 - 
2024-12-22T21:42:57.840358 - [Impact Pack] Wildcards loading done.2024-12-22T21:42:57.840358 - 
2024-12-22T21:42:57.851822 - Total VRAM 8188 MB, total RAM 65312 MB
2024-12-22T21:42:57.852820 - pytorch version: 2.5.0+cu124
2024-12-22T21:42:57.852820 - Set vram state to: NORMAL_VRAM
2024-12-22T21:42:57.853305 - Device: cuda:0 NVIDIA GeForce RTX 4060 Laptop GPU : cudaMallocAsync
2024-12-22T21:42:57.908448 - Warning: INPUT_TYPES and function arguments don't match in SaveImageCustomNode, input_types: ['self', 'images', 'filename_prefix', 'subfolder_dir'], function arguments: ['self', 'images', 'filename_prefix', 'subfolder_dir', 'prompt', 'extra_pnginfo', 'self']2024-12-22T21:42:57.909652 - 
2024-12-22T21:42:57.910332 - Warning: INPUT_TYPES and function arguments don't match in SaveImageWebpCustomNode, input_types: ['self', 'images', 'filename_prefix', 'subfolder_dir', 'quality', 'lossless', 'compression', 'optimize', 'metadata_string'], function arguments: ['self', 'images', 'filename_prefix', 'subfolder_dir', 'prompt', 'extra_pnginfo', 'quality', 'lossless', 'compression', 'optimize', 'metadata_string', 'self']2024-12-22T21:42:57.910332 - 
2024-12-22T21:42:57.910818 - Warning: args in function arguments in ResizeImageNode, skipping argument validation2024-12-22T21:42:57.910818 - 
2024-12-22T21:42:57.910818 - Warning: args in function arguments in ResizeImageResolution, skipping argument validation2024-12-22T21:42:57.910818 - 
2024-12-22T21:42:57.910818 - Warning: args in function arguments in Base64DecodeNode, skipping argument validation2024-12-22T21:42:57.910818 - 
2024-12-22T21:42:57.911844 - Warning: args in function arguments in InvertImageNode, skipping argument validation2024-12-22T21:42:57.911994 - 
2024-12-22T21:42:57.912148 - Warning: args in function arguments in ResizeScaleImageNode, skipping argument validation2024-12-22T21:42:57.912310 - 
2024-12-22T21:42:57.912310 - Warning: args in function arguments in ResizeShortestToNode, skipping argument validation2024-12-22T21:42:57.912310 - 
2024-12-22T21:42:57.912310 - Warning: args in function arguments in ResizeLongestToNode, skipping argument validation2024-12-22T21:42:57.912310 - 
2024-12-22T21:42:57.912310 - Warning: args in function arguments in ConvertGreyscaleNode, skipping argument validation2024-12-22T21:42:57.912310 - 
2024-12-22T21:42:57.912310 - Warning: args in function arguments in RotateImageNode, skipping argument validation2024-12-22T21:42:57.912310 - 
2024-12-22T21:42:57.912310 - Warning: args in function arguments in BrightnessNode, skipping argument validation2024-12-22T21:42:57.912310 - 
2024-12-22T21:42:57.912310 - Warning: args in function arguments in ContrastNode, skipping argument validation2024-12-22T21:42:57.912310 - 
2024-12-22T21:42:57.912310 - Warning: args in function arguments in SharpnessNode, skipping argument validation2024-12-22T21:42:57.912310 - 
2024-12-22T21:42:57.912310 - Warning: args in function arguments in ColorNode, skipping argument validation2024-12-22T21:42:57.913315 - 
2024-12-22T21:42:57.913315 - Warning: args in function arguments in ConvertRGBNode, skipping argument validation2024-12-22T21:42:57.913315 - 
2024-12-22T21:42:57.913315 - Warning: args in function arguments in ThresholdNode, skipping argument validation2024-12-22T21:42:57.913315 - 
2024-12-22T21:42:57.913315 - Warning: args in function arguments in CensorImageByRating, skipping argument validation2024-12-22T21:42:57.913315 - 
2024-12-22T21:42:57.914315 - Warning: args in function arguments in SDWebuiAPINode, skipping argument validation2024-12-22T21:42:57.914315 - 
2024-12-22T21:42:57.914315 - Warning: args in function arguments in SDWebuiAPIFallbackNode, skipping argument validation2024-12-22T21:42:57.914315 - 
2024-12-22T21:42:57.916318 - ### Loading: ComfyUI-Manager (V2.55.5)2024-12-22T21:42:57.916318 - 
2024-12-22T21:42:58.100841 - ### ComfyUI Version: v0.3.9-10-g57f330c | Released on '2024-12-22'2024-12-22T21:42:58.100841 - 
2024-12-22T21:42:58.487573 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json2024-12-22T21:42:58.488679 - 
2024-12-22T21:42:58.533060 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json2024-12-22T21:42:58.533060 - 
2024-12-22T21:42:58.573767 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json2024-12-22T21:42:58.573767 - 
2024-12-22T21:42:58.720079 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json2024-12-22T21:42:58.720993 - 
2024-12-22T21:42:58.745838 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2024-12-22T21:42:58.745838 - 
2024-12-22T21:42:59.406784 - --------------
2024-12-22T21:42:59.406784 - �[91m ### Mixlab Nodes: �[93mLoaded
2024-12-22T21:42:59.408436 - ChatGPT.available False
2024-12-22T21:42:59.408436 - edit_mask.available True
2024-12-22T21:42:59.574946 - ## clip_interrogator_model not found: D:\ComfyUI_windows_portable\ComfyUI\models\clip_interrogator\Salesforce\blip-image-captioning-base, pls download from https://huggingface.co/Salesforce/blip-image-captioning-base2024-12-22T21:42:59.574946 - 
2024-12-22T21:42:59.574946 - ClipInterrogator.available True
2024-12-22T21:42:59.597699 - ## text_generator_model not found: D:\ComfyUI_windows_portable\ComfyUI\models\prompt_generator\text2image-prompt-generator, pls download from https://huggingface.co/succinctly/text2image-prompt-generator/tree/main2024-12-22T21:42:59.598700 - 
2024-12-22T21:42:59.598700 - ## zh_en_model not found: D:\ComfyUI_windows_portable\ComfyUI\models\prompt_generator\opus-mt-zh-en, pls download from https://huggingface.co/Helsinki-NLP/opus-mt-zh-en/tree/main2024-12-22T21:42:59.598700 - 
2024-12-22T21:42:59.598700 - PromptGenerate.available True
2024-12-22T21:42:59.599762 - ChinesePrompt.available True
2024-12-22T21:42:59.599897 - RembgNode_.available True
2024-12-22T21:42:59.602961 - ffmpeg could not be found. Using ffmpeg from imageio-ffmpeg.2024-12-22T21:42:59.602961 - 
2024-12-22T21:42:59.779393 - TripoSR.available
2024-12-22T21:42:59.780334 - MiniCPMNode.available
2024-12-22T21:42:59.830940 - Scenedetect.available
2024-12-22T21:42:59.879341 - FishSpeech.available
2024-12-22T21:42:59.884278 - SenseVoice.available
2024-12-22T21:42:59.908819 - Whisper.available False
2024-12-22T21:42:59.908819 - fal-client## OK2024-12-22T21:42:59.909778 - 
2024-12-22T21:42:59.913920 - FalVideo.available
2024-12-22T21:42:59.913920 - �[93m -------------- �[0m
2024-12-22T21:43:00.364373 - �[0;33m[ReActor]�[0m - �[38;5;173mSTATUS�[0m - �[0;32mRunning v0.5.2-a1 in ComfyUI�[0m2024-12-22T21:43:00.365325 - 
2024-12-22T21:43:00.379334 - Traceback (most recent call last):
  File "D:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2075, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 995, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node-main\__init__.py", line 23, in <module>
    from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node-main\nodes.py", line 27, in <module>
    from scripts.reactor_faceswap import (
  File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node-main\scripts\reactor_faceswap.py", line 14, in <module>
    from scripts.reactor_swapper import (
  File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node-main\scripts\reactor_swapper.py", line 26, in <module>
    from scripts.r_faceboost import swapper, restorer
  File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node-main\scripts\r_faceboost\restorer.py", line 17, in <module>
    from r_basicsr.utils.registry import ARCH_REGISTRY
  File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node-main\r_basicsr\__init__.py", line 3, in <module>
    from .archs import *
  File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node-main\r_basicsr\archs\__init__.py", line 16, in <module>
    _arch_modules = [importlib.import_module(f'r_basicsr.archs.{file_name}') for file_name in arch_filenames]
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "importlib\__init__.py", line 90, in import_module
  File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node-main\r_basicsr\archs\basicvsrpp_arch.py", line 7, in <module>
    from r_basicsr.archs.arch_util import flow_warp
  File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node-main\r_basicsr\archs\arch_util.py", line 6, in <module>
    from distutils.version import LooseVersion
ModuleNotFoundError: No module named 'distutils'

2024-12-22T21:43:00.380271 - Cannot import D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node-main module for custom nodes: No module named 'distutils'
2024-12-22T21:43:00.387273 - no module 'xformers'. Processing without...2024-12-22T21:43:00.387273 - 
2024-12-22T21:43:00.388278 - no module 'xformers'. Processing without...2024-12-22T21:43:00.388278 - 
2024-12-22T21:43:00.403038 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using ckpts path: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts�[0m
2024-12-22T21:43:00.403787 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using symlinks: False�[0m
2024-12-22T21:43:00.405429 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']�[0m
2024-12-22T21:43:00.428211 - # 😺dzNodes: LayerStyle -> �[1;33mCannot import name 'guidedFilter' from 'cv2.ximgproc'
A few nodes cannot works properly, while most nodes are not affected. Please REINSTALL package 'opencv-contrib-python'.
For detail refer to �[4mhttps://github.com/chflame163/ComfyUI_LayerStyle/issues/5�[0m�[m2024-12-22T21:43:00.428624 - 
2024-12-22T21:43:00.449013 - C:\Users\YNTVNEWS\AppData\Roaming\Python\Python312\site-packages\timm\models\layers\__init__.py:48: FutureWarning: Importing from timm.models.layers is deprecated, please import via timm.layers
  warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)

2024-12-22T21:43:00.450167 - # 😺dzNodes: LayerStyle -> �[1;33mCannot import name 'guidedFilter' from 'cv2.ximgproc'
A few nodes cannot works properly, while most nodes are not affected. Please REINSTALL package 'opencv-contrib-python'.
For detail refer to �[4mhttps://github.com/chflame163/ComfyUI_LayerStyle/issues/5�[0m�[m2024-12-22T21:43:00.451283 - 
2024-12-22T21:43:00.491172 - �[36;20m[comfy_mtb] | INFO -> loaded �[96m93�[0m nodes successfuly�[0m
2024-12-22T21:43:00.494359 - �[36;20m[comfy_mtb] | INFO -> Some nodes (2) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information.�[0m
2024-12-22T21:43:00.505245 - 
2024-12-22T21:43:00.506025 - �[92m[rgthree-comfy] Loaded 42 magnificent nodes. 🎉�[00m2024-12-22T21:43:00.508031 - 
2024-12-22T21:43:00.508378 - 
2024-12-22T21:43:00.508378 - 
Import times for custom nodes:
2024-12-22T21:43:00.508378 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\AIGODLIKE-ComfyUI-Translation-main
2024-12-22T21:43:00.508378 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
2024-12-22T21:43:00.509694 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
2024-12-22T21:43:00.509863 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_InstantID
2024-12-22T21:43:00.510063 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
2024-12-22T21:43:00.510063 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2024-12-22T21:43:00.510063 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials
2024-12-22T21:43:00.510063 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
2024-12-22T21:43:00.510063 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes-master
2024-12-22T21:43:00.510063 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
2024-12-22T21:43:00.510063 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-JDCN-main
2024-12-22T21:43:00.510063 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2024-12-22T21:43:00.510063 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
2024-12-22T21:43:00.510063 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR
2024-12-22T21:43:00.510063 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
2024-12-22T21:43:00.510063 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
2024-12-22T21:43:00.510063 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle_Advance
2024-12-22T21:43:00.510063 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle
2024-12-22T21:43:00.510063 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
2024-12-22T21:43:00.510063 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_mtb
2024-12-22T21:43:00.510063 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LogicUtils-main
2024-12-22T21:43:00.510063 -    0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes-main
2024-12-22T21:43:00.510063 -    0.4 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
2024-12-22T21:43:00.510063 -    0.4 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use
2024-12-22T21:43:00.510063 -    0.5 seconds (IMPORT FAILED): D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node-main
2024-12-22T21:43:00.510063 -    0.7 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DynamiCrafter
2024-12-22T21:43:00.510063 -    1.6 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes
2024-12-22T21:43:00.511065 - 
2024-12-22T21:43:00.519405 - Starting server

2024-12-22T21:43:00.519605 - To see the GUI go to: http://127.0.0.1:8188
2024-12-22T21:43:01.002118 - D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe-lightbox.esm.min.js2024-12-22T21:43:01.002118 - 
2024-12-22T21:43:01.009031 - D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe.min.css2024-12-22T21:43:01.009031 - 
2024-12-22T21:43:01.009591 - FETCH DATA from: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json2024-12-22T21:43:01.009591 - 2024-12-22T21:43:01.009591 -  [DONE]2024-12-22T21:43:01.009591 - 
2024-12-22T21:43:01.019070 - D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/pickr.min.js2024-12-22T21:43:01.019070 - 
2024-12-22T21:43:01.158626 - D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/classic.min.css2024-12-22T21:43:01.158626 - 
2024-12-22T21:43:01.159725 - D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/model-viewer.min.js2024-12-22T21:43:01.159725 - 
2024-12-22T21:43:01.164750 - D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.min.js2024-12-22T21:43:01.164750 - 
2024-12-22T21:43:01.165750 - D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.css2024-12-22T21:43:01.165750 - 
2024-12-22T21:43:24.167125 - got prompt
2024-12-22T21:43:24.171131 - Failed to validate prompt for output 328:
2024-12-22T21:43:24.172127 - * LoadImage 40:
2024-12-22T21:43:24.172127 -   - Custom validation failed for node: image - Invalid image file: 185457778-9a55537c8349d50cf6ec2c7a0e81855dbb0418eda6572f163514782035f6de8d_看图王.jpg
2024-12-22T21:43:24.172127 - * LoadImage 49:
2024-12-22T21:43:24.173127 -   - Custom validation failed for node: image - Invalid image file: 微信截图_20241127152738.png
2024-12-22T21:43:24.173127 - Output will be ignored
2024-12-22T21:43:24.174131 - Failed to validate prompt for output 56:
2024-12-22T21:43:24.174131 - Output will be ignored
2024-12-22T21:43:24.175128 - Failed to validate prompt for output 260:
2024-12-22T21:43:24.175128 - Output will be ignored
2024-12-22T21:43:24.175128 - invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
2024-12-22T21:43:40.839627 - got prompt
2024-12-22T21:43:41.165570 - D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\mediapipe\tasks\python\vision\image_segmenter.py:158: UserWarning: MessageFactory class is deprecated. Please use GetMessageClass() instead of MessageFactory.GetPrototype. MessageFactory class will be removed after 2024.
  graph_config = self._runner.get_graph_config()

2024-12-22T21:43:42.841457 - # 😺dzNodes: LayerStyle -> �[1;32mPersonMaskUltra V2 Processed 1 image(s).�[m2024-12-22T21:43:42.841457 - 
2024-12-22T21:43:42.944986 - # 😺dzNodes: LayerStyle -> �[1;33mCropByMask V2: Box detected. x=14,y=96,width=1040,height=1064�[m2024-12-22T21:43:42.944986 - 
2024-12-22T21:43:43.128288 - # 😺dzNodes: LayerStyle -> �[1;32mCropByMask V2 Processed 1 image(s).�[m2024-12-22T21:43:43.128288 - 
2024-12-22T21:43:43.627769 - model_path is D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts\lllyasviel/Annotators\sk_model.pth2024-12-22T21:43:43.627769 - 
2024-12-22T21:43:43.627769 - model_path is D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts\lllyasviel/Annotators\sk_model2.pth2024-12-22T21:43:43.627769 - 
2024-12-22T21:43:43.642346 - D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\lineart\__init__.py:105: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
  model.load_state_dict(torch.load(model_path, map_location=torch.device('cpu')))

2024-12-22T21:43:43.660949 - D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\lineart\__init__.py:109: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
  coarse_model.load_state_dict(torch.load(coarse_model_path, map_location=torch.device('cpu')))

2024-12-22T21:43:43.883775 - model weight dtype torch.float16, manual cast: None
2024-12-22T21:43:43.886008 - model_type EPS
2024-12-22T21:43:44.826631 - Using pytorch attention in VAE
2024-12-22T21:43:44.826631 - Using pytorch attention in VAE
2024-12-22T21:43:46.910134 - Requested to load SDXLClipModel
2024-12-22T21:43:47.393818 - loaded completely 9.5367431640625e+25 1560.802734375 True
2024-12-22T21:43:48.519480 - !!! Exception during processing !!! 
2024-12-22T21:43:48.520481 - Traceback (most recent call last):
  File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 328, 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 "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 203, 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 "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI_windows_portable\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 "C:\Users\YNTVNEWS\AppData\Roaming\Python\Python312\site-packages\insightface\app\face_analysis.py", line 43, in __init__
    assert 'detection' in self.models
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError

2024-12-22T21:43:48.523056 - Prompt executed in 7.67 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant