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

PulidFluxEvaClipLoader ComfyUI Error Report #28

Open
ETZhang opened this issue Nov 17, 2024 · 0 comments
Open

PulidFluxEvaClipLoader ComfyUI Error Report #28

ETZhang opened this issue Nov 17, 2024 · 0 comments

Comments

@ETZhang
Copy link

ETZhang commented Nov 17, 2024

ComfyUI Error Report

Error Details

  • Node ID: 630
  • Node Type: PulidFluxEvaClipLoader
  • Exception Type: huggingface_hub.utils._errors.LocalEntryNotFoundError
  • Exception Message: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.

Stack Trace

  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\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:\ComfyUINo2\ComfyUI-aki-v1.4\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:\ComfyUINo2\ComfyUI-aki-v1.4\execution.py", line 165, in _map_node_over_list
    process_inputs({})

  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))

  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\pulidflux.py", line 242, in load_eva_clip
    model, _, _ = create_model_and_transforms('EVA02-CLIP-L-14-336', 'eva_clip', force_custom_clip=True)

  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\eva_clip\factory.py", line 377, in create_model_and_transforms
    model = create_model(

  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\eva_clip\factory.py", line 279, in create_model
    checkpoint_path = download_pretrained(pretrained_cfg, cache_dir=cache_dir)

  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\eva_clip\pretrained.py", line 328, in download_pretrained
    target = download_pretrained_from_hf(model_id, filename=filename, cache_dir=cache_dir)

  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\eva_clip\pretrained.py", line 300, in download_pretrained_from_hf
    cached_file = hf_hub_download(model_id, filename, revision=revision, cache_dir=cache_dir)

  File "<enhanced_experience patches.hfmirror.huggingface_hub>", line 47, in hf_hub_download_wrapper_inner

  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
    return fn(*args, **kwargs)

  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 1221, in hf_hub_download
    return _hf_hub_download_to_cache_dir(

  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 1325, in _hf_hub_download_to_cache_dir
    _raise_on_head_call_error(head_call_error, force_download, local_files_only)

  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 1826, in _raise_on_head_call_error
    raise LocalEntryNotFoundError(

System Information

  • ComfyUI Version: v0.2.7-27-gd9f90965
  • Arguments: E:\ComfyUINo2\ComfyUI-aki-v1.4\main.py --auto-launch --preview-method auto --disable-cuda-malloc
  • OS: nt
  • Python Version: 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
  • Embedded Python: false
  • PyTorch Version: 2.3.1+cu121

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 4070 Ti SUPER : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 17170956288
    • VRAM Free: 15821963264
    • Torch VRAM Total: 0
    • Torch VRAM Free: 0

Logs

2024-11-18T01:41:43.530129 -   File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\aiohttp\resolver.py", line 33, in resolve
2024-11-18T01:41:43.530129 -     2024-11-18T01:41:43.531129 - infos = await self._loop.getaddrinfo(2024-11-18T01:41:43.531129 - 
2024-11-18T01:41:43.531129 -   File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\asyncio\base_events.py", line 863, in getaddrinfo
2024-11-18T01:41:43.531129 -     2024-11-18T01:41:43.531129 - return await self.run_in_executor(2024-11-18T01:41:43.531129 - 
2024-11-18T01:41:43.531129 -   File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\concurrent\futures\thread.py", line 58, in run
2024-11-18T01:41:43.531129 -     2024-11-18T01:41:43.531129 - result = self.fn(*self.args, **self.kwargs)2024-11-18T01:41:43.531129 - 
2024-11-18T01:41:43.531129 -   File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\socket.py", line 955, in getaddrinfo
2024-11-18T01:41:43.531129 -     2024-11-18T01:41:43.531129 - for res in _socket.getaddrinfo(host, port, family, type, proto, flags):2024-11-18T01:41:43.531129 - 
2024-11-18T01:41:43.531129 - socket2024-11-18T01:41:43.531129 - .2024-11-18T01:41:43.531129 - gaierror2024-11-18T01:41:43.531129 - : 2024-11-18T01:41:43.531129 - [Errno 11004] getaddrinfo failed2024-11-18T01:41:43.531129 - 
2024-11-18T01:41:43.531129 - 
The above exception was the direct cause of the following exception:

2024-11-18T01:41:43.531129 - Traceback (most recent call last):
2024-11-18T01:41:43.531129 -   File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\threading.py", line 1016, in _bootstrap_inner
2024-11-18T01:41:43.531129 -     2024-11-18T01:41:43.531129 - self.run()2024-11-18T01:41:43.531129 - 
2024-11-18T01:41:43.531129 -   File "<enhanced_experience vendors.sentry_sdk.integrations.threading>", line 99, in run
2024-11-18T01:41:43.532126 -   File "<enhanced_experience vendors.sentry_sdk.integrations.threading>", line 94, in _run_old_run_func
2024-11-18T01:41:43.533128 -   File "<enhanced_experience vendors.sentry_sdk.utils>", line 1649, in reraise
2024-11-18T01:41:43.534127 -   File "<enhanced_experience vendors.sentry_sdk.integrations.threading>", line 92, in _run_old_run_func
2024-11-18T01:41:43.534127 -   File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\threading.py", line 953, in run
2024-11-18T01:41:43.534127 -     2024-11-18T01:41:43.534127 - self._target(*self._args, **self._kwargs)2024-11-18T01:41:43.534127 - 
2024-11-18T01:41:43.534127 -   File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 1343, in <lambda>
2024-11-18T01:41:43.535125 -     2024-11-18T01:41:43.535125 - threading.Thread(target=lambda: asyncio.run(default_cache_update())).start()2024-11-18T01:41:43.535125 - 
2024-11-18T01:41:43.535125 -   File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\asyncio\runners.py", line 44, in run
2024-11-18T01:41:43.535125 -     2024-11-18T01:41:43.535125 - return loop.run_until_complete(main)2024-11-18T01:41:43.535125 - 
2024-11-18T01:41:43.535125 -   File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\asyncio\base_events.py", line 649, in run_until_complete
2024-11-18T01:41:43.535125 -     2024-11-18T01:41:43.535125 - return future.result()2024-11-18T01:41:43.535125 - 
2024-11-18T01:41:43.535125 -   File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 1340, in default_cache_update
2024-11-18T01:41:43.535125 -     2024-11-18T01:41:43.535125 - await asyncio.gather(a, b, c, d, e)2024-11-18T01:41:43.535125 - 
2024-11-18T01:41:43.535125 -   File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 1327, in get_cache
2024-11-18T01:41:43.535125 -     2024-11-18T01:41:43.536127 - json_obj = await core.get_data(uri, True)2024-11-18T01:41:43.536127 - 
2024-11-18T01:41:43.536127 -   File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Manager\glob\manager_core.py", line 620, in get_data
2024-11-18T01:41:43.536127 -     2024-11-18T01:41:43.536127 - async with session.get(uri) as resp:2024-11-18T01:41:43.536127 - 
2024-11-18T01:41:43.536127 -   File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\aiohttp\client.py", line 1141, in __aenter__
2024-11-18T01:41:43.536127 -     2024-11-18T01:41:43.536127 - self._resp = await self._coro2024-11-18T01:41:43.536127 - 
2024-11-18T01:41:43.536127 -   File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\aiohttp\client.py", line 536, in _request
2024-11-18T01:41:43.536127 -     2024-11-18T01:41:43.536127 - conn = await self._connector.connect(2024-11-18T01:41:43.536127 - 
2024-11-18T01:41:43.536127 -   File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\aiohttp\connector.py", line 540, in connect
2024-11-18T01:41:43.536127 -     2024-11-18T01:41:43.536127 - proto = await self._create_connection(req, traces, timeout)2024-11-18T01:41:43.536127 - 
2024-11-18T01:41:43.536127 -   File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\aiohttp\connector.py", line 901, in _create_connection
2024-11-18T01:41:43.536127 -     2024-11-18T01:41:43.536127 - _, proto = await self._create_direct_connection(req, traces, timeout)2024-11-18T01:41:43.536127 - 
2024-11-18T01:41:43.536127 -   File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\aiohttp\connector.py", line 1169, in _create_direct_connection
2024-11-18T01:41:43.537127 -     2024-11-18T01:41:43.537127 - raise ClientConnectorError(req.connection_key, exc) from exc2024-11-18T01:41:43.537127 - 
2024-11-18T01:41:43.537127 - aiohttp.client_exceptions2024-11-18T01:41:43.537127 - .2024-11-18T01:41:43.537127 - ClientConnectorError2024-11-18T01:41:43.537127 - : 2024-11-18T01:41:43.537127 - Cannot connect to host raw.githubusercontent.com:443 ssl:default [getaddrinfo failed]2024-11-18T01:41:43.537127 - 
2024-11-18T01:41:45.802909 - Nvidia APEX normalization not installed, using PyTorch LayerNorm2024-11-18T01:41:45.802909 - 
2024-11-18T01:41:45.881909 - (pysssss:WD14Tagger) [DEBUG] Available ORT providers: TensorrtExecutionProvider, CUDAExecutionProvider, CPUExecutionProvider2024-11-18T01:41:45.881909 - 
2024-11-18T01:41:45.881909 - (pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider2024-11-18T01:41:45.881909 - 
2024-11-18T01:41:45.901909 - Workspace manager - Openning file hash dict2024-11-18T01:41:45.901909 - 
2024-11-18T01:41:45.901909 - 🦄🦄Loading: Workspace Manager (V2.1.0)2024-11-18T01:41:45.902909 - 
2024-11-18T01:41:45.923909 - ------------------------------------------2024-11-18T01:41:45.923909 - 
2024-11-18T01:41:45.923909 - �[34mComfyroll Studio v1.76 : �[92m 175 Nodes Loaded�[0m2024-11-18T01:41:45.923909 - 
2024-11-18T01:41:45.923909 - ------------------------------------------2024-11-18T01:41:45.923909 - 
2024-11-18T01:41:45.923909 - ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md2024-11-18T01:41:45.923909 - 
2024-11-18T01:41:45.923909 - ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki2024-11-18T01:41:45.923909 - 
2024-11-18T01:41:45.923909 - ------------------------------------------2024-11-18T01:41:45.923909 - 
2024-11-18T01:41:45.931909 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using ckpts path: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\comfyui_controlnet_aux\ckpts�[0m
2024-11-18T01:41:45.931909 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using symlinks: False�[0m
2024-11-18T01:41:45.931909 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']�[0m
2024-11-18T01:41:45.944909 - DWPose: Onnxruntime with acceleration providers detected2024-11-18T01:41:45.944909 - 
2024-11-18T01:41:45.960909 - �[1;35m### [START] ComfyUI AlekPet Nodes �[1;34mv1.0.22�[0m�[1;35m ###�[0m2024-11-18T01:41:45.960909 - 
2024-11-18T01:41:48.501054 - �[92mNode -> ArgosTranslateNode: �[93mArgosTranslateCLIPTextEncodeNode, ArgosTranslateTextNode�[0m �[92m[Loading] �[0m2024-11-18T01:41:48.501054 - 
2024-11-18T01:41:48.505054 - �[92mNode -> DeepTranslatorNode: �[93mDeepTranslatorCLIPTextEncodeNode, DeepTranslatorTextNode�[0m �[92m[Loading] �[0m2024-11-18T01:41:48.505054 - 
2024-11-18T01:41:48.514054 - �[92mNode -> GoogleTranslateNode: �[93mGoogleTranslateCLIPTextEncodeNode, GoogleTranslateTextNode�[0m �[92m[Loading] �[0m2024-11-18T01:41:48.514054 - 
2024-11-18T01:41:48.520054 - �[92mNode -> ExtrasNode: �[93mPreviewTextNode, HexToHueNode, ColorsCorrectNode�[0m �[92m[Loading] �[0m2024-11-18T01:41:48.520054 - �[92mNode -> PoseNode: �[93mPoseNode�[0m �[92m[Loading] �[0m2024-11-18T01:41:48.520054 - 
2024-11-18T01:41:48.520054 - 
2024-11-18T01:41:48.596055 - �[92mNode -> IDENode: �[93mIDENode�[0m �[92m[Loading] �[0m2024-11-18T01:41:48.596055 - 
2024-11-18T01:41:48.806276 - �[92mNode -> PainterNode: �[93mPainterNode�[0m �[92m[Loading] �[0m2024-11-18T01:41:48.806276 - 
2024-11-18T01:41:48.806276 - �[1;35m### [END] ComfyUI AlekPet Nodes ###�[0m2024-11-18T01:41:48.806276 - 
2024-11-18T01:41:49.227541 - �[34mFizzleDorf Custom Nodes: �[92mLoaded�[0m2024-11-18T01:41:49.227541 - 
2024-11-18T01:41:49.259541 - 
�[36mEfficiency Nodes:�[0m Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...�[92mSuccess!�[0m2024-11-18T01:41:49.259541 - 
2024-11-18T01:41:49.263543 - Patching UNetModel.forward2024-11-18T01:41:49.263543 - 
2024-11-18T01:41:49.263543 - UNetModel.forward has been successfully patched.2024-11-18T01:41:49.263543 - 
2024-11-18T01:41:49.269549 - �[1;32m[Power Noise Suite]: 🦚🦚🦚 �[93m�[3mSup.�[0m 🦚🦚🦚2024-11-18T01:41:49.269549 - 
2024-11-18T01:41:49.269549 - �[1;32m[Power Noise Suite]:�[0m Tamed �[93m11�[0m wild nodes.2024-11-18T01:41:49.270550 - 
2024-11-18T01:41:49.316549 - Nvidia APEX normalization not installed, using PyTorch LayerNorm2024-11-18T01:41:49.316549 - 
2024-11-18T01:41:49.386550 - 
2024-11-18T01:41:49.386550 - �[92m[rgthree] Loaded 42 fantastic nodes.�[00m2024-11-18T01:41:49.386550 - 
2024-11-18T01:41:49.386550 - �[33m[rgthree] NOTE: Will NOT use rgthree's optimized recursive execution as ComfyUI has changed.�[00m2024-11-18T01:41:49.386550 - 
2024-11-18T01:41:49.386550 - 
2024-11-18T01:41:51.733862 - �[34mWAS Node Suite: �[0mOpenCV Python FFMPEG support is enabled�[0m2024-11-18T01:41:51.733862 - 
2024-11-18T01:41:51.733862 - �[34mWAS Node Suite �[93mWarning: �[0m`ffmpeg_bin_path` is not set in `E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\was-node-suite-comfyui\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.�[0m2024-11-18T01:41:51.733862 - 
2024-11-18T01:41:53.956879 - �[34mWAS Node Suite: �[0mFinished.�[0m �[32mLoaded�[0m �[0m218�[0m �[32mnodes successfully.�[0m2024-11-18T01:41:53.956879 - 
2024-11-18T01:41:53.956879 - 
	�[3m�[93m"Great minds discuss ideas; average minds discuss events; small minds discuss people."�[0m�[3m - Eleanor Roosevelt�[0m
2024-11-18T01:41:53.956879 - 
2024-11-18T01:41:53.963879 - 
Import times for custom nodes:
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\websocket_image_save.py
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\AIGODLIKE-ComfyUI-Translation
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\FreeU_Advanced
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ControlNet-LLLite-ComfyUI
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_TiledKSampler
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\cg-use-everywhere
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\stability-ComfyUI-nodes
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_experiments
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-WD14-Tagger
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\PowerNoiseSuite
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_IPAdapter_plus
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\images-grid-comfy-plugin
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_UltimateSDUpscale
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Custom-Scripts
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\comfy-image-saver
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Advanced-ControlNet
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\rgthree-comfy
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\efficiency-nodes-comfyui
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_essentials
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\comfyui-workspace-manager
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\comfyui_controlnet_aux
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Inspire-Pack
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-KJNodes
2024-11-18T01:41:53.963879 -    0.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Crystools
2024-11-18T01:41:53.963879 -    0.1 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Impact-Pack
2024-11-18T01:41:53.963879 -    0.1 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\PuLID_ComfyUI
2024-11-18T01:41:53.963879 -    0.1 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-AnimateDiff-Evolved
2024-11-18T01:41:53.964878 -    0.2 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Marigold
2024-11-18T01:41:53.964878 -    0.3 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_FizzNodes
2024-11-18T01:41:53.964878 -    0.4 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Manager
2024-11-18T01:41:53.964878 -    0.6 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-AdvancedLivePortrait
2024-11-18T01:41:53.964878 -    2.7 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-PuLID-Flux-Enhanced
2024-11-18T01:41:53.964878 -    3.0 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_Custom_Nodes_AlekPet
2024-11-18T01:41:53.964878 -    4.6 seconds: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\was-node-suite-comfyui
2024-11-18T01:41:53.964878 - 
2024-11-18T01:41:53.977878 - Starting server

2024-11-18T01:41:53.978879 - To see the GUI go to: http://127.0.0.1:8188
2024-11-18T01:41:54.764167 - FETCH DATA from: E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Manager\extension-node-map.json2024-11-18T01:41:54.764167 - 2024-11-18T01:41:54.766168 -  [DONE]2024-11-18T01:41:54.766168 - 
2024-11-18T01:41:56.427263 - Error handling request
Traceback (most recent call last):
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\aiohttp\web_protocol.py", line 433, in _handle_request
    resp = await request_handler(request)
  File "<enhanced_experience vendors.sentry_sdk.integrations.aiohttp>", line 140, in sentry_app_handle
  File "<enhanced_experience vendors.sentry_sdk.utils>", line 1649, in reraise
  File "<enhanced_experience vendors.sentry_sdk.integrations.aiohttp>", line 130, in sentry_app_handle
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\aiohttp\web_app.py", line 504, in _handle
    resp = await handler(request)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\aiohttp\web_middlewares.py", line 117, in impl
    return await handler(request)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\server.py", line 63, in cache_control
    response: web.Response = await handler(request)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\server.py", line 141, in origin_only_middleware
    response = await handler(request)
  File "<enhanced_experience patches.comfyui.html_resources_patcher>", line 26, in http_resource_injector
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\server.py", line 75, in cors_middleware
    response = await handler(request)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\comfyui-workspace-manager\service\file_sync_service.py", line 193, in get_workflow_file
    data = await asyncio.to_thread(read_workflow_file, path, id)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\asyncio\threads.py", line 25, in to_thread
    return await loop.run_in_executor(None, func_call)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\concurrent\futures\thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\comfyui-workspace-manager\service\file_sync_service.py", line 124, in read_workflow_file
    create_time, update_time = getFileCreateTime(abs_path)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\comfyui-workspace-manager\service\scan_my_workflows_folder.py", line 96, in getFileCreateTime
    file_stats = os.stat(path)
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'E:\\ComfyUINo2\\ComfyUI-aki-v1.4\\my_workflows\\人物一致性.json'
2024-11-18T01:42:04.232465 - got prompt
2024-11-18T01:42:04.308464 - Using xformers attention in VAE
2024-11-18T01:42:04.308464 - Using xformers attention in VAE
2024-11-18T01:42:05.558026 - Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}2024-11-18T01:42:05.558026 - 
2024-11-18T01:42:05.621025 - find model:2024-11-18T01:42:05.621025 -  2024-11-18T01:42:05.621025 - E:\ComfyUINo2\ComfyUI-aki-v1.4\models\insightface\models\antelopev2\1k3d68.onnx2024-11-18T01:42:05.621025 -  2024-11-18T01:42:05.621025 - landmark_3d_682024-11-18T01:42:05.621025 -  2024-11-18T01:42:05.621025 - ['None', 3, 192, 192]2024-11-18T01:42:05.621025 -  2024-11-18T01:42:05.621025 - 0.02024-11-18T01:42:05.621025 -  2024-11-18T01:42:05.621025 - 1.02024-11-18T01:42:05.621025 - 
2024-11-18T01:42:05.647025 - Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}2024-11-18T01:42:05.647025 - 
2024-11-18T01:42:05.651025 - find model:2024-11-18T01:42:05.651025 -  2024-11-18T01:42:05.651025 - E:\ComfyUINo2\ComfyUI-aki-v1.4\models\insightface\models\antelopev2\2d106det.onnx2024-11-18T01:42:05.651025 -  2024-11-18T01:42:05.651025 - landmark_2d_1062024-11-18T01:42:05.651025 -  2024-11-18T01:42:05.651025 - ['None', 3, 192, 192]2024-11-18T01:42:05.651025 -  2024-11-18T01:42:05.651025 - 0.02024-11-18T01:42:05.651025 -  2024-11-18T01:42:05.651025 - 1.02024-11-18T01:42:05.651025 - 
2024-11-18T01:42:05.667025 - Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}2024-11-18T01:42:05.667025 - 
2024-11-18T01:42:05.669025 - find model:2024-11-18T01:42:05.669025 -  2024-11-18T01:42:05.669025 - E:\ComfyUINo2\ComfyUI-aki-v1.4\models\insightface\models\antelopev2\genderage.onnx2024-11-18T01:42:05.669025 -  2024-11-18T01:42:05.669025 - genderage2024-11-18T01:42:05.669025 -  2024-11-18T01:42:05.669025 - ['None', 3, 96, 96]2024-11-18T01:42:05.669025 -  2024-11-18T01:42:05.669025 - 0.02024-11-18T01:42:05.669025 -  2024-11-18T01:42:05.669025 - 1.02024-11-18T01:42:05.669025 - 
2024-11-18T01:42:06.047026 - Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}2024-11-18T01:42:06.047026 - 
2024-11-18T01:42:06.215607 - find model:2024-11-18T01:42:06.215607 -  2024-11-18T01:42:06.215607 - E:\ComfyUINo2\ComfyUI-aki-v1.4\models\insightface\models\antelopev2\glintr100.onnx2024-11-18T01:42:06.215607 -  2024-11-18T01:42:06.215607 - recognition2024-11-18T01:42:06.215607 -  2024-11-18T01:42:06.215607 - ['None', 3, 112, 112]2024-11-18T01:42:06.215607 -  2024-11-18T01:42:06.215607 - 127.52024-11-18T01:42:06.215607 -  2024-11-18T01:42:06.215607 - 127.52024-11-18T01:42:06.215607 - 
2024-11-18T01:42:06.260604 - Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}2024-11-18T01:42:06.260604 - 
2024-11-18T01:42:06.260604 - find model:2024-11-18T01:42:06.260604 -  2024-11-18T01:42:06.260604 - E:\ComfyUINo2\ComfyUI-aki-v1.4\models\insightface\models\antelopev2\scrfd_10g_bnkps.onnx2024-11-18T01:42:06.260604 -  2024-11-18T01:42:06.260604 - detection2024-11-18T01:42:06.260604 -  2024-11-18T01:42:06.260604 - [1, 3, '?', '?']2024-11-18T01:42:06.260604 -  2024-11-18T01:42:06.260604 - 127.52024-11-18T01:42:06.260604 -  2024-11-18T01:42:06.260604 - 128.02024-11-18T01:42:06.260604 - 
2024-11-18T01:42:06.260604 - set det-size:2024-11-18T01:42:06.260604 -  2024-11-18T01:42:06.260604 - (640, 640)2024-11-18T01:42:06.260604 - 
2024-11-18T01:42:06.261605 - Loaded EVA02-CLIP-L-14-336 model config.
2024-11-18T01:42:06.269604 - Shape of rope freq: torch.Size([576, 64])
2024-11-18T01:42:19.955865 - !!! Exception during processing !!! An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
2024-11-18T01:42:19.960870 - Traceback (most recent call last):
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\connection.py", line 174, in _new_conn
    conn = connection.create_connection(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\util\connection.py", line 95, in create_connection
    raise err
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\util\connection.py", line 85, in create_connection
    sock.connect(sa)
TimeoutError: timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\connectionpool.py", line 715, in urlopen
    httplib_response = self._make_request(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\connectionpool.py", line 404, in _make_request
    self._validate_conn(conn)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\connectionpool.py", line 1058, in _validate_conn
    conn.connect()
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\connection.py", line 363, in connect
    self.sock = conn = self._new_conn()
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\connection.py", line 179, in _new_conn
    raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPSConnection object at 0x000001548DE36140>, 'Connection to huggingface.co timed out. (connect timeout=10)')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\requests\adapters.py", line 486, in send
    resp = conn.urlopen(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\connectionpool.py", line 799, in urlopen
    retries = retries.increment(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\util\retry.py", line 592, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /QuanSun/EVA-CLIP/resolve/main/EVA02_CLIP_L_336_psz14_s6B.pt (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001548DE36140>, 'Connection to huggingface.co timed out. (connect timeout=10)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 1722, in _get_metadata_or_catch_error
    metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
    return fn(*args, **kwargs)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 1645, in get_hf_file_metadata
    r = _request_wrapper(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 372, in _request_wrapper
    response = _request_wrapper(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 395, in _request_wrapper
    response = get_session().request(method=method, url=url, **params)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\requests\sessions.py", line 589, in request
    resp = self.send(prep, **send_kwargs)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\requests\sessions.py", line 703, in send
    r = adapter.send(request, **kwargs)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\utils\_http.py", line 66, in send
    return super().send(request, *args, **kwargs)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\requests\adapters.py", line 507, in send
    raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /QuanSun/EVA-CLIP/resolve/main/EVA02_CLIP_L_336_psz14_s6B.pt (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001548DE36140>, 'Connection to huggingface.co timed out. (connect timeout=10)'))"), '(Request ID: 0309a3ba-5345-46ac-ad96-41fb06b1b960)')

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\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:\ComfyUINo2\ComfyUI-aki-v1.4\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:\ComfyUINo2\ComfyUI-aki-v1.4\execution.py", line 165, in _map_node_over_list
    process_inputs({})
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\pulidflux.py", line 242, in load_eva_clip
    model, _, _ = create_model_and_transforms('EVA02-CLIP-L-14-336', 'eva_clip', force_custom_clip=True)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\eva_clip\factory.py", line 377, in create_model_and_transforms
    model = create_model(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\eva_clip\factory.py", line 279, in create_model
    checkpoint_path = download_pretrained(pretrained_cfg, cache_dir=cache_dir)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\eva_clip\pretrained.py", line 328, in download_pretrained
    target = download_pretrained_from_hf(model_id, filename=filename, cache_dir=cache_dir)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\eva_clip\pretrained.py", line 300, in download_pretrained_from_hf
    cached_file = hf_hub_download(model_id, filename, revision=revision, cache_dir=cache_dir)
  File "<enhanced_experience patches.hfmirror.huggingface_hub>", line 47, in hf_hub_download_wrapper_inner
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
    return fn(*args, **kwargs)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 1221, in hf_hub_download
    return _hf_hub_download_to_cache_dir(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 1325, in _hf_hub_download_to_cache_dir
    _raise_on_head_call_error(head_call_error, force_download, local_files_only)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 1826, in _raise_on_head_call_error
    raise LocalEntryNotFoundError(
huggingface_hub.utils._errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.

2024-11-18T01:42:19.961902 - Prompt executed in 15.72 seconds
2024-11-18T01:43:22.890608 - got prompt
2024-11-18T01:43:22.915608 - Loaded EVA02-CLIP-L-14-336 model config.
2024-11-18T01:43:22.954607 - Shape of rope freq: torch.Size([576, 64])
2024-11-18T01:43:35.609812 - !!! Exception during processing !!! An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
2024-11-18T01:43:35.610813 - Traceback (most recent call last):
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\connection.py", line 174, in _new_conn
    conn = connection.create_connection(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\util\connection.py", line 95, in create_connection
    raise err
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\util\connection.py", line 85, in create_connection
    sock.connect(sa)
TimeoutError: timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\connectionpool.py", line 715, in urlopen
    httplib_response = self._make_request(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\connectionpool.py", line 404, in _make_request
    self._validate_conn(conn)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\connectionpool.py", line 1058, in _validate_conn
    conn.connect()
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\connection.py", line 363, in connect
    self.sock = conn = self._new_conn()
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\connection.py", line 179, in _new_conn
    raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPSConnection object at 0x000001548C742050>, 'Connection to huggingface.co timed out. (connect timeout=10)')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\requests\adapters.py", line 486, in send
    resp = conn.urlopen(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\connectionpool.py", line 799, in urlopen
    retries = retries.increment(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\util\retry.py", line 592, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /QuanSun/EVA-CLIP/resolve/main/EVA02_CLIP_L_336_psz14_s6B.pt (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001548C742050>, 'Connection to huggingface.co timed out. (connect timeout=10)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 1722, in _get_metadata_or_catch_error
    metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
    return fn(*args, **kwargs)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 1645, in get_hf_file_metadata
    r = _request_wrapper(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 372, in _request_wrapper
    response = _request_wrapper(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 395, in _request_wrapper
    response = get_session().request(method=method, url=url, **params)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\requests\sessions.py", line 589, in request
    resp = self.send(prep, **send_kwargs)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\requests\sessions.py", line 703, in send
    r = adapter.send(request, **kwargs)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\utils\_http.py", line 66, in send
    return super().send(request, *args, **kwargs)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\requests\adapters.py", line 507, in send
    raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /QuanSun/EVA-CLIP/resolve/main/EVA02_CLIP_L_336_psz14_s6B.pt (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001548C742050>, 'Connection to huggingface.co timed out. (connect timeout=10)'))"), '(Request ID: 5e034d46-8cb5-4d4c-a41a-f7cfa3833a9f)')

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\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:\ComfyUINo2\ComfyUI-aki-v1.4\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:\ComfyUINo2\ComfyUI-aki-v1.4\execution.py", line 165, in _map_node_over_list
    process_inputs({})
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\pulidflux.py", line 242, in load_eva_clip
    model, _, _ = create_model_and_transforms('EVA02-CLIP-L-14-336', 'eva_clip', force_custom_clip=True)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\eva_clip\factory.py", line 377, in create_model_and_transforms
    model = create_model(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\eva_clip\factory.py", line 279, in create_model
    checkpoint_path = download_pretrained(pretrained_cfg, cache_dir=cache_dir)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\eva_clip\pretrained.py", line 328, in download_pretrained
    target = download_pretrained_from_hf(model_id, filename=filename, cache_dir=cache_dir)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\eva_clip\pretrained.py", line 300, in download_pretrained_from_hf
    cached_file = hf_hub_download(model_id, filename, revision=revision, cache_dir=cache_dir)
  File "<enhanced_experience patches.hfmirror.huggingface_hub>", line 47, in hf_hub_download_wrapper_inner
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
    return fn(*args, **kwargs)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 1221, in hf_hub_download
    return _hf_hub_download_to_cache_dir(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 1325, in _hf_hub_download_to_cache_dir
    _raise_on_head_call_error(head_call_error, force_download, local_files_only)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 1826, in _raise_on_head_call_error
    raise LocalEntryNotFoundError(
huggingface_hub.utils._errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.

2024-11-18T01:43:35.611813 - Prompt executed in 12.71 seconds
2024-11-18T01:49:28.353925 - got prompt
2024-11-18T01:49:29.999527 - Loading PuLID-Flux model.
2024-11-18T01:49:32.934869 - Loaded EVA02-CLIP-L-14-336 model config.
2024-11-18T01:49:32.938869 - Shape of rope freq: torch.Size([576, 64])
2024-11-18T01:49:45.795261 - !!! Exception during processing !!! An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
2024-11-18T01:49:45.797261 - Traceback (most recent call last):
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\connection.py", line 174, in _new_conn
    conn = connection.create_connection(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\util\connection.py", line 95, in create_connection
    raise err
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\util\connection.py", line 85, in create_connection
    sock.connect(sa)
TimeoutError: timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\connectionpool.py", line 715, in urlopen
    httplib_response = self._make_request(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\connectionpool.py", line 404, in _make_request
    self._validate_conn(conn)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\connectionpool.py", line 1058, in _validate_conn
    conn.connect()
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\connection.py", line 363, in connect
    self.sock = conn = self._new_conn()
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\connection.py", line 179, in _new_conn
    raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPSConnection object at 0x000001548C857220>, 'Connection to huggingface.co timed out. (connect timeout=10)')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\requests\adapters.py", line 486, in send
    resp = conn.urlopen(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\connectionpool.py", line 799, in urlopen
    retries = retries.increment(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\urllib3\util\retry.py", line 592, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /QuanSun/EVA-CLIP/resolve/main/EVA02_CLIP_L_336_psz14_s6B.pt (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001548C857220>, 'Connection to huggingface.co timed out. (connect timeout=10)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 1722, in _get_metadata_or_catch_error
    metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
    return fn(*args, **kwargs)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 1645, in get_hf_file_metadata
    r = _request_wrapper(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 372, in _request_wrapper
    response = _request_wrapper(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 395, in _request_wrapper
    response = get_session().request(method=method, url=url, **params)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\requests\sessions.py", line 589, in request
    resp = self.send(prep, **send_kwargs)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\requests\sessions.py", line 703, in send
    r = adapter.send(request, **kwargs)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\utils\_http.py", line 66, in send
    return super().send(request, *args, **kwargs)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\requests\adapters.py", line 507, in send
    raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /QuanSun/EVA-CLIP/resolve/main/EVA02_CLIP_L_336_psz14_s6B.pt (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001548C857220>, 'Connection to huggingface.co timed out. (connect timeout=10)'))"), '(Request ID: 4bf576cf-894c-4eb2-a760-8f51b3d80841)')

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\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:\ComfyUINo2\ComfyUI-aki-v1.4\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:\ComfyUINo2\ComfyUI-aki-v1.4\execution.py", line 165, in _map_node_over_list
    process_inputs({})
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\pulidflux.py", line 242, in load_eva_clip
    model, _, _ = create_model_and_transforms('EVA02-CLIP-L-14-336', 'eva_clip', force_custom_clip=True)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\eva_clip\factory.py", line 377, in create_model_and_transforms
    model = create_model(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\eva_clip\factory.py", line 279, in create_model
    checkpoint_path = download_pretrained(pretrained_cfg, cache_dir=cache_dir)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\eva_clip\pretrained.py", line 328, in download_pretrained
    target = download_pretrained_from_hf(model_id, filename=filename, cache_dir=cache_dir)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\eva_clip\pretrained.py", line 300, in download_pretrained_from_hf
    cached_file = hf_hub_download(model_id, filename, revision=revision, cache_dir=cache_dir)
  File "<enhanced_experience patches.hfmirror.huggingface_hub>", line 47, in hf_hub_download_wrapper_inner
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
    return fn(*args, **kwargs)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 1221, in hf_hub_download
    return _hf_hub_download_to_cache_dir(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 1325, in _hf_hub_download_to_cache_dir
    _raise_on_head_call_error(head_call_error, force_download, local_files_only)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py", line 1826, in _raise_on_head_call_error
    raise LocalEntryNotFoundError(
huggingface_hub.utils._errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.

2024-11-18T01:49:45.798261 - Prompt executed in 17.43 seconds
2024-11-18T01:49:45.922262 - Task exception was never retrieved
future: <Task finished name='Task-52' coro=<RequestHandler.start() done, defined at E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\aiohttp\web_protocol.py:462> exception=AssertionError()>
Traceback (most recent call last):
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\aiohttp\web_protocol.py", line 505, in start
    request = self._request_factory(message, payload, self, writer, handler)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\aiohttp\web_app.py", line 446, in _make_request
    return _cls(
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\aiohttp\web_request.py", line 811, in __init__
    super().__init__(*args, **kwargs)
  File "E:\ComfyUINo2\ComfyUI-aki-v1.4\python\lib\site-packages\aiohttp\web_request.py", line 188, in __init__
    assert transport is not None
AssertionError

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