# ComfyUI Error Report ## Error Details - **Node Type:** SAM2ModelLoader (segment anything2) - **Exception Type:** urllib.error.HTTPError - **Exception Message:** HTTP Error 403: Forbidden ## Stack Trace ``` File "/opt/rd/apps/ComfyUI/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 "/opt/rd/apps/ComfyUI/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 "/opt/rd/apps/ComfyUI/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/opt/rd/apps/ComfyUI/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) File "/opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-SAM2/node.py", line 267, in main sam_model = load_sam_model(model_name) File "/opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-SAM2/node.py", line 83, in load_sam_model sam2_checkpoint_path = get_local_filepath( File "/opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-SAM2/node.py", line 111, in get_local_filepath download_url_to_file(url, destination) File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/torch/hub.py", line 708, in download_url_to_file u = urlopen(req) File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/urllib/request.py", line 525, in open response = meth(req, response) File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/urllib/request.py", line 634, in http_response response = self.parent.error( File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/urllib/request.py", line 563, in error return self._call_chain(*args) File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/urllib/request.py", line 496, in _call_chain result = func(*args) File "/opt/rd/miniconda3/envs/CMFY/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.2.6-6-gcc9cf6d - **Arguments:** /opt/rd/apps/ComfyUI/main.py --port 56416 --enable-cors-header * --cuda-device 0 --disable-cuda-malloc --front-end-version Comfy-Org/ComfyUI_frontend@v1.2.48 --listen - **OS:** posix - **Python Version:** 3.10.14 (main, May 6 2024, 19:42:50) [GCC 11.2.0] - **Embedded Python:** false - **PyTorch Version:** 2.5.1+cu124 ## Devices - **Name:** cuda:0 NVIDIA RTX A6000 : native - **Type:** cuda - **VRAM Total:** 51041271808 - **VRAM Free:** 40167793664 - **Torch VRAM Total:** 10533994496 - **Torch VRAM Free:** 22144000 ## Logs ``` 2024-11-18 16:10:57,107 - root - INFO - Set cuda device to: 0 2024-11-18 16:10:58,506 - root - INFO - Total VRAM 48677 MB, total RAM 34056 MB 2024-11-18 16:10:58,506 - root - INFO - pytorch version: 2.5.1+cu124 2024-11-18 16:10:58,510 - xformers - WARNING - WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for: PyTorch 2.3.0+cu121 with CUDA 1201 (you have 2.5.1+cu124) Python 3.10.14 (you have 3.10.14) Please reinstall xformers (see https://github.com/facebookresearch/xformers#installing-xformers) Memory-efficient attention, SwiGLU, sparse and more won't be available. Set XFORMERS_MORE_DETAILS=1 for more details 2024-11-18 16:10:59,533 - root - INFO - Set vram state to: NORMAL_VRAM 2024-11-18 16:10:59,533 - root - INFO - Device: cuda:0 NVIDIA RTX A6000 : native 2024-11-18 16:10:59,804 - root - INFO - Using pytorch cross attention 2024-11-18 16:11:00,515 - root - INFO - Using existing copy of specific frontend version tag: Comfy-Org/ComfyUI_frontend@v1.2.48 2024-11-18 16:11:00,515 - root - INFO - [Prompt Server] web root: /opt/rd/apps/ComfyUI/web_custom_versions/Comfy-Org_ComfyUI_frontend/1.2.48 2024-11-18 16:11:00,517 - root - INFO - Adding extra search path loras /opt/rd/apps/ComfyUI/models/lora/lora 2024-11-18 16:11:00,517 - root - INFO - Adding extra search path loras /opt/rd/apps/ComfyUI/models/lora/lycoris 2024-11-18 16:11:00,517 - root - INFO - Adding extra search path upscale_models /opt/rd/apps/ComfyUI/models/upscaling 2024-11-18 16:11:00,517 - root - INFO - Adding extra search path checkpoints /opt/rd/apps/ComfyUI/models/Stable-diffusion 2024-11-18 16:11:00,517 - root - INFO - Adding extra search path controlnet /opt/rd/apps/ComfyUI/models/controlnet 2024-11-18 16:11:00,517 - root - INFO - Adding extra search path yolov8 /opt/rd/apps/ComfyUI/models/yolov8 2024-11-18 16:11:00,862 - root - WARNING - Traceback (most recent call last): File "/opt/rd/apps/ComfyUI/nodes.py", line 2012, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/opt/rd/apps/ComfyUI/comfy_extras/nodes_audio.py", line 1, in import torchaudio File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/torchaudio/__init__.py", line 2, in from . import _extension # noqa # usort: skip File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/torchaudio/_extension/__init__.py", line 38, in _load_lib("libtorchaudio") File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/torchaudio/_extension/utils.py", line 60, in _load_lib torch.ops.load_library(path) File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/torch/_ops.py", line 1350, in load_library ctypes.CDLL(path) File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/ctypes/__init__.py", line 374, in __init__ self._handle = _dlopen(self._name, mode) OSError: /opt/rd/miniconda3/envs/rdbase/lib/python3.10/site-packages/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZN3c1010Dispatcher17runRecordFunctionERN2at14RecordFunctionESt17reference_wrapperIKNS_14FunctionSchemaEENS_11DispatchKeyE 2024-11-18 16:11:00,862 - root - WARNING - Cannot import /opt/rd/apps/ComfyUI/comfy_extras/nodes_audio.py module for custom nodes: /opt/rd/miniconda3/envs/rdbase/lib/python3.10/site-packages/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZN3c1010Dispatcher17runRecordFunctionERN2at14RecordFunctionESt17reference_wrapperIKNS_14FunctionSchemaEENS_11DispatchKeyE 2024-11-18 16:11:04,702 - numexpr.utils - INFO - NumExpr defaulting to 6 threads. 2024-11-18 16:11:05,971 - root - INFO - Total VRAM 48677 MB, total RAM 34056 MB 2024-11-18 16:11:05,971 - root - INFO - pytorch version: 2.5.1+cu124 2024-11-18 16:11:06,009 - root - INFO - Set vram state to: NORMAL_VRAM 2024-11-18 16:11:06,009 - root - INFO - Device: cuda:0 NVIDIA RTX A6000 : native 2024-11-18 16:11:08,404 - root - WARNING - Traceback (most recent call last): File "/opt/rd/apps/ComfyUI/nodes.py", line 2012, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-BrushNet/__init__.py", line 1, in from .brushnet_nodes import BrushNetLoader, BrushNet, BlendInpaint, PowerPaintCLIPLoader, PowerPaint, CutForInpaint File "/opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-BrushNet/brushnet_nodes.py", line 15, in from .brushnet.brushnet import BrushNetModel File "/opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-BrushNet/brushnet/brushnet.py", line 8, in from diffusers.configuration_utils import ConfigMixin, register_to_config File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/diffusers/__init__.py", line 5, in from .utils import ( File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/diffusers/utils/__init__.py", line 38, in from .dynamic_modules_utils import get_class_from_dynamic_module File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/diffusers/utils/dynamic_modules_utils.py", line 28, in from huggingface_hub import HfFolder, cached_download, hf_hub_download, model_info ImportError: cannot import name 'cached_download' from 'huggingface_hub' (/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/huggingface_hub/__init__.py) 2024-11-18 16:11:08,404 - root - WARNING - Cannot import /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-BrushNet module for custom nodes: cannot import name 'cached_download' from 'huggingface_hub' (/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/huggingface_hub/__init__.py) 2024-11-18 16:11:08,409 - root - WARNING - Traceback (most recent call last): File "/opt/rd/apps/ComfyUI/nodes.py", line 2012, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-GlifNodes/__init__.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "/opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-GlifNodes/nodes.py", line 9, in from diffusers import ConsistencyDecoderVAE File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/diffusers/__init__.py", line 5, in from .utils import ( File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/diffusers/utils/__init__.py", line 38, in from .dynamic_modules_utils import get_class_from_dynamic_module File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/diffusers/utils/dynamic_modules_utils.py", line 28, in from huggingface_hub import HfFolder, cached_download, hf_hub_download, model_info ImportError: cannot import name 'cached_download' from 'huggingface_hub' (/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/huggingface_hub/__init__.py) 2024-11-18 16:11:08,409 - root - WARNING - Cannot import /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-GlifNodes module for custom nodes: cannot import name 'cached_download' from 'huggingface_hub' (/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/huggingface_hub/__init__.py) 2024-11-18 16:11:08,550 - root - WARNING - Traceback (most recent call last): File "/opt/rd/apps/ComfyUI/nodes.py", line 2012, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-PyramidFlowWrapper/__init__.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "/opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-PyramidFlowWrapper/nodes.py", line 10, in from .pyramid_dit import PyramidDiTForVideoGeneration File "/opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-PyramidFlowWrapper/pyramid_dit/__init__.py", line 1, in from .pyramid_dit_for_video_gen_pipeline import PyramidDiTForVideoGeneration File "/opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-PyramidFlowWrapper/pyramid_dit/pyramid_dit_for_video_gen_pipeline.py", line 5, in from diffusers.utils.torch_utils import randn_tensor File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/diffusers/__init__.py", line 5, in from .utils import ( File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/diffusers/utils/__init__.py", line 38, in from .dynamic_modules_utils import get_class_from_dynamic_module File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/diffusers/utils/dynamic_modules_utils.py", line 28, in from huggingface_hub import HfFolder, cached_download, hf_hub_download, model_info ImportError: cannot import name 'cached_download' from 'huggingface_hub' (/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/huggingface_hub/__init__.py) 2024-11-18 16:11:08,550 - root - WARNING - Cannot import /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-PyramidFlowWrapper module for custom nodes: cannot import name 'cached_download' from 'huggingface_hub' (/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/huggingface_hub/__init__.py) 2024-11-18 16:11:08,851 - root - WARNING - Traceback (most recent call last): File "/opt/rd/apps/ComfyUI/nodes.py", line 2012, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/opt/rd/apps/ComfyUI/custom_nodes/Comfy-SVDTools/__init__.py", line 7, in from .attention_patch import * File "/opt/rd/apps/ComfyUI/custom_nodes/Comfy-SVDTools/attention_patch.py", line 26, in import xformers.ops # type: ignore File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/xformers/ops/__init__.py", line 8, in from .fmha import ( File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/xformers/ops/fmha/__init__.py", line 10, in from . import ( File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/xformers/ops/fmha/triton_splitk.py", line 548, in _get_splitk_kernel(num_groups) File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/xformers/ops/fmha/triton_splitk.py", line 503, in _get_splitk_kernel _fwd_kernel_splitK_unrolled = unroll_varargs(_fwd_kernel_splitK, N=num_groups) File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/xformers/triton/vararg_kernel.py", line 166, in unroll_varargs jitted_fn = triton.jit(fn) File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/triton/runtime/jit.py", line 882, in jit return decorator(fn) File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/triton/runtime/jit.py", line 871, in decorator return JITFunction( File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/triton/runtime/jit.py", line 717, in __init__ self.src = self.src[re.search(r"^def\s+\w+\s*\(", self.src, re.MULTILINE).start():] AttributeError: 'NoneType' object has no attribute 'start' 2024-11-18 16:11:08,851 - root - WARNING - Cannot import /opt/rd/apps/ComfyUI/custom_nodes/Comfy-SVDTools module for custom nodes: 'NoneType' object has no attribute 'start' 2024-11-18 16:11:09,682 - root - WARNING - Traceback (most recent call last): File "/opt/rd/apps/ComfyUI/nodes.py", line 2012, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/opt/rd/apps/ComfyUI/custom_nodes/MistoControlNet-Flux-dev/__init__.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "/opt/rd/apps/ComfyUI/custom_nodes/MistoControlNet-Flux-dev/nodes.py", line 9, in from .modules.misto_controlnet import MistoControlNetFluxDev File "/opt/rd/apps/ComfyUI/custom_nodes/MistoControlNet-Flux-dev/modules/misto_controlnet.py", line 2, in from diffusers.utils import is_torch_version File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/diffusers/__init__.py", line 5, in from .utils import ( File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/diffusers/utils/__init__.py", line 38, in from .dynamic_modules_utils import get_class_from_dynamic_module File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/diffusers/utils/dynamic_modules_utils.py", line 28, in from huggingface_hub import HfFolder, cached_download, hf_hub_download, model_info ImportError: cannot import name 'cached_download' from 'huggingface_hub' (/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/huggingface_hub/__init__.py) 2024-11-18 16:11:09,682 - root - WARNING - Cannot import /opt/rd/apps/ComfyUI/custom_nodes/MistoControlNet-Flux-dev module for custom nodes: cannot import name 'cached_download' from 'huggingface_hub' (/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/huggingface_hub/__init__.py) 2024-11-18 16:11:09,731 - root - WARNING - Traceback (most recent call last): File "/opt/rd/apps/ComfyUI/nodes.py", line 2012, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-layerdiffuse/__init__.py", line 1, in from .layered_diffusion import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "/opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-layerdiffuse/layered_diffusion.py", line 22, in from .lib_layerdiffusion.models import TransparentVAEDecoder File "/opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-layerdiffuse/lib_layerdiffusion/models.py", line 8, in from diffusers.configuration_utils import ConfigMixin, register_to_config File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/diffusers/__init__.py", line 5, in from .utils import ( File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/diffusers/utils/__init__.py", line 38, in from .dynamic_modules_utils import get_class_from_dynamic_module File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/diffusers/utils/dynamic_modules_utils.py", line 28, in from huggingface_hub import HfFolder, cached_download, hf_hub_download, model_info ImportError: cannot import name 'cached_download' from 'huggingface_hub' (/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/huggingface_hub/__init__.py) 2024-11-18 16:11:09,731 - root - WARNING - Cannot import /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-layerdiffuse module for custom nodes: cannot import name 'cached_download' from 'huggingface_hub' (/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/huggingface_hub/__init__.py) 2024-11-18 16:11:09,739 - root - INFO - Import times for custom nodes: 2024-11-18 16:11:09,739 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/kohya_hiresfix.py 2024-11-18 16:11:09,739 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/websocket_image_save.py 2024-11-18 16:11:09,739 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/bigquery_log.py 2024-11-18 16:11:09,739 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-seamless-tiling 2024-11-18 16:11:09,739 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/Mile_High_Styler 2024-11-18 16:11:09,739 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/sdxl-recommended-res-calc 2024-11-18 16:11:09,739 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/sd-dynamic-thresholding 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-Inpaint-CropAndStitch 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI_ADV_CLIP_emb 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/comfyui_segment_anything 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-HfLoader 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/SwarmComfyExtra 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/cg-image-picker 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyLiterals 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-Prompt-Expansion 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI_TiledKSampler 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/masquerade-nodes-comfyui 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI_InstantID 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/wlsh_nodes 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/comfyui_controlnet_aux 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/cg-use-everywhere 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/comfyui-inpaint-nodes 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-Custom-Scripts 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI_FizzNodes 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyMath 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI_essentials 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/Derfuu_ComfyUI_ModdedNodes 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-Frame-Interpolation 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds (IMPORT FAILED): /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-GlifNodes 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds (IMPORT FAILED): /opt/rd/apps/ComfyUI/custom_nodes/MistoControlNet-Flux-dev 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-Advanced-ControlNet 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/SwarmComfyCommon 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds (IMPORT FAILED): /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-layerdiffuse 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-KJNodes 2024-11-18 16:11:09,740 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-LivePortraitKJ 2024-11-18 16:11:09,741 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/rgthree-comfy 2024-11-18 16:11:09,741 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-post-processing-nodes 2024-11-18 16:11:09,741 - root - INFO - 0.0 seconds (IMPORT FAILED): /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-PyramidFlowWrapper 2024-11-18 16:11:09,741 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/x-flux-comfyui 2024-11-18 16:11:09,741 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI_IPAdapter_plus 2024-11-18 16:11:09,741 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/comfyui-tooling-nodes 2024-11-18 16:11:09,741 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/comfyui-dynamicprompts 2024-11-18 16:11:09,741 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved 2024-11-18 16:11:09,741 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/comfyui-animatediff 2024-11-18 16:11:09,741 - root - INFO - 0.0 seconds (IMPORT FAILED): /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-BrushNet 2024-11-18 16:11:09,741 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-DynamiCrafterWrapper 2024-11-18 16:11:09,741 - root - INFO - 0.0 seconds (IMPORT FAILED): /opt/rd/apps/ComfyUI/custom_nodes/Comfy-SVDTools 2024-11-18 16:11:09,741 - root - INFO - 0.0 seconds: /opt/rd/apps/ComfyUI/custom_nodes/efficiency-nodes-comfyui 2024-11-18 16:11:09,741 - root - INFO - 0.1 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-IC-Light 2024-11-18 16:11:09,741 - root - INFO - 0.1 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-Inspire-Pack 2024-11-18 16:11:09,741 - root - INFO - 0.1 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-SAM2 2024-11-18 16:11:09,741 - root - INFO - 0.1 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-Impact-Pack 2024-11-18 16:11:09,741 - root - INFO - 0.1 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-Manager 2024-11-18 16:11:09,741 - root - INFO - 0.1 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite 2024-11-18 16:11:09,741 - root - INFO - 0.1 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI_Comfyroll_CustomNodes 2024-11-18 16:11:09,741 - root - INFO - 0.2 seconds: /opt/rd/apps/ComfyUI/custom_nodes/comfyui-reactor-node 2024-11-18 16:11:09,741 - root - INFO - 0.4 seconds: /opt/rd/apps/ComfyUI/custom_nodes/comfy-image-saver 2024-11-18 16:11:09,741 - root - INFO - 0.6 seconds: /opt/rd/apps/ComfyUI/custom_nodes/facerestore_cf 2024-11-18 16:11:09,741 - root - INFO - 0.8 seconds: /opt/rd/apps/ComfyUI/custom_nodes/comfy_mtb 2024-11-18 16:11:09,741 - root - INFO - 1.3 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI_LayerStyle 2024-11-18 16:11:09,741 - root - INFO - 1.4 seconds: /opt/rd/apps/ComfyUI/custom_nodes/was-node-suite-comfyui 2024-11-18 16:11:09,741 - root - INFO - 3.4 seconds: /opt/rd/apps/ComfyUI/custom_nodes/ComfyUI_Florence2SAM2 2024-11-18 16:11:09,741 - root - INFO - 2024-11-18 16:11:09,741 - root - WARNING - WARNING: some comfy_extras/ nodes did not import correctly. This may be because they are missing some dependencies. 2024-11-18 16:11:09,741 - root - WARNING - IMPORT FAILED: nodes_audio.py 2024-11-18 16:11:09,742 - root - WARNING - This issue might be caused by new missing dependencies added the last time you updated ComfyUI. 2024-11-18 16:11:09,742 - root - WARNING - Please do a: pip install -r requirements.txt 2024-11-18 16:11:09,742 - root - WARNING - 2024-11-18 16:11:09,756 - root - INFO - Starting server 2024-11-18 16:11:09,756 - root - INFO - To see the GUI go to: http://0.0.0.0:56416 2024-11-18 16:11:09,756 - root - INFO - To see the GUI go to: http://[::]:56416 2024-11-18 16:11:19,338 - root - INFO - got prompt 2024-11-18 16:11:22,291 - root - INFO - Requested to load FluxClipModel_ 2024-11-18 16:11:22,291 - root - INFO - Loading 1 new model 2024-11-18 16:11:22,300 - root - INFO - loaded completely 0.0 9319.23095703125 True 2024-11-18 16:11:42,636 - root - WARNING - clip missing: ['text_projection.weight'] 2024-11-18 16:11:43,406 - root - INFO - Using pytorch attention in VAE 2024-11-18 16:11:43,409 - root - INFO - Using pytorch attention in VAE 2024-11-18 16:11:47,381 - root - INFO - model weight dtype torch.bfloat16, manual cast: None 2024-11-18 16:11:47,382 - root - INFO - model_type FLUX 2024-11-18 16:12:42,149 - root - ERROR - !!! Exception during processing !!! [Errno 2] No such file or directory: '/opt/rd/apps/ComfyUI/models/sam2/sam2_hiera_small.pt' 2024-11-18 16:12:42,162 - root - ERROR - Traceback (most recent call last): File "/opt/rd/apps/ComfyUI/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 "/opt/rd/apps/ComfyUI/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 "/opt/rd/apps/ComfyUI/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/opt/rd/apps/ComfyUI/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) File "/opt/rd/apps/ComfyUI/custom_nodes/ComfyUI_Florence2SAM2/__init__.py", line 83, in _process_image annotated_image, mask, masked_image = process_image(torch_device, sam2_model, img, prompt, keep_model_loaded) File "/opt/rd/apps/ComfyUI/custom_nodes/ComfyUI_Florence2SAM2/app.py", line 183, in process_image lazy_load_models(device, sam_image_model) File "/opt/rd/apps/ComfyUI/custom_nodes/ComfyUI_Florence2SAM2/app.py", line 128, in lazy_load_models SAM_IMAGE_MODEL = load_sam_image_model(device=DEVICE, checkpoint=sam_image_model) File "/opt/rd/apps/ComfyUI/custom_nodes/ComfyUI_Florence2SAM2/utils/sam.py", line 56, in load_sam_image_model model = build_sam2(config, model_path, device=device) File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/sam2/build_sam.py", line 58, in build_sam2 _load_checkpoint(model, ckpt_path) File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/sam2/build_sam.py", line 103, in _load_checkpoint sd = torch.load(ckpt_path, map_location="cpu", weights_only=True)["model"] File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/ultralytics/utils/patches.py", line 86, in torch_load return _torch_load(*args, **kwargs) File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/torch/serialization.py", line 1319, in load with _open_file_like(f, "rb") as opened_file: File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/torch/serialization.py", line 659, in _open_file_like return _open_file(name_or_buffer, mode) File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/torch/serialization.py", line 640, in __init__ super().__init__(open(name, mode)) FileNotFoundError: [Errno 2] No such file or directory: '/opt/rd/apps/ComfyUI/models/sam2/sam2_hiera_small.pt' 2024-11-18 16:12:42,166 - root - INFO - Prompt executed in 82.71 seconds 2024-11-18 16:33:26,996 - root - INFO - got prompt 2024-11-18 16:34:42,356 - comfyui_segment_anything - WARNING - downloading https://huggingface.co/ShilongLiu/GroundingDINO/resolve/main/GroundingDINO_SwinT_OGC.cfg.py to /opt/rd/apps/ComfyUI/models/grounding-dino/GroundingDINO_SwinT_OGC.cfg.py 2024-11-18 16:34:46,444 - comfyui_segment_anything - WARNING - downloading https://huggingface.co/ShilongLiu/GroundingDINO/resolve/main/groundingdino_swint_ogc.pth to /opt/rd/apps/ComfyUI/models/grounding-dino/groundingdino_swint_ogc.pth 2024-11-18 16:34:50,144 - ComfyUI-SAM2 - WARNING - downloading https://dl.fbaipublicfiles.com/segment_anything_2/092824/sam2_hiera_base_plus.pt to /opt/rd/apps/ComfyUI/models/sam2/sam2_hiera_base_plus.pt 2024-11-18 16:34:50,523 - root - ERROR - !!! Exception during processing !!! HTTP Error 403: Forbidden 2024-11-18 16:34:50,538 - root - ERROR - Traceback (most recent call last): File "/opt/rd/apps/ComfyUI/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 "/opt/rd/apps/ComfyUI/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 "/opt/rd/apps/ComfyUI/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/opt/rd/apps/ComfyUI/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) File "/opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-SAM2/node.py", line 267, in main sam_model = load_sam_model(model_name) File "/opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-SAM2/node.py", line 83, in load_sam_model sam2_checkpoint_path = get_local_filepath( File "/opt/rd/apps/ComfyUI/custom_nodes/ComfyUI-SAM2/node.py", line 111, in get_local_filepath download_url_to_file(url, destination) File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/site-packages/torch/hub.py", line 708, in download_url_to_file u = urlopen(req) File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/urllib/request.py", line 525, in open response = meth(req, response) File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/urllib/request.py", line 634, in http_response response = self.parent.error( File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/urllib/request.py", line 563, in error return self._call_chain(*args) File "/opt/rd/miniconda3/envs/CMFY/lib/python3.10/urllib/request.py", line 496, in _call_chain result = func(*args) File "/opt/rd/miniconda3/envs/CMFY/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 403: Forbidden 2024-11-18 16:34:50,540 - root - INFO - Prompt executed in 83.39 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)