-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Description
Expected Behavior
for it to work (don't even know what it is supposed to do load some insightface model for pulID, but it does not say what model where ai should put it why it is not working....)
Actual Behavior
purple outlined and error
PulidModelLoader
Error(s) in loading state_dict for IDEncoder:
Missing key(s) in state_dict: "body.0.weight", "body.0.bias", "body.1.weight", "body.1.bias", "body.3.weight", "body.3.bias", "body.4.weight", "body.4.bias", "body.6.weight", "body.6.bias", "mapping_0.0.weight", "mapping_0.0.bias", "mapping_0.1.weight", "mapping_0.1.bias", "mapping_0.3.weight", "mapping_0.3.bias", "mapping_0.4.weight", "mapping_0.4.bias", "mapping_0.6.weight", "mapping_0.6.bias", "mapping_patch_0.0.weight", "mapping_patch_0.0.bias", "mapping_patch_0.1.weight", "mapping_patch_0.1.bias", "mapping_patch_0.3.weight", "mapping_patch_0.3.bias", "mapping_patch_0.4.weight", "mapping_patch_0.4.bias", "mapping_patch_0.6.weight", "mapping_patch_0.6.bias", "mapping_1.0.weight", "mapping_1.0.bias", "mapping_1.1.weight", "mapping_1.1.bias", "mapping_1.3.weight", "mapping_1.3.bias", "mapping_1.4.weight", "mapping_1.4.bias", "mapping_1.6.weight", "mapping_1.6.bias", "mapping_patch_1.0.weight", "mapping_patch_1.0.bias", "mapping_patch_1.1.weight", "mapping_patch_1.1.bias", "mapping_patch_1.3.weight", "mapping_patch_1.3.bias", "mapping_patch_1.4.weight", "mapping_patch_1.4.bias", "mapping_patch_1.6.weight", "mapping_patch_1.6.bias", "mapping_2.0.weight", "mapping_2.0.bias", "mapping_2.1.weight", "mapping_2.1.bias", "mapping_2.3.weight", "mapping_2.3.bias", "mapping_2.4.weight", "mapping_2.4.bias", "mapping_2.6.weight", "mapping_2.6.bias", "mapping_patch_2.0.weight", "mapping_patch_2.0.bias", "mapping_patch_2.1.weight", "mapping_patch_2.1.bias", "mapping_patch_2.3.weight", "mapping_patch_2.3.bias", "mapping_patch_2.4.weight", "mapping_patch_2.4.bias", "mapping_patch_2.6.weight", "mapping_patch_2.6.bias", "mapping_3.0.weight", "mapping_3.0.bias", "mapping_3.1.weight", "mapping_3.1.bias", "mapping_3.3.weight", "mapping_3.3.bias", "mapping_3.4.weight", "mapping_3.4.bias", "mapping_3.6.weight", "mapping_3.6.bias", "mapping_patch_3.0.weight", "mapping_patch_3.0.bias", "mapping_patch_3.1.weight", "mapping_patch_3.1.bias", "mapping_patch_3.3.weight", "mapping_patch_3.3.bias", "mapping_patch_3.4.weight", "mapping_patch_3.4.bias", "mapping_patch_3.6.weight", "mapping_patch_3.6.bias", "mapping_4.0.weight", "mapping_4.0.bias", "mapping_4.1.weight", "mapping_4.1.bias", "mapping_4.3.weight", "mapping_4.3.bias", "mapping_4.4.weight", "mapping_4.4.bias", "mapping_4.6.weight", "mapping_4.6.bias", "mapping_patch_4.0.weight", "mapping_patch_4.0.bias", "mapping_patch_4.1.weight", "mapping_patch_4.1.bias", "mapping_patch_4.3.weight", "mapping_patch_4.3.bias", "mapping_patch_4.4.weight", "mapping_patch_4.4.bias", "mapping_patch_4.6.weight", "mapping_patch_4.6.bias".
Steps to Reproduce
press queue prompt
Debug Logs
# ComfyUI Error Report
## Error Details
- **Node ID:** 763
- **Node Type:** PulidFluxInsightFaceLoader
- **Exception Type:** AssertionError
- **Exception Message:**
## Stack Trace
File "D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_pulid_flux_ll\pulidflux.py", line 125, in load_insightface
model = FaceAnalysis(name="antelopev2", root=INSIGHTFACE_DIR, providers=[provider + 'ExecutionProvider',]) # alternative to buffalo_l
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\serge\AppData\Roaming\Python\Python311\site-packages\insightface\app\face_analysis.py", line 43, in __init__
assert 'detection' in self.models
^^^^^^^^^^^^^^^^^^^^^^^^^^
System Information
- ComfyUI Version: 0.3.10
- Arguments: ComfyUI\main.py
- OS: nt
- Python Version: 3.11.8 (tags/v3.11.8:db85d51, Feb 6 2024, 22:03:32) [MSC v.1937 64 bit (AMD64)]
- Embedded Python: true
- PyTorch Version: 2.5.1+cu124
Devices
- Name: cuda:0 NVIDIA GeForce RTX 3060 : cudaMallocAsync
- Type: cuda
- VRAM Total: 12884377600
- VRAM Free: 11793334272
- Torch VRAM Total: 0
- Torch VRAM Free: 0
Logs
2025-01-12T21:21:50.546408 - [comfy_mtb] | INFO -> loaded 2025-01-12T21:21:50.546408 - 962025-01-12T21:21:50.546408 - nodes successfuly2025-01-12T21:21:50.546933 -
2025-01-12T21:21:50.619948 - Nvidia APEX normalization not installed, using PyTorch LayerNorm2025-01-12T21:21:50.619948 -
2025-01-12T21:21:50.694520 -
2025-01-12T21:21:50.694520 - [rgthree-comfy] Loaded 42 fantastic nodes. 🎉2025-01-12T21:21:50.695519 -
2025-01-12T21:21:50.695519 -
2025-01-12T21:21:52.801701 - Searge-SDXL v4.3.1 in D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\SeargeSDXL2025-01-12T21:21:52.801701 -
2025-01-12T21:21:52.842090 - WAS Node Suite: 2025-01-12T21:21:52.842090 - BlenderNeko's Advanced CLIP Text Encode found, attempting to enable `CLIPTextEncode` support.2025-01-12T21:21:52.843126 -
2025-01-12T21:21:52.843126 - WAS Node Suite: 2025-01-12T21:21:52.843664 - `CLIPTextEncode (BlenderNeko Advanced + NSP)` node enabled under `WAS Suite/Conditioning` menu.2025-01-12T21:21:52.843664 -
2025-01-12T21:21:53.890846 - [DONE]2025-01-12T21:21:53.890846 -
2025-01-12T21:21:53.903550 - WAS Node Suite: 2025-01-12T21:21:53.904571 - OpenCV Python FFMPEG support is enabled2025-01-12T21:21:53.904571 -
2025-01-12T21:21:53.904571 - WAS Node Suite 2025-01-12T21:21:53.905549 - Warning: 2025-01-12T21:21:53.905549 - `ffmpeg_bin_path` is not set in `D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.2025-01-12T21:21:53.905549 -
2025-01-12T21:21:53.942758 - [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes?page=1&limit=10002025-01-12T21:21:53.942758 -
2025-01-12T21:21:53.998871 - nightly_channel: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/cache
2025-01-12T21:21:53.998871 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2025-01-12T21:21:54.128424 - [DONE]2025-01-12T21:21:54.128424 -
2025-01-12T21:21:54.942974 - WAS Node Suite: 2025-01-12T21:21:54.944009 - Finished.2025-01-12T21:21:54.944009 - 2025-01-12T21:21:54.944009 - Loaded2025-01-12T21:21:54.944009 - 2025-01-12T21:21:54.944009 - 2212025-01-12T21:21:54.944009 - 2025-01-12T21:21:54.944009 - nodes successfully.2025-01-12T21:21:54.944009 -
2025-01-12T21:21:54.944009 -
2025-01-12T21:21:54.944973 - "Art is the language of the heart and the window to the soul."2025-01-12T21:21:54.945974 - - Unknown2025-01-12T21:21:54.945974 -
2025-01-12T21:21:54.945974 -
2025-01-12T21:21:54.967323 -
Import times for custom nodes:
2025-01-12T21:21:54.968323 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\SDXLAspectRatio.py
2025-01-12T21:21:54.968323 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\gcLatentTunnel.py
2025-01-12T21:21:54.968323 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
2025-01-12T21:21:54.969324 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\image-resize-comfyui
2025-01-12T21:21:54.969324 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\Image-Captioning-in-ComfyUI
2025-01-12T21:21:54.970354 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-upscale-by-model
2025-01-12T21:21:54.970354 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl-recommended-res-calc
2025-01-12T21:21:54.970354 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_lora_tag_loader
2025-01-12T21:21:54.971324 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\extended-saveimage-comfyui
2025-01-12T21:21:54.971324 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\Lora-Training-in-Comfy
2025-01-12T21:21:54.972324 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\save-image-extended-comfyui
2025-01-12T21:21:54.972324 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ControlNet-LLLite-ComfyUI
2025-01-12T21:21:54.972324 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-dynamic-thresholding
2025-01-12T21:21:54.973324 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-ollama
2025-01-12T21:21:54.973324 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
2025-01-12T21:21:54.974324 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb
2025-01-12T21:21:54.974324 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
2025-01-12T21:21:54.974969 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-plasma
2025-01-12T21:21:54.975493 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-image-picker
2025-01-12T21:21:54.975493 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Logic
2025-01-12T21:21:54.975493 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2025-01-12T21:21:54.976482 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
2025-01-12T21:21:54.977482 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Saver
2025-01-12T21:21:54.978604 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-easy-grids
2025-01-12T21:21:54.978604 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF
2025-01-12T21:21:54.979585 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG
2025-01-12T21:21:54.979585 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_experiments
2025-01-12T21:21:54.979585 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\wlsh_nodes
2025-01-12T21:21:54.980607 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-marnodes
2025-01-12T21:21:54.980607 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\qq-nodes-comfyui
2025-01-12T21:21:54.980607 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
2025-01-12T21:21:54.981584 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FaceAnalysis
2025-01-12T21:21:54.981584 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SuperBeasts
2025-01-12T21:21:54.982612 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-inpaint-nodes
2025-01-12T21:21:54.982612 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
2025-01-12T21:21:54.982612 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyLiterals
2025-01-12T21:21:54.983584 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_JPS-Nodes
2025-01-12T21:21:54.983584 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_PoP
2025-01-12T21:21:54.983584 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Subpack
2025-01-12T21:21:54.984584 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tooling-nodes
2025-01-12T21:21:54.985127 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes
2025-01-12T21:21:54.985127 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-various
2025-01-12T21:21:54.985668 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2025-01-12T21:21:54.985668 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfy_KepListStuff
2025-01-12T21:21:54.986654 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials
2025-01-12T21:21:54.986654 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyMath
2025-01-12T21:21:54.986654 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\mikey_nodes
2025-01-12T21:21:54.987653 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
2025-01-12T21:21:54.987653 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
2025-01-12T21:21:54.988653 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-image-saver
2025-01-12T21:21:54.988653 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
2025-01-12T21:21:54.988653 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2025-01-12T21:21:54.989652 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\x-flux-comfyui
2025-01-12T21:21:54.989652 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
2025-01-12T21:21:54.989652 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ
2025-01-12T21:21:54.990653 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-prompt-reader-node
2025-01-12T21:21:54.990653 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GlifNodes
2025-01-12T21:21:54.991653 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-mnemic-nodes
2025-01-12T21:21:54.993652 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2025-01-12T21:21:54.993652 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_bmad_nodes
2025-01-12T21:21:54.994653 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2025-01-12T21:21:54.994653 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
2025-01-12T21:21:54.995655 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\facerestore_cf
2025-01-12T21:21:54.995655 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dream-project
2025-01-12T21:21:54.995655 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes
2025-01-12T21:21:54.996655 - 0.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-ergouzi-Nodes
2025-01-12T21:21:54.996655 - 0.1 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
2025-01-12T21:21:54.997675 - 0.1 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_mtb
2025-01-12T21:21:54.997675 - 0.1 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle
2025-01-12T21:21:54.997675 - 0.1 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes
2025-01-12T21:21:54.998653 - 0.1 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle_Advance
2025-01-12T21:21:54.998653 - 0.1 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\pulid_comfyui
2025-01-12T21:21:54.999653 - 0.1 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PuLID-Flux-Enhanced
2025-01-12T21:21:54.999653 - 0.1 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node
2025-01-12T21:21:54.999653 - 0.1 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Anyline
2025-01-12T21:21:55.000653 - 0.1 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_pulid_flux_ll
2025-01-12T21:21:55.000653 - 0.1 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Long-CLIP
2025-01-12T21:21:55.000653 - 0.1 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools
2025-01-12T21:21:55.001653 - 0.1 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-advancedliveportrait
2025-01-12T21:21:55.001653 - 0.2 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Gemini
2025-01-12T21:21:55.002653 - 0.2 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dynamicprompts
2025-01-12T21:21:55.002653 - 0.3 seconds (IMPORT FAILED): D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools
2025-01-12T21:21:55.002653 - 0.4 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-liveportrait
2025-01-12T21:21:55.003679 - 0.4 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Fill-Nodes
2025-01-12T21:21:55.003679 - 0.5 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR
2025-01-12T21:21:55.004653 - 0.5 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PuLID-Flux-GR
2025-01-12T21:21:55.004653 - 0.6 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture
2025-01-12T21:21:55.004653 - 0.6 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PuLID-Flux
2025-01-12T21:21:55.005653 - 0.9 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\bilbox-comfyui
2025-01-12T21:21:55.006308 - 1.0 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use
2025-01-12T21:21:55.006339 - 1.1 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
2025-01-12T21:21:55.006916 - 1.1 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Filters
2025-01-12T21:21:55.007850 - 2.1 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui
2025-01-12T21:21:55.008849 - 2.1 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\SeargeSDXL
2025-01-12T21:21:55.008849 - 3.0 seconds (IMPORT FAILED): D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Bringing-Old-Photos-Back-to-Life
2025-01-12T21:21:55.009852 - 4.5 seconds: D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Griptape
2025-01-12T21:21:55.009852 -
2025-01-12T21:21:55.031048 - Starting server
2025-01-12T21:21:55.032558 - To see the GUI go to: http://127.0.0.1:8188
2025-01-12T21:22:12.358101 - BilboX LUTs path set to:2025-01-12T21:22:12.358101 - 2025-01-12T21:22:12.358101 - D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\bilbox-comfyui\luts2025-01-12T21:22:12.358101 -
2025-01-12T21:22:12.359409 - BilboX LUTs path set to:2025-01-12T21:22:12.359409 - 2025-01-12T21:22:12.359409 - D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\bilbox-comfyui\luts2025-01-12T21:22:12.360379 -
2025-01-12T21:22:16.139915 - [comfy_mtb] | INFO -> Found multiple match, we will pick the last D:\Automatic1.1.1.1\stable-diffusion-webui\models/SwinIR
['D:\\Automatic1.1.1.1\\ComfyUI_windows_portable\\ComfyUI\\models\\upscale_models', 'D:\\Automatic1.1.1.1\\stable-diffusion-webui\\models/ESRGAN', 'D:\\Automatic1.1.1.1\\stable-diffusion-webui\\models/RealESRGAN', 'D:\\Automatic1.1.1.1\\stable-diffusion-webui\\models/SwinIR']2025-01-12T21:22:16.139915 -
2025-01-12T21:22:16.141105 - [comfy_mtb] | WARNING -> Face restoration models not found.2025-01-12T21:22:16.142088 -
2025-01-12T21:22:16.465873 - []2025-01-12T21:22:16.465873 -
2025-01-12T21:22:16.465873 - []2025-01-12T21:22:16.465873 -
2025-01-12T21:22:16.554176 - [Impact Pack] Wildcards loading done.2025-01-12T21:22:16.554176 -
2025-01-12T21:22:41.193978 - got prompt
2025-01-12T21:22:41.205352 - invalid prompt: {'type': 'invalid_prompt', 'message': 'Cannot execute because a node is missing the class_type property.', 'details': "Node ID '#392'", 'extra_info': {}}
2025-01-12T21:34:32.647686 - got prompt
2025-01-12T21:34:32.657736 - invalid prompt: {'type': 'invalid_prompt', 'message': 'Cannot execute because a node is missing the class_type property.', 'details': "Node ID '#392'", 'extra_info': {}}
2025-01-12T21:34:51.347561 - got prompt
2025-01-12T21:34:51.358312 - invalid prompt: {'type': 'invalid_prompt', 'message': 'Cannot execute because a node is missing the class_type property.', 'details': "Node ID '#392'", 'extra_info': {}}
2025-01-12T21:34:56.310390 - got prompt
2025-01-12T21:34:56.321734 - invalid prompt: {'type': 'invalid_prompt', 'message': 'Cannot execute because a node is missing the class_type property.', 'details': "Node ID '#392'", 'extra_info': {}}
2025-01-12T21:35:45.043154 - got prompt
2025-01-12T21:35:45.056688 - invalid prompt: {'type': 'invalid_prompt', 'message': 'Cannot execute because a node is missing the class_type property.', 'details': "Node ID '#392'", 'extra_info': {}}
2025-01-12T21:40:32.000157 - got prompt
2025-01-12T21:40:32.009218 - invalid prompt: {'type': 'invalid_prompt', 'message': 'Cannot execute because a node is missing the class_type property.', 'details': "Node ID '#392'", 'extra_info': {}}
2025-01-12T21:41:00.955519 - got prompt
2025-01-12T21:41:01.176639 - Failed to validate prompt for output 308:
2025-01-12T21:41:01.177168 - * CheckpointLoaderSimple 303:
2025-01-12T21:41:01.178153 - - Value not in list: ckpt_name: 'wildcardxXLTURBO_wildcardxXLTURBOV10.safetensors' not in (list of length 182)
2025-01-12T21:41:01.179151 - * ControlNetLoader 311:
2025-01-12T21:41:01.179151 - - Value not in list: control_net_name: 'OpenPoseXL2.safetensors' not in ['1.5\\control_sd15_inpaint_depth_hand_fp16.safetensors', 'diffusion_pytorch_model.safetensors', 'diffusion_pytorch_model_promax.safetensors']
2025-01-12T21:41:01.180152 - * LoadImage 310:
2025-01-12T21:41:01.181152 - - Custom validation failed for node: image - Invalid image file: Pose_sheet_v02.png
2025-01-12T21:41:01.181152 - Output will be ignored
2025-01-12T21:41:01.404520 - WARNING: [Errno 2] No such file or directory: 'D:\\Automatic1.1.1.1\\ComfyUI_windows_portable\\ComfyUI\\input\\Pose_sheet_v02.png'
2025-01-12T21:41:01.668244 - !!! Exception during processing !!! Error(s) in loading state_dict for IDEncoder:
Missing key(s) in state_dict: "body.0.weight", "body.0.bias", "body.1.weight", "body.1.bias", "body.3.weight", "body.3.bias", "body.4.weight", "body.4.bias", "body.6.weight", "body.6.bias", "mapping_0.0.weight", "mapping_0.0.bias", "mapping_0.1.weight", "mapping_0.1.bias", "mapping_0.3.weight", "mapping_0.3.bias", "mapping_0.4.weight", "mapping_0.4.bias", "mapping_0.6.weight", "mapping_0.6.bias", "mapping_patch_0.0.weight", "mapping_patch_0.0.bias", "mapping_patch_0.1.weight", "mapping_patch_0.1.bias", "mapping_patch_0.3.weight", "mapping_patch_0.3.bias", "mapping_patch_0.4.weight", "mapping_patch_0.4.bias", "mapping_patch_0.6.weight", "mapping_patch_0.6.bias", "mapping_1.0.weight", "mapping_1.0.bias", "mapping_1.1.weight", "mapping_1.1.bias", "mapping_1.3.weight", "mapping_1.3.bias", "mapping_1.4.weight", "mapping_1.4.bias", "mapping_1.6.weight", "mapping_1.6.bias", "mapping_patch_1.0.weight", "mapping_patch_1.0.bias", "mapping_patch_1.1.weight", "mapping_patch_1.1.bias", "mapping_patch_1.3.weight", "mapping_patch_1.3.bias", "mapping_patch_1.4.weight", "mapping_patch_1.4.bias", "mapping_patch_1.6.weight", "mapping_patch_1.6.bias", "mapping_2.0.weight", "mapping_2.0.bias", "mapping_2.1.weight", "mapping_2.1.bias", "mapping_2.3.weight", "mapping_2.3.bias", "mapping_2.4.weight", "mapping_2.4.bias", "mapping_2.6.weight", "mapping_2.6.bias", "mapping_patch_2.0.weight", "mapping_patch_2.0.bias", "mapping_patch_2.1.weight", "mapping_patch_2.1.bias", "mapping_patch_2.3.weight", "mapping_patch_2.3.bias", "mapping_patch_2.4.weight", "mapping_patch_2.4.bias", "mapping_patch_2.6.weight", "mapping_patch_2.6.bias", "mapping_3.0.weight", "mapping_3.0.bias", "mapping_3.1.weight", "mapping_3.1.bias", "mapping_3.3.weight", "mapping_3.3.bias", "mapping_3.4.weight", "mapping_3.4.bias", "mapping_3.6.weight", "mapping_3.6.bias", "mapping_patch_3.0.weight", "mapping_patch_3.0.bias", "mapping_patch_3.1.weight", "mapping_patch_3.1.bias", "mapping_patch_3.3.weight", "mapping_patch_3.3.bias", "mapping_patch_3.4.weight", "mapping_patch_3.4.bias", "mapping_patch_3.6.weight", "mapping_patch_3.6.bias", "mapping_4.0.weight", "mapping_4.0.bias", "mapping_4.1.weight", "mapping_4.1.bias", "mapping_4.3.weight", "mapping_4.3.bias", "mapping_4.4.weight", "mapping_4.4.bias", "mapping_4.6.weight", "mapping_4.6.bias", "mapping_patch_4.0.weight", "mapping_patch_4.0.bias", "mapping_patch_4.1.weight", "mapping_patch_4.1.bias", "mapping_patch_4.3.weight", "mapping_patch_4.3.bias", "mapping_patch_4.4.weight", "mapping_patch_4.4.bias", "mapping_patch_4.6.weight", "mapping_patch_4.6.bias".
2025-01-12T21:41:01.695577 - Traceback (most recent call last):
File "D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\pulid_comfyui\pulid.py", line 222, in load_model
model = PulidModel(model)
^^^^^^^^^^^^^^^^^
File "D:\Automatic1.1.1.1\ComfyUI_windows_portable\ComfyUI\custom_nodes\pulid_comfyui\pulid.py", line 33, in __init__
self.image_proj_model.load_state_dict(model["image_proj"])
File "D:\Automatic1.1.1.1\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 2584, in load_state_dict
raise RuntimeError(
RuntimeError: Error(s) in loading state_dict for IDEncoder:
Missing key(s) in state_dict: "body.0.weight", "body.0.bias", "body.1.weight", "body.1.bias", "body.3.weight", "body.3.bias", "body.4.weight", "body.4.bias", "body.6.weight", "body.6.bias", "mapping_0.0.weight", "mapping_0.0.bias", "mapping_0.1.weight", "mapping_0.1.bias", "mapping_0.3.weight", "mapping_0.3.bias", "mapping_0.4.weight", "mapping_0.4.bias", "mapping_0.6.weight", "mapping_0.6.bias", "mapping_patch_0.0.weight", "mapping_patch_0.0.bias", "mapping_patch_0.1.weight", "mapping_patch_0.1.bias", "mapping_patch_0.3.weight", "mapping_patch_0.3.bias", "mapping_patch_0.4.weight", "mapping_patch_0.4.bias", "mapping_patch_0.6.weight", "mapping_patch_0.6.bias", "mapping_1.0.weight", "mapping_1.0.bias", "mapping_1.1.weight", "mapping_1.1.bias", "mapping_1.3.weight", "mapping_1.3.bias", "mapping_1.4.weight", "mapping_1.4.bias", "mapping_1.6.weight", "mapping_1.6.bias", "mapping_patch_1.0.weight", "mapping_patch_1.0.bias", "mapping_patch_1.1.weight", "mapping_patch_1.1.bias", "mapping_patch_1.3.weight", "mapping_patch_1.3.bias", "mapping_patch_1.4.weight", "mapping_patch_1.4.bias", "mapping_patch_1.6.weight", "mapping_patch_1.6.bias", "mapping_2.0.weight", "mapping_2.0.bias", "mapping_2.1.weight", "mapping_2.1.bias", "mapping_2.3.weight", "mapping_2.3.bias", "mapping_2.4.weight", "mapping_2.4.bias", "mapping_2.6.weight", "mapping_2.6.bias", "mapping_patch_2.0.weight", "mapping_patch_2.0.bias", "mapping_patch_2.1.weight", "mapping_patch_2.1.bias", "mapping_patch_2.3.weight", "mapping_patch_2.3.bias", "mapping_patch_2.4.weight", "mapping_patch_2.4.bias", "mapping_patch_2.6.weight", "mapping_patch_2.6.bias", "mapping_3.0.weight", "mapping_3.0.bias", "mapping_3.1.weight", "mapping_3.1.bias", "mapping_3.3.weight", "mapping_3.3.bias", "mapping_3.4.weight", "mapping_3.4.bias", "mapping_3.6.weight", "mapping_3.6.bias", "mapping_patch_3.0.weight", "mapping_patch_3.0.bias", "mapping_patch_3.1.weight", "mapping_patch_3.1.bias", "mapping_patch_3.3.weight", "mapping_patch_3.3.bias", "mapping_patch_3.4.weight", "mapping_patch_3.4.bias", "mapping_patch_3.6.weight", "mapping_patch_3.6.bias", "mapping_4.0.weight", "mapping_4.0.bias", "mapping_4.1.weight", "mapping_4.1.bias", "mapping_4.3.weight", "mapping_4.3.bias", "mapping_4.4.weight", "mapping_4.4.bias", "mapping_4.6.weight", "mapping_4.6.bias", "mapping_patch_4.0.weight", "mapping_patch_4.0.bias", "mapping_patch_4.1.weight", "mapping_patch_4.1.bias", "mapping_patch_4.3.weight", "mapping_patch_4.3.bias", "mapping_patch_4.4.weight", "mapping_patch_4.4.bias", "mapping_patch_4.6.weight", "mapping_patch_4.6.bias".
Other
I have been at this for hours, tried this guys workflow, couldn't even pass the 5 min without issues popping up everywhere:
https://www.youtube.com/watch?v=MbQv8zoNEfY