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

ApplyEcomIDAdvanced----HTTP Error 503: Service Unavailable #40

Open
Davidyong7788 opened this issue Jan 2, 2025 · 0 comments
Open

ApplyEcomIDAdvanced----HTTP Error 503: Service Unavailable #40

Davidyong7788 opened this issue Jan 2, 2025 · 0 comments

Comments

@Davidyong7788
Copy link

ComfyUI Error Report

Error Details

  • Node ID: 8
  • Node Type: ApplyEcomIDAdvanced
  • Exception Type: urllib.error.HTTPError
  • Exception Message: HTTP Error 503: Service Unavailable

Stack Trace

  File "/root/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 "/root/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 "/root/ComfyUI/execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)

  File "/root/ComfyUI/execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))

  File "/root/ComfyUI/custom_nodes/SDXL_EcomID_ComfyUI/EcomID.py", line 491, in apply_EcomID
    face_helper.face_parse = init_parsing_model(model_name='bisenet', device=device)

  File "/root/ComfyUI/venv/lib/python3.10/site-packages/facexlib/parsing/__init__.py", line 18, in init_parsing_model
    model_path = load_file_from_url(

  File "/root/ComfyUI/venv/lib/python3.10/site-packages/facexlib/utils/misc.py", line 77, in load_file_from_url
    download_url_to_file(url, cached_file, hash_prefix=None, progress=progress)

  File "/usr/local/lib/python3.10/dist-packages/torch/hub.py", line 624, in download_url_to_file
    u = urlopen(req)

  File "/usr/lib/python3.10/urllib/request.py", line 216, in urlopen
    return opener.open(url, data, timeout)

  File "/usr/lib/python3.10/urllib/request.py", line 525, in open
    response = meth(req, response)

  File "/usr/lib/python3.10/urllib/request.py", line 634, in http_response
    response = self.parent.error(

  File "/usr/lib/python3.10/urllib/request.py", line 557, in error
    result = self._call_chain(*args)

  File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain
    result = func(*args)

  File "/usr/lib/python3.10/urllib/request.py", line 749, in http_error_302
    return self.parent.open(new, timeout=req.timeout)

  File "/usr/lib/python3.10/urllib/request.py", line 525, in open
    response = meth(req, response)

  File "/usr/lib/python3.10/urllib/request.py", line 634, in http_response
    response = self.parent.error(

  File "/usr/lib/python3.10/urllib/request.py", line 563, in error
    return self._call_chain(*args)

  File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain
    result = func(*args)

  File "/usr/lib/python3.10/urllib/request.py", line 643, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)

System Information

  • ComfyUI Version: v0.3.10-21-g0f11d60a
  • Arguments: /root/ComfyUI/main.py --listen=0.0.0.0
  • OS: posix
  • Python Version: 3.10.12 (main, Sep 11 2024, 15:47:36) [GCC 11.4.0]
  • Embedded Python: false
  • PyTorch Version: 2.4.1+cu121

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 25393692672
    • VRAM Free: 21730529400
    • Torch VRAM Total: 3154116608
    • Torch VRAM Free: 29397112

Logs

2025-01-02T11:10:31.421884 - [START] Security scan2025-01-02T11:10:31.421927 - 
2025-01-02T11:10:32.581239 - [DONE] Security scan2025-01-02T11:10:32.581268 - 
2025-01-02T11:10:34.102402 - ## ComfyUI-Manager: installing dependencies done.2025-01-02T11:10:34.102499 - 
2025-01-02T11:10:34.102573 - ** ComfyUI startup time:2025-01-02T11:10:34.102629 -  2025-01-02T11:10:34.102689 - 2025-01-02 11:10:34.1025262025-01-02T11:10:34.102742 - 
2025-01-02T11:10:34.102802 - ** Platform:2025-01-02T11:10:34.102856 -  2025-01-02T11:10:34.102906 - Linux2025-01-02T11:10:34.102956 - 
2025-01-02T11:10:34.103008 - ** Python version:2025-01-02T11:10:34.103057 -  2025-01-02T11:10:34.103108 - 3.10.12 (main, Sep 11 2024, 15:47:36) [GCC 11.4.0]2025-01-02T11:10:34.103158 - 
2025-01-02T11:10:34.103208 - ** Python executable:2025-01-02T11:10:34.103256 -  2025-01-02T11:10:34.103305 - /root/ComfyUI/venv/bin/python2025-01-02T11:10:34.103354 - 
2025-01-02T11:10:34.103403 - ** ComfyUI Path:2025-01-02T11:10:34.103454 -  2025-01-02T11:10:34.103537 - /root/ComfyUI2025-01-02T11:10:34.103586 - 
2025-01-02T11:10:34.103668 - ** Log path:2025-01-02T11:10:34.103717 -  2025-01-02T11:10:34.103765 - /root/ComfyUI/comfyui.log2025-01-02T11:10:34.103814 - 
2025-01-02T11:10:35.397198 - 
Prestartup times for custom nodes:
2025-01-02T11:10:35.397450 -    0.0 seconds: /root/ComfyUI/custom_nodes/rgthree-comfy
2025-01-02T11:10:35.397598 -    0.0 seconds: /root/ComfyUI/custom_nodes/ComfyUI-Easy-Use
2025-01-02T11:10:35.397727 -    4.3 seconds: /root/ComfyUI/custom_nodes/ComfyUI-Manager
2025-01-02T11:10:35.397841 - 
2025-01-02T11:10:41.277987 - Total VRAM 24217 MB, total RAM 322085 MB
2025-01-02T11:10:41.278164 - pytorch version: 2.4.1+cu121
2025-01-02T11:10:52.829955 - xformers version: 0.0.28.post1
2025-01-02T11:10:52.830206 - Set vram state to: NORMAL_VRAM
2025-01-02T11:10:52.830350 - Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
2025-01-02T11:10:53.737895 - Using xformers attention
2025-01-02T11:11:13.619084 - [Prompt Server] web root: /root/ComfyUI/web
2025-01-02T11:11:38.299099 - Note: detected 96 virtual cores but NumExpr set to maximum of 64, check "NUMEXPR_MAX_THREADS" environment variable.
2025-01-02T11:11:38.299363 - Note: NumExpr detected 96 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 16.
2025-01-02T11:11:38.299527 - NumExpr defaulting to 16 threads.
2025-01-02T11:11:44.509556 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using ckpts path: /root/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts�[0m
2025-01-02T11:11:44.509791 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using symlinks: False�[0m
2025-01-02T11:11:44.509976 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']�[0m
2025-01-02T11:11:48.523561 - DWPose: Onnxruntime with acceleration providers detected2025-01-02T11:11:48.523680 - 
2025-01-02T11:11:55.047613 - �[0;33m[ReActor]�[0m - �[38;5;173mSTATUS�[0m - �[0;32mRunning v0.5.2-b1 in ComfyUI�[0m2025-01-02T11:11:55.047737 - 
2025-01-02T11:11:56.847521 - Torch version: 2.4.1+cu1212025-01-02T11:11:56.847618 - 
2025-01-02T11:12:01.831428 - [AnimateDiffEvo] - �[0;31mERROR�[0m - No motion models found. Please download one and place in: ['/root/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved/models', '/root/ComfyUI/models/animatediff_models']
2025-01-02T11:12:03.068980 - ### Loading: ComfyUI-Impact-Pack (V8.1.6)2025-01-02T11:12:03.069080 - 
2025-01-02T11:12:04.579227 - [Impact Pack] Wildcards loading done.2025-01-02T11:12:04.579316 - 
2025-01-02T11:12:13.654272 - �[34m[ComfyUI-Easy-Use] server: �[0mv1.2.6 �[92mLoaded�[0m2025-01-02T11:12:13.654389 - 
2025-01-02T11:12:13.654459 - �[34m[ComfyUI-Easy-Use] web root: �[0m/root/ComfyUI/custom_nodes/ComfyUI-Easy-Use/web_version/v2 �[92mLoaded�[0m2025-01-02T11:12:13.654513 - 
2025-01-02T11:12:13.747134 - Total VRAM 24217 MB, total RAM 322085 MB
2025-01-02T11:12:13.747269 - pytorch version: 2.4.1+cu121
2025-01-02T11:12:13.747341 - xformers version: 0.0.28.post1
2025-01-02T11:12:13.747430 - Set vram state to: NORMAL_VRAM
2025-01-02T11:12:13.747592 - Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
2025-01-02T11:12:14.411416 - 
2025-01-02T11:12:14.411575 - �[92m[rgthree-comfy] Loaded 42 extraordinary nodes. 🎉�[00m2025-01-02T11:12:14.411638 - 
2025-01-02T11:12:14.411692 - 
2025-01-02T11:12:14.430463 - Traceback (most recent call last):
  File "/root/ComfyUI/nodes.py", line 2092, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 879, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1016, in get_code
  File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: '/root/ComfyUI/custom_nodes/ComfyUI_BiRefNet_ll/__init__.py'

2025-01-02T11:12:14.430692 - Cannot import /root/ComfyUI/custom_nodes/ComfyUI_BiRefNet_ll module for custom nodes: [Errno 2] No such file or directory: '/root/ComfyUI/custom_nodes/ComfyUI_BiRefNet_ll/__init__.py'
2025-01-02T11:12:21.009875 - Please 'pip install apex'2025-01-02T11:12:21.009978 - 
2025-01-02T11:12:21.838273 - ### Loading: ComfyUI-Impact-Subpack (V1.2.2)
2025-01-02T11:12:23.259247 - [Impact Subpack] ultralytics_bbox: /root/ComfyUI/models/ultralytics/bbox
2025-01-02T11:12:23.259402 - [Impact Subpack] ultralytics_segm: /root/ComfyUI/models/ultralytics/segm
2025-01-02T11:12:23.729093 - Nvidia APEX normalization not installed, using PyTorch LayerNorm2025-01-02T11:12:23.729183 - 
2025-01-02T11:12:24.459895 - ### Loading: ComfyUI-Inspire-Pack (V1.9.1)2025-01-02T11:12:24.459998 - 
2025-01-02T11:12:27.114673 - ### Loading: ComfyUI-Manager (V2.56.1)2025-01-02T11:12:27.114770 - 
2025-01-02T11:12:27.420228 - ### ComfyUI Version: v0.3.10-21-g0f11d60a | Released on '2025-01-01'2025-01-02T11:12:27.420313 - 
2025-01-02T11:12:27.624818 - Traceback (most recent call last):
  File "/root/ComfyUI/nodes.py", line 2092, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 879, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1016, in get_code
  File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: '/root/ComfyUI/custom_nodes/.ipynb_checkpoints/__init__.py'

2025-01-02T11:12:27.625053 - Cannot import /root/ComfyUI/custom_nodes/.ipynb_checkpoints module for custom nodes: [Errno 2] No such file or directory: '/root/ComfyUI/custom_nodes/.ipynb_checkpoints/__init__.py'
2025-01-02T11:12:27.765790 - Nvidia APEX normalization not installed, using PyTorch LayerNorm2025-01-02T11:12:27.765876 - 
2025-01-02T11:12:27.862848 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json2025-01-02T11:12:27.862972 - 
2025-01-02T11:12:27.869843 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json2025-01-02T11:12:27.869919 - 
2025-01-02T11:12:28.043025 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json2025-01-02T11:12:28.043108 - 
2025-01-02T11:12:28.143795 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json2025-01-02T11:12:28.144009 - 
2025-01-02T11:12:29.193842 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2025-01-02T11:12:29.193980 - 
2025-01-02T11:12:29.583437 - ------------------------------------------2025-01-02T11:12:29.583563 - 
2025-01-02T11:12:29.583625 - �[34mComfyroll Studio v1.76 : �[92m 175 Nodes Loaded�[0m2025-01-02T11:12:29.583679 - 
2025-01-02T11:12:29.583731 - ------------------------------------------2025-01-02T11:12:29.583780 - 
2025-01-02T11:12:29.583833 - ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md2025-01-02T11:12:29.583881 - 
2025-01-02T11:12:29.583932 - ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki2025-01-02T11:12:29.583981 - 
2025-01-02T11:12:29.584031 - ------------------------------------------2025-01-02T11:12:29.584079 - 
2025-01-02T11:12:35.288768 - �[34mWAS Node Suite: �[0mOpenCV Python FFMPEG support is enabled�[0m2025-01-02T11:12:35.288861 - 
2025-01-02T11:12:35.288993 - �[34mWAS Node Suite �[93mWarning: �[0m`ffmpeg_bin_path` is not set in `/root/ComfyUI/custom_nodes/was-node-suite-comfyui/was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.�[0m2025-01-02T11:12:35.289050 - 
2025-01-02T11:12:35.947221 - �[34mWAS Node Suite: �[0mFinished.�[0m �[32mLoaded�[0m �[0m220�[0m �[32mnodes successfully.�[0m2025-01-02T11:12:35.947308 - 
2025-01-02T11:12:35.947385 - 
	�[3m�[93m"Art is the soul made visible."�[0m�[3m - George Crook�[0m
2025-01-02T11:12:35.947438 - 
2025-01-02T11:12:36.287799 - 
Import times for custom nodes:
2025-01-02T11:12:36.288094 -    0.0 seconds (IMPORT FAILED): /root/ComfyUI/custom_nodes/.ipynb_checkpoints
2025-01-02T11:12:36.288246 -    0.0 seconds (IMPORT FAILED): /root/ComfyUI/custom_nodes/ComfyUI_BiRefNet_ll
2025-01-02T11:12:36.288373 -    0.0 seconds: /root/ComfyUI/custom_nodes/websocket_image_save.py
2025-01-02T11:12:36.288488 -    0.0 seconds: /root/ComfyUI/custom_nodes/cg-use-everywhere
2025-01-02T11:12:36.288599 -    0.0 seconds: /root/ComfyUI/custom_nodes/comfy-image-saver
2025-01-02T11:12:36.288707 -    0.0 seconds: /root/ComfyUI/custom_nodes/image-resize-comfyui
2025-01-02T11:12:36.288815 -    0.1 seconds: /root/ComfyUI/custom_nodes/sdxl_prompt_styler
2025-01-02T11:12:36.288921 -    0.1 seconds: /root/ComfyUI/custom_nodes/AIGODLIKE-COMFYUI-TRANSLATION
2025-01-02T11:12:36.289038 -    0.1 seconds: /root/ComfyUI/custom_nodes/ComfyUI_IPAdapter_plus
2025-01-02T11:12:36.289153 -    0.1 seconds: /root/ComfyUI/custom_nodes/ComfyUI_InstantID
2025-01-02T11:12:36.289257 -    0.2 seconds: /root/ComfyUI/custom_nodes/ComfyUI-GGUF
2025-01-02T11:12:36.289367 -    0.2 seconds: /root/ComfyUI/custom_nodes/ComfyUI-DepthAnythingV2
2025-01-02T11:12:36.289471 -    0.2 seconds: /root/ComfyUI/custom_nodes/ComfyUI-Frame-Interpolation
2025-01-02T11:12:36.289574 -    0.2 seconds: /root/ComfyUI/custom_nodes/ComfyUI_essentials
2025-01-02T11:12:36.289678 -    0.2 seconds: /root/ComfyUI/custom_nodes/ComfyUI-Custom-Scripts
2025-01-02T11:12:36.289781 -    0.2 seconds: /root/ComfyUI/custom_nodes/ComfyUI-KJNodes
2025-01-02T11:12:36.289883 -    0.4 seconds: /root/ComfyUI/custom_nodes/ComfyUI_ZenID
2025-01-02T11:12:36.289985 -    0.4 seconds: /root/ComfyUI/custom_nodes/ComfyUI-Manager
2025-01-02T11:12:36.290086 -    0.5 seconds: /root/ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale
2025-01-02T11:12:36.290198 -    0.5 seconds: /root/ComfyUI/custom_nodes/rgthree-comfy
2025-01-02T11:12:36.290301 -    0.6 seconds: /root/ComfyUI/custom_nodes/ComfyUI-PuLID-Flux-Enhanced
2025-01-02T11:12:36.290403 -    0.7 seconds: /root/ComfyUI/custom_nodes/ComfyUI-Inspire-Pack
2025-01-02T11:12:36.290505 -    0.8 seconds: /root/ComfyUI/custom_nodes/PuLID_ComfyUI
2025-01-02T11:12:36.290608 -    0.9 seconds: /root/ComfyUI/custom_nodes/ComfyUI_Comfyroll_CustomNodes
2025-01-02T11:12:36.290712 -    1.0 seconds: /root/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved
2025-01-02T11:12:36.290814 -    1.1 seconds: /root/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite
2025-01-02T11:12:36.290916 -    1.4 seconds: /root/ComfyUI/custom_nodes/ComfyUI-AdvancedLivePortrait
2025-01-02T11:12:36.291019 -    1.4 seconds: /root/ComfyUI/custom_nodes/ComfyUI-Impact-Subpack
2025-01-02T11:12:36.291120 -    1.5 seconds: /root/ComfyUI/custom_nodes/ComfyUI-Impact-Pack
2025-01-02T11:12:36.291222 -    2.6 seconds: /root/ComfyUI/custom_nodes/ComfyUI-Easy-Use
2025-01-02T11:12:36.291324 -    4.5 seconds: /root/ComfyUI/custom_nodes/comfyui_controlnet_aux
2025-01-02T11:12:36.291425 -    6.4 seconds: /root/ComfyUI/custom_nodes/was-node-suite-comfyui
2025-01-02T11:12:36.291543 -    6.6 seconds: /root/ComfyUI/custom_nodes/ComfyUI-CogVideoXWrapper
2025-01-02T11:12:36.291655 -    7.4 seconds: /root/ComfyUI/custom_nodes/SDXL_EcomID_ComfyUI
2025-01-02T11:12:36.291758 -   11.6 seconds: /root/ComfyUI/custom_nodes/comfyui-reactor-node
2025-01-02T11:12:36.291859 -   16.4 seconds: /root/ComfyUI/custom_nodes/ComfyUI_LayerStyle
2025-01-02T11:12:36.291958 - 
2025-01-02T11:12:36.330905 - Starting server

2025-01-02T11:12:36.331382 - To see the GUI go to: http://0.0.0.0:8188
2025-01-02T11:18:38.633939 - FETCH DATA from: /root/ComfyUI/custom_nodes/ComfyUI-Manager/extension-node-map.json2025-01-02T11:18:38.634057 - 2025-01-02T11:18:38.692179 -  [DONE]2025-01-02T11:18:38.692257 - 
2025-01-02T11:20:44.377156 - got prompt
2025-01-02T11:20:44.451981 - Failed to validate prompt for output 62:
2025-01-02T11:20:44.452173 - * DualCLIPLoader 59:
2025-01-02T11:20:44.452297 -   - Value not in list: clip_name1: 'Flux\clip_l.safetensors' not in ['clip-vit-large-patch14.safetensors', 'clip-vit-large-patch14/model.safetensors', 'clip-vit-large-patch14/pytorch_model.bin', 'clip_g.safetensors', 'clip_l.safetensors', 'clip_vision_g.safetensors', 'llava_llama3_fp8_scaled.safetensors', 't5xxl_fp16.safetensors', 't5xxl_fp8_e4m3fn.safetensors', 't5xxl_fp8_e4m3fn_scaled.safetensors']
2025-01-02T11:20:44.452400 -   - Value not in list: clip_name2: 'Flux\t5xxl_fp8_e4m3fn.safetensors' not in ['clip-vit-large-patch14.safetensors', 'clip-vit-large-patch14/model.safetensors', 'clip-vit-large-patch14/pytorch_model.bin', 'clip_g.safetensors', 'clip_l.safetensors', 'clip_vision_g.safetensors', 'llava_llama3_fp8_scaled.safetensors', 't5xxl_fp16.safetensors', 't5xxl_fp8_e4m3fn.safetensors', 't5xxl_fp8_e4m3fn_scaled.safetensors']
2025-01-02T11:20:44.452499 - * VAELoader 61:
2025-01-02T11:20:44.452593 -   - Value not in list: vae_name: 'ae.sft' not in ['Anything-V3.0.vae.safetensors', 'ae.safetensors', 'hunyuan_video_vae_bf16.safetensors', 'hunyuan_video_vae_fp32.safetensors', 'sdxl_vae.safetensors', 'vae-ft-mse-840000-ema-pruned.ckpt']
2025-01-02T11:20:44.452699 - * UNETLoader 58:
2025-01-02T11:20:44.452789 -   - Value not in list: unet_name: 'flux1-dev-fp8.safetensors' not in ['flux1-canny-dev.safetensors', 'flux1-depth-dev.safetensors', 'flux1-dev-fp8-e4m3fn.safetensors', 'flux1-dev-fp8-e5m2.safetensors', 'flux1-fill-dev.safetensors', 'hunyuan_video_720_cfgdistill_fp8_e4m3fn.safetensors']
2025-01-02T11:20:44.452882 - Output will be ignored
2025-01-02T11:20:44.496298 - [Impact Subpack] Your torch version is outdated, and security features cannot be applied properly.
2025-01-02T11:20:52.061706 - model weight dtype torch.float16, manual cast: None
2025-01-02T11:20:52.062587 - model_type EPS
2025-01-02T11:21:09.936160 - Using xformers attention in VAE
2025-01-02T11:21:09.937738 - Using xformers attention in VAE
2025-01-02T11:21:10.991309 - VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
2025-01-02T11:21:11.352835 - CLIP model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
2025-01-02T11:21:17.446125 - Requested to load SDXLClipModel
2025-01-02T11:21:17.992987 - loaded completely 9.5367431640625e+25 1560.802734375 True
2025-01-02T11:21:18.539439 - style: base2025-01-02T11:21:18.539569 - 
2025-01-02T11:21:18.539594 - text_positive: ((masterpiece, best quality, highres, realistic, best quality,)),1girl,White wedding dress, forest, lawn, flower wreath,2025-01-02T11:21:18.539613 - 
2025-01-02T11:21:18.539631 - text_negative: bad quality, bad anatomy, worst quality, low quality, low resolution, extra fingers, blur, blurry, ugly, wrong proportions, watermark, image artifacts, lowres, ugly, jpeg artifacts, deformed, noisy image, deformation2025-01-02T11:21:18.539651 - 
2025-01-02T11:21:18.539670 - text_positive_styled: ((masterpiece, best quality, highres, realistic, best quality,)),1girl,White wedding dress, forest, lawn, flower wreath,2025-01-02T11:21:18.539684 - 
2025-01-02T11:21:18.539699 - text_negative_styled: bad quality, bad anatomy, worst quality, low quality, low resolution, extra fingers, blur, blurry, ugly, wrong proportions, watermark, image artifacts, lowres, ugly, jpeg artifacts, deformed, noisy image, deformation2025-01-02T11:21:18.539713 - 
2025-01-02T11:22:04.361184 - Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}2025-01-02T11:22:04.361238 - 
2025-01-02T11:22:04.605700 - find model:2025-01-02T11:22:04.605742 -  2025-01-02T11:22:04.605756 - /root/ComfyUI/models/insightface/models/antelopev2/1k3d68.onnx2025-01-02T11:22:04.605767 -  2025-01-02T11:22:04.605778 - landmark_3d_682025-01-02T11:22:04.605787 -  2025-01-02T11:22:04.605801 - ['None', 3, 192, 192]2025-01-02T11:22:04.605812 -  2025-01-02T11:22:04.605824 - 0.02025-01-02T11:22:04.605841 -  2025-01-02T11:22:04.605853 - 1.02025-01-02T11:22:04.605865 - 
2025-01-02T11:22:04.814079 - Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}2025-01-02T11:22:04.814127 - 
2025-01-02T11:22:04.818171 - find model:2025-01-02T11:22:04.818209 -  2025-01-02T11:22:04.818226 - /root/ComfyUI/models/insightface/models/antelopev2/2d106det.onnx2025-01-02T11:22:04.818241 -  2025-01-02T11:22:04.818254 - landmark_2d_1062025-01-02T11:22:04.818268 -  2025-01-02T11:22:04.818285 - ['None', 3, 192, 192]2025-01-02T11:22:04.818300 -  2025-01-02T11:22:04.818317 - 0.02025-01-02T11:22:04.818333 -  2025-01-02T11:22:04.818349 - 1.02025-01-02T11:22:04.818363 - 
2025-01-02T11:22:04.881280 - Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}2025-01-02T11:22:04.881338 - 
2025-01-02T11:22:04.883377 - find model:2025-01-02T11:22:04.883414 -  2025-01-02T11:22:04.883438 - /root/ComfyUI/models/insightface/models/antelopev2/genderage.onnx2025-01-02T11:22:04.883458 -  2025-01-02T11:22:04.883476 - genderage2025-01-02T11:22:04.883535 -  2025-01-02T11:22:04.883557 - ['None', 3, 96, 96]2025-01-02T11:22:04.883577 -  2025-01-02T11:22:04.883613 - 0.02025-01-02T11:22:04.883637 -  2025-01-02T11:22:04.883664 - 1.02025-01-02T11:22:04.883688 - 
2025-01-02T11:22:11.085109 - Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}2025-01-02T11:22:11.085213 - 
2025-01-02T11:22:11.508372 - find model:2025-01-02T11:22:11.508412 -  2025-01-02T11:22:11.508426 - /root/ComfyUI/models/insightface/models/antelopev2/glintr100.onnx2025-01-02T11:22:11.508437 -  2025-01-02T11:22:11.508448 - recognition2025-01-02T11:22:11.508458 -  2025-01-02T11:22:11.508473 - ['None', 3, 112, 112]2025-01-02T11:22:11.508487 -  2025-01-02T11:22:11.508502 - 127.52025-01-02T11:22:11.508514 -  2025-01-02T11:22:11.508524 - 127.52025-01-02T11:22:11.508537 - 
2025-01-02T11:22:13.197628 - Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}2025-01-02T11:22:13.197709 - 
2025-01-02T11:22:13.197851 - find model:2025-01-02T11:22:13.197889 -  2025-01-02T11:22:13.197923 - /root/ComfyUI/models/insightface/models/antelopev2/scrfd_10g_bnkps.onnx2025-01-02T11:22:13.197953 -  2025-01-02T11:22:13.197984 - detection2025-01-02T11:22:13.198015 -  2025-01-02T11:22:13.198051 - [1, 3, '?', '?']2025-01-02T11:22:13.198081 -  2025-01-02T11:22:13.198116 - 127.52025-01-02T11:22:13.198147 -  2025-01-02T11:22:13.198179 - 128.02025-01-02T11:22:13.198210 - 
2025-01-02T11:22:13.198256 - set det-size:2025-01-02T11:22:13.198287 -  2025-01-02T11:22:13.198320 - (640, 640)2025-01-02T11:22:13.198351 - 
2025-01-02T11:22:13.198987 - Loaded EVA02-CLIP-L-14-336 model config.
2025-01-02T11:22:15.669575 - Shape of rope freq: torch.Size([576, 64])
2025-01-02T11:23:33.128653 - Loading pretrained EVA02-CLIP-L-14-336 weights (eva_clip).
2025-01-02T11:23:33.129181 - [Impact Subpack] Your torch version is outdated, and security features cannot be applied properly.
2025-01-02T11:23:36.289371 - incompatible_keys.missing_keys: ['visual.rope.freqs_cos', 'visual.rope.freqs_sin', 'visual.blocks.0.attn.rope.freqs_cos', 'visual.blocks.0.attn.rope.freqs_sin', 'visual.blocks.1.attn.rope.freqs_cos', 'visual.blocks.1.attn.rope.freqs_sin', 'visual.blocks.2.attn.rope.freqs_cos', 'visual.blocks.2.attn.rope.freqs_sin', 'visual.blocks.3.attn.rope.freqs_cos', 'visual.blocks.3.attn.rope.freqs_sin', 'visual.blocks.4.attn.rope.freqs_cos', 'visual.blocks.4.attn.rope.freqs_sin', 'visual.blocks.5.attn.rope.freqs_cos', 'visual.blocks.5.attn.rope.freqs_sin', 'visual.blocks.6.attn.rope.freqs_cos', 'visual.blocks.6.attn.rope.freqs_sin', 'visual.blocks.7.attn.rope.freqs_cos', 'visual.blocks.7.attn.rope.freqs_sin', 'visual.blocks.8.attn.rope.freqs_cos', 'visual.blocks.8.attn.rope.freqs_sin', 'visual.blocks.9.attn.rope.freqs_cos', 'visual.blocks.9.attn.rope.freqs_sin', 'visual.blocks.10.attn.rope.freqs_cos', 'visual.blocks.10.attn.rope.freqs_sin', 'visual.blocks.11.attn.rope.freqs_cos', 'visual.blocks.11.attn.rope.freqs_sin', 'visual.blocks.12.attn.rope.freqs_cos', 'visual.blocks.12.attn.rope.freqs_sin', 'visual.blocks.13.attn.rope.freqs_cos', 'visual.blocks.13.attn.rope.freqs_sin', 'visual.blocks.14.attn.rope.freqs_cos', 'visual.blocks.14.attn.rope.freqs_sin', 'visual.blocks.15.attn.rope.freqs_cos', 'visual.blocks.15.attn.rope.freqs_sin', 'visual.blocks.16.attn.rope.freqs_cos', 'visual.blocks.16.attn.rope.freqs_sin', 'visual.blocks.17.attn.rope.freqs_cos', 'visual.blocks.17.attn.rope.freqs_sin', 'visual.blocks.18.attn.rope.freqs_cos', 'visual.blocks.18.attn.rope.freqs_sin', 'visual.blocks.19.attn.rope.freqs_cos', 'visual.blocks.19.attn.rope.freqs_sin', 'visual.blocks.20.attn.rope.freqs_cos', 'visual.blocks.20.attn.rope.freqs_sin', 'visual.blocks.21.attn.rope.freqs_cos', 'visual.blocks.21.attn.rope.freqs_sin', 'visual.blocks.22.attn.rope.freqs_cos', 'visual.blocks.22.attn.rope.freqs_sin', 'visual.blocks.23.attn.rope.freqs_cos', 'visual.blocks.23.attn.rope.freqs_sin']
2025-01-02T11:23:43.457782 - Warning torch.load doesn't support weights_only on this pytorch version, loading unsafely.
2025-01-02T11:23:43.458371 - [Impact Subpack] Your torch version is outdated, and security features cannot be applied properly.
2025-01-02T11:24:19.617216 - Downloading: "https://github.com/xinntao/facexlib/releases/download/v0.1.0/detection_Resnet50_Final.pth" to /root/ComfyUI/venv/lib/python3.10/site-packages/facexlib/weights/detection_Resnet50_Final.pth
2025-01-02T11:24:19.617364 - 
2025-01-02T11:24:21.034443 - 
 92%|█████████▏| 96.2M/104M [00:00<00:00, 230MB/s]2025-01-02T11:24:21.061024 - 
100%|██████████| 104M/104M [00:00<00:00, 206MB/s] 2025-01-02T11:24:21.061051 - 
2025-01-02T11:24:21.068942 - [Impact Subpack] Your torch version is outdated, and security features cannot be applied properly.
2025-01-02T11:24:21.421353 - Downloading: "https://github.com/xinntao/facexlib/releases/download/v0.2.2/parsing_parsenet.pth" to /root/ComfyUI/venv/lib/python3.10/site-packages/facexlib/weights/parsing_parsenet.pth
2025-01-02T11:24:21.421388 - 
2025-01-02T11:24:22.796644 - 
 89%|████████▉ | 72.6M/81.4M [00:00<00:00, 156MB/s]2025-01-02T11:24:22.860712 - 
100%|██████████| 81.4M/81.4M [00:00<00:00, 148MB/s]2025-01-02T11:24:22.860755 - 
2025-01-02T11:24:22.866116 - [Impact Subpack] Your torch version is outdated, and security features cannot be applied properly.
2025-01-02T11:24:23.128373 - Downloading: "https://github.com/xinntao/facexlib/releases/download/v0.2.0/parsing_bisenet.pth" to /root/ComfyUI/venv/lib/python3.10/site-packages/facexlib/weights/parsing_bisenet.pth
2025-01-02T11:24:23.128425 - 
2025-01-02T11:24:30.882454 - !!! Exception during processing !!! HTTP Error 503: Service Unavailable
2025-01-02T11:24:30.990928 - Traceback (most recent call last):
  File "/root/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 "/root/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 "/root/ComfyUI/execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)
  File "/root/ComfyUI/execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "/root/ComfyUI/custom_nodes/SDXL_EcomID_ComfyUI/EcomID.py", line 491, in apply_EcomID
    face_helper.face_parse = init_parsing_model(model_name='bisenet', device=device)
  File "/root/ComfyUI/venv/lib/python3.10/site-packages/facexlib/parsing/__init__.py", line 18, in init_parsing_model
    model_path = load_file_from_url(
  File "/root/ComfyUI/venv/lib/python3.10/site-packages/facexlib/utils/misc.py", line 77, in load_file_from_url
    download_url_to_file(url, cached_file, hash_prefix=None, progress=progress)
  File "/usr/local/lib/python3.10/dist-packages/torch/hub.py", line 624, in download_url_to_file
    u = urlopen(req)
  File "/usr/lib/python3.10/urllib/request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.10/urllib/request.py", line 525, in open
    response = meth(req, response)
  File "/usr/lib/python3.10/urllib/request.py", line 634, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.10/urllib/request.py", line 557, in error
    result = self._call_chain(*args)
  File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.10/urllib/request.py", line 749, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "/usr/lib/python3.10/urllib/request.py", line 525, in open
    response = meth(req, response)
  File "/usr/lib/python3.10/urllib/request.py", line 634, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.10/urllib/request.py", line 563, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.10/urllib/request.py", line 643, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 503: Service Unavailable

2025-01-02T11:24:30.992183 - Prompt executed in 226.54 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