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

onnxruntime run time issues - Image Rembg #6666

Open
Shrowded opened this issue Feb 1, 2025 · 6 comments
Open

onnxruntime run time issues - Image Rembg #6666

Shrowded opened this issue Feb 1, 2025 · 6 comments
Labels
User Support A user needs help with something, probably not a bug.

Comments

@Shrowded
Copy link

Shrowded commented Feb 1, 2025

Your question

Could use help figuring what im missing, been spinning gears for the last couple hours reading the docs and python.
Can't seem to figure out what im missing in the CUDA, CUDNN, Tensor trifecta install.
to my understanding of docs should have the right version numbers atleast..

ONNX Runtime | CUDA | cuDNN | Notes

1.20.x | 12.x | 9.x | Avaiable in PyPI. Compatible with PyTorch >= 2.4.0 for CUDA 12.x.

onnx - version = "1.20.1"
CUDA 12.8
CUDNN 9.7
Torch Version: 2.6.0+cu126

C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8\bin
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8\CUDNN\v9.7\bin\12.8
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8\TensorRT-10.8.0.43

Image
Image

C:\a_work\1\s\onnxruntime\python\onnxruntime_pybind_state.cc:866 onnxruntime::python::CreateExecutionProviderInstance CUDA_PATH is set but CUDA wasnt able to be loaded. Please install the correct version of CUDA andcuDNN as mentioned in the GPU requirements page (https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements), make sure they're in the PATH, and that your GPU is supported.

Logs

# ComfyUI Error Report
## Error Details
- **Node ID:** 188
- **Node Type:** Image Rembg (Remove Background)
- **Exception Type:** RuntimeError
- **Exception Message:** C:\a\_work\1\s\onnxruntime\python\onnxruntime_pybind_state.cc:866 onnxruntime::python::CreateExecutionProviderInstance CUDA_PATH is set but CUDA wasnt able to be loaded. Please install the correct version of CUDA andcuDNN as mentioned in the GPU requirements page  (https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements),  make sure they're in the PATH, and that your GPU is supported.

## Stack Trace

  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)

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

  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 6034, in image_rembg
    session=new_session(model),
            ^^^^^^^^^^^^^^^^^^

  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\rembg\session_factory.py", line 44, in new_session
    return session_class(model_name, sess_opts, providers, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\rembg\sessions\base.py", line 34, in __init__
    self.inner_session = ort.InferenceSession(
                         ^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 432, in __init__
    raise fallback_error from e

  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 427, in __init__
    self._create_inference_session(self._fallback_providers, None)

  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 483, in _create_inference_session
    sess.initialize_session(providers, provider_options, disabled_optimizers)


## System Information
- **ComfyUI Version:** 0.3.12
- **Arguments:** ComfyUI\main.py --windows-standalone-build
- **OS:** nt
- **Python Version:** 3.12.8 (tags/v3.12.8:2dc476b, Dec  3 2024, 19:30:04) [MSC v.1942 64 bit (AMD64)]
- **Embedded Python:** true
- **PyTorch Version:** 2.5.1+cu124
## Devices

- **Name:** cuda:0 NVIDIA GeForce RTX 4060 : cudaMallocAsync
  - **Type:** cuda
  - **VRAM Total:** 8585216000
  - **VRAM Free:** 4819013152
  - **Torch VRAM Total:** 2583691264
  - **Torch VRAM Free:** 21777952

## Logs

2025-02-01T01:50:48.179463 - [START] Security scan2025-02-01T01:50:48.179463 - 
2025-02-01T01:50:49.204758 - [DONE] Security scan2025-02-01T01:50:49.204758 - 
2025-02-01T01:50:49.336232 - ## ComfyUI-Manager: installing dependencies done.2025-02-01T01:50:49.336232 - 
2025-02-01T01:50:49.337239 - ** ComfyUI startup time:2025-02-01T01:50:49.337239 -  2025-02-01T01:50:49.337239 - 2025-02-01 01:50:49.3362025-02-01T01:50:49.337239 - 
2025-02-01T01:50:49.337239 - ** Platform:2025-02-01T01:50:49.337239 -  2025-02-01T01:50:49.337239 - Windows2025-02-01T01:50:49.337239 - 
2025-02-01T01:50:49.337239 - ** Python version:2025-02-01T01:50:49.337239 -  2025-02-01T01:50:49.337239 - 3.12.8 (tags/v3.12.8:2dc476b, Dec  3 2024, 19:30:04) [MSC v.1942 64 bit (AMD64)]2025-02-01T01:50:49.337239 - 
2025-02-01T01:50:49.337239 - ** Python executable:2025-02-01T01:50:49.337239 -  2025-02-01T01:50:49.338247 - C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\python.exe2025-02-01T01:50:49.338247 - 
2025-02-01T01:50:49.338247 - ** ComfyUI Path:2025-02-01T01:50:49.338247 -  2025-02-01T01:50:49.338247 - C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI2025-02-01T01:50:49.338247 - 
2025-02-01T01:50:49.338247 - ** ComfyUI Base Folder Path:2025-02-01T01:50:49.338247 -  2025-02-01T01:50:49.338247 - C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI2025-02-01T01:50:49.338247 - 
2025-02-01T01:50:49.338247 - ** User directory:2025-02-01T01:50:49.339245 -  2025-02-01T01:50:49.339245 - C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\user2025-02-01T01:50:49.339245 - 
2025-02-01T01:50:49.339245 - ** ComfyUI-Manager config path:2025-02-01T01:50:49.339245 -  2025-02-01T01:50:49.339245 - C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\user\default\ComfyUI-Manager\config.ini2025-02-01T01:50:49.339245 - 
2025-02-01T01:50:49.339245 - ** Log path:2025-02-01T01:50:49.339245 -  2025-02-01T01:50:49.339245 - C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\user\comfyui.log2025-02-01T01:50:49.339245 - 
2025-02-01T01:50:50.574076 - 
Prestartup times for custom nodes:
2025-02-01T01:50:50.574076 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2025-02-01T01:50:50.575581 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-easy-use
2025-02-01T01:50:50.575581 -    2.6 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager
2025-02-01T01:50:50.575581 - 
2025-02-01T01:50:52.399495 - Checkpoint files will always be loaded safely.
2025-02-01T01:50:52.525861 - Total VRAM 8188 MB, total RAM 32478 MB
2025-02-01T01:50:52.526898 - pytorch version: 2.5.1+cu124
2025-02-01T01:50:52.526898 - Set vram state to: NORMAL_VRAM
2025-02-01T01:50:52.527898 - Device: cuda:0 NVIDIA GeForce RTX 4060 : cudaMallocAsync
2025-02-01T01:50:53.918664 - Using pytorch attention
2025-02-01T01:50:56.133867 - [Prompt Server] web root: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\web
2025-02-01T01:50:57.574303 - Adding2025-02-01T01:50:57.574303 -  2025-02-01T01:50:57.574303 - C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes2025-02-01T01:50:57.574303 -  2025-02-01T01:50:57.574303 - to sys.path2025-02-01T01:50:57.574303 - 
2025-02-01T01:50:57.681072 - Could not find efficiency nodes2025-02-01T01:50:57.681072 - 
2025-02-01T01:50:57.692767 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using ckpts path: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts�[0m
2025-02-01T01:50:57.692767 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using symlinks: False�[0m
2025-02-01T01:50:57.693767 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']�[0m
2025-02-01T01:50:57.746066 - Loaded ControlNetPreprocessors nodes from2025-02-01T01:50:57.746066 -  2025-02-01T01:50:57.746066 - C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux2025-02-01T01:50:57.746066 - 
2025-02-01T01:50:57.747080 - Could not find AdvancedControlNet nodes2025-02-01T01:50:57.747080 - 
2025-02-01T01:50:57.751080 - Could not find AnimateDiff nodes2025-02-01T01:50:57.751080 - 
2025-02-01T01:50:57.752080 - Could not find IPAdapter nodes2025-02-01T01:50:57.752080 - 
2025-02-01T01:50:57.758098 - Could not find VideoHelperSuite nodes2025-02-01T01:50:57.758098 - 
2025-02-01T01:50:57.759099 - Could not load ImpactPack nodes2025-02-01T01:50:57.759099 -  2025-02-01T01:50:57.759099 - Could not find ImpactPack nodes2025-02-01T01:50:57.759099 - 
2025-02-01T01:50:57.791347 - Traceback (most recent call last):
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2106, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 999, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture\__init__.py", line 13, in <module>
    from .modules.nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture\modules\nodes.py", line 60, in <module>
    from .llm import (
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture\modules\llm\__init__.py", line 1, in <module>
    from .chat import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture\modules\llm\chat.py", line 6, in <module>
    from pydantic import BaseModel
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic\__init__.py", line 421, in __getattr__
    module = import_module(module_name, package=package)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "importlib\__init__.py", line 90, in import_module
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic\main.py", line 34, in <module>
    from ._internal import (
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic\_internal\_decorators.py", line 16, in <module>
    from ._core_utils import get_type_ref
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic\_internal\_core_utils.py", line 12, in <module>
    from . import _repr
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic\_internal\_repr.py", line 11, in <module>
    from . import _typing_extra
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic\_internal\_typing_extra.py", line 15, in <module>
    from typing_extensions import TypeIs, deprecated, get_args, get_origin
ImportError: cannot import name 'TypeIs' from 'typing_extensions' (C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\typing_extensions.py). Did you mean: 'Type'?

2025-02-01T01:50:57.792347 - Cannot import C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture module for custom nodes: cannot import name 'TypeIs' from 'typing_extensions' (C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\typing_extensions.py)
2025-02-01T01:50:58.673761 - import error:2025-02-01T01:50:58.673761 -  2025-02-01T01:50:58.673761 - No module named 'triton'2025-02-01T01:50:58.673761 - 
2025-02-01T01:50:59.093517 - Traceback (most recent call last):
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2106, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 999, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-diffusers\__init__.py", line 1, in <module>
    from .nodes import *
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-diffusers\nodes.py", line 8, in <module>
    from streamdiffusion import StreamDiffusion
ModuleNotFoundError: No module named 'streamdiffusion'

2025-02-01T01:50:59.093517 - Cannot import C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-diffusers module for custom nodes: No module named 'streamdiffusion'
2025-02-01T01:50:59.468413 - �[34m[ComfyUI-Easy-Use] server: �[0mv1.2.6 �[92mLoaded�[0m2025-02-01T01:50:59.468413 - 
2025-02-01T01:50:59.468413 - �[34m[ComfyUI-Easy-Use] web root: �[0mC:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-easy-use\web_version/v2 �[92mLoaded�[0m2025-02-01T01:50:59.469413 - 
2025-02-01T01:50:59.512990 - Total VRAM 8188 MB, total RAM 32478 MB
2025-02-01T01:50:59.513990 - pytorch version: 2.5.1+cu124
2025-02-01T01:50:59.514990 - Set vram state to: NORMAL_VRAM
2025-02-01T01:50:59.514990 - Device: cuda:0 NVIDIA GeForce RTX 4060 : cudaMallocAsync
2025-02-01T01:51:00.190727 - ### Loading: ComfyUI-Impact-Pack (V8.7)2025-02-01T01:51:00.190727 - 
2025-02-01T01:51:00.241256 - [Impact Pack] Wildcards loading done.2025-02-01T01:51:00.241256 - 
2025-02-01T01:51:00.244255 - ### Loading: ComfyUI-Impact-Subpack (V1.2.9)
2025-02-01T01:51:00.247763 - [Impact Subpack] ultralytics_bbox: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\models\ultralytics\bbox
2025-02-01T01:51:00.248763 - [Impact Subpack] ultralytics_segm: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\models\ultralytics\segm
2025-02-01T01:51:00.275858 - ----------Jake Upgrade Nodes Loaded----------2025-02-01T01:51:00.275858 - 
2025-02-01T01:51:00.300281 - ### Loading: ComfyUI-Manager (V3.9.4)
2025-02-01T01:51:00.431361 - ### ComfyUI Version: v0.3.12 | Released on '2025-01-16'
2025-02-01T01:51:00.770670 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2025-02-01T01:51:00.771671 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2025-02-01T01:51:00.788219 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2025-02-01T01:51:00.818113 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2025-02-01T01:51:00.849755 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2025-02-01T01:51:01.202342 - here: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-tbox2025-02-01T01:51:01.203347 - 
2025-02-01T01:51:01.204348 - Using ckpts path: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-tbox\..\..\models\annotator2025-02-01T01:51:01.204348 - 
2025-02-01T01:51:01.204348 - Using symlinks: False2025-02-01T01:51:01.204348 - 
2025-02-01T01:51:01.204348 - Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider']2025-02-01T01:51:01.205339 - 
2025-02-01T01:51:01.283456 - Traceback (most recent call last):
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2106, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 999, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-tbox\__init__.py", line 26, in <module>
    from .nodes.face.face_enhance_node import GFPGANNode
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-tbox\nodes\face\face_enhance_node.py", line 7, in <module>
    from facefusion.yoloface_onnx import YoloFaceOnnx
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-tbox\src\facefusion\yoloface_onnx.py", line 2, in <module>
    import onnx
ModuleNotFoundError: No module named 'onnx'

2025-02-01T01:51:01.284456 - Cannot import C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-tbox module for custom nodes: No module named 'onnx'
2025-02-01T01:51:01.540867 - C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable2025-02-01T01:51:01.541867 - 
2025-02-01T01:51:01.541867 - ############################################2025-02-01T01:51:01.541867 - 
2025-02-01T01:51:01.541867 - C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\custom_nodes\ComfyUI-Universal-Styler\CSV2025-02-01T01:51:01.541867 - 
2025-02-01T01:51:01.541867 - ############################################2025-02-01T01:51:01.541867 - 
2025-02-01T01:51:01.541867 - []2025-02-01T01:51:01.542867 - 
2025-02-01T01:51:01.542867 - ############################################2025-02-01T01:51:01.542867 - 
2025-02-01T01:51:01.844319 - �[1;31mTraceback (most recent call last):
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\flux-lightning\__init__.py", line 6, in <module>
    from .sana.nodes import NODE_CLASS_MAPPINGS as sana_NODE_CLASS_MAPPINGS
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\flux-lightning\sana\nodes.py", line 12, in <module>
    from .vae.loader import load_sana_vae
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\flux-lightning\sana\vae\loader.py", line 7, in <module>
    from .model.dc_ae import DCAE, DCAEConfig, EncoderConfig, DecoderConfig
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\flux-lightning\sana\vae\model\dc_ae.py", line 10, in <module>
    from .nn.norm import build_norm
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\flux-lightning\sana\vae\model\nn\norm.py", line 7, in <module>
    from .triton_rms_norm import TritonRMSNorm2dFunc
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\flux-lightning\sana\vae\model\nn\triton_rms_norm.py", line 2, in <module>
    import triton
ModuleNotFoundError: No module named 'triton'
�[0m2025-02-01T01:51:01.845823 - 
2025-02-01T01:51:02.443753 - �[34mWAS Node Suite: �[0mOpenCV Python FFMPEG support is enabled�[0m2025-02-01T01:51:02.443753 - 
2025-02-01T01:51:02.443753 - �[34mWAS Node Suite �[93mWarning: �[0m`ffmpeg_bin_path` is not set in `C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\pr-was-node-suite-comfyui-47064894\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.�[0m2025-02-01T01:51:02.444755 - 
2025-02-01T01:51:03.013927 - �[34mWAS Node Suite: �[0mFinished.�[0m �[32mLoaded�[0m �[0m218�[0m �[32mnodes successfully.�[0m2025-02-01T01:51:03.013927 - 
2025-02-01T01:51:03.013927 - 
	�[3m�[93m"Art is the daughter of freedom."�[0m�[3m - Friedrich Schiller�[0m
2025-02-01T01:51:03.013927 - 
2025-02-01T01:51:03.109900 - 
2025-02-01T01:51:03.109900 - �[92m[rgthree-comfy] Loaded 42 extraordinary nodes. 🎉�[00m2025-02-01T01:51:03.109900 - 
2025-02-01T01:51:03.109900 - 
2025-02-01T01:51:03.696481 - �[34mWAS Node Suite: �[0mOpenCV Python FFMPEG support is enabled�[0m2025-02-01T01:51:03.696481 - 
2025-02-01T01:51:03.696481 - �[34mWAS Node Suite �[93mWarning: �[0m`ffmpeg_bin_path` is not set in `C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.�[0m2025-02-01T01:51:03.696481 - 
2025-02-01T01:51:04.257406 - �[34mWAS Node Suite: �[0mFinished.�[0m �[32mLoaded�[0m �[0m220�[0m �[32mnodes successfully.�[0m2025-02-01T01:51:04.257406 - 
2025-02-01T01:51:04.257406 - 
	�[3m�[93m"Success is not just about making money. It's about making a difference."�[0m�[3m - Unknown�[0m
2025-02-01T01:51:04.257406 - 
2025-02-01T01:51:04.261407 - 
Import times for custom nodes:
2025-02-01T01:51:04.262407 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
2025-02-01T01:51:04.262407 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl_prompt_styler
2025-02-01T01:51:04.262407 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl-recommended-res-calc
2025-02-01T01:51:04.262407 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
2025-02-01T01:51:04.262407 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-copilot
2025-02-01T01:51:04.263407 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
2025-02-01T01:51:04.263407 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb-master
2025-02-01T01:51:04.263407 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Universal-Styler
2025-02-01T01:51:04.263407 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-subpack
2025-02-01T01:51:04.263407 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ipadapter_plus
2025-02-01T01:51:04.263407 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyMath
2025-02-01T01:51:04.264408 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AutoCropFaces
2025-02-01T01:51:04.264408 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-custom-scripts
2025-02-01T01:51:04.264408 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-image-saver
2025-02-01T01:51:04.264408 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_essentials
2025-02-01T01:51:04.264408 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-florence2
2025-02-01T01:51:04.264408 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ultimatesdupscale
2025-02-01T01:51:04.264408 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-kjnodes
2025-02-01T01:51:04.264408 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Gemma
2025-02-01T01:51:04.264408 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2025-02-01T01:51:04.265911 -    0.0 seconds (IMPORT FAILED): C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-diffusers
2025-02-01T01:51:04.265911 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\flux-lightning
2025-02-01T01:51:04.265911 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-ic-light
2025-02-01T01:51:04.265911 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-jakeupgrade
2025-02-01T01:51:04.265911 -    0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ExtraModels
2025-02-01T01:51:04.265911 -    0.1 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-pack
2025-02-01T01:51:04.266915 -    0.1 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\rembg-comfyui-node-better
2025-02-01T01:51:04.266915 -    0.1 seconds (IMPORT FAILED): C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-tbox
2025-02-01T01:51:04.267916 -    0.2 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_birefnet_ll
2025-02-01T01:51:04.267916 -    0.2 seconds (IMPORT FAILED): C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture
2025-02-01T01:51:04.267916 -    0.3 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tensorops
2025-02-01T01:51:04.267916 -    0.4 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-easy-use
2025-02-01T01:51:04.267916 -    0.4 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager
2025-02-01T01:51:04.268915 -    0.5 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mvadapter
2025-02-01T01:51:04.268915 -    0.5 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-advancedliveportrait
2025-02-01T01:51:04.268915 -    0.7 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Filters
2025-02-01T01:51:04.268915 -    1.1 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui
2025-02-01T01:51:04.268915 -    1.2 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\pr-was-node-suite-comfyui-47064894
2025-02-01T01:51:04.268915 -    1.3 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DDUF
2025-02-01T01:51:04.269915 - 
2025-02-01T01:51:04.281426 - Starting server

2025-02-01T01:51:04.281426 - To see the GUI go to: http://127.0.0.1:8188
2025-02-01T01:51:05.270467 - FETCH DATA from: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager\extension-node-map.json2025-02-01T01:51:05.270467 - 2025-02-01T01:51:05.275971 -  [DONE]2025-02-01T01:51:05.275971 - 
2025-02-01T01:51:06.259240 - FETCH ComfyRegistry Data: 5/312025-02-01T01:51:06.259240 - 
2025-02-01T01:51:08.207111 - Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
  File "asyncio\events.py", line 88, in _run
  File "asyncio\proactor_events.py", line 165, in _call_connection_lost
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
2025-02-01T01:51:12.370561 - FETCH ComfyRegistry Data: 10/312025-02-01T01:51:12.370561 - 
2025-02-01T01:51:12.388195 - got prompt
2025-02-01T01:51:17.253444 - �[34mWAS Node Suite: �[0m�[33mBLIP Caption:�[0m a screenshot of a knight in the sky with a sword in his hand and another in the ground behind him, with a mountain in the�[0m2025-02-01T01:51:17.254443 - 
2025-02-01T01:51:17.596486 - Using pytorch attention in VAE
2025-02-01T01:51:17.597593 - Using pytorch attention in VAE
2025-02-01T01:51:17.802046 - VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
2025-02-01T01:51:17.850914 - SELECTED: input12025-02-01T01:51:17.850914 - 
2025-02-01T01:51:17.851914 - Input image resolution: 2200x11002025-02-01T01:51:17.851914 - 
2025-02-01T01:51:17.851914 - Selected resolution: 1344x7682025-02-01T01:51:17.851914 - 
2025-02-01T01:51:18.331217 - FETCH ComfyRegistry Data: 15/312025-02-01T01:51:18.331217 - 
2025-02-01T01:51:18.748185 - *************** EP Error ***************2025-02-01T01:51:18.748185 - 
2025-02-01T01:51:18.748185 - EP Error C:\a\_work\1\s\onnxruntime\python\onnxruntime_pybind_state.cc:456 onnxruntime::python::RegisterTensorRTPluginsAsCustomOps Please install TensorRT libraries as mentioned in the GPU requirements page, make sure they're in the PATH or LD_LIBRARY_PATH, and that your GPU is supported.
 when using ['TensorrtExecutionProvider', 'CUDAExecutionProvider', 'CPUExecutionProvider']2025-02-01T01:51:18.748185 - 
2025-02-01T01:51:18.749185 - Falling back to ['CUDAExecutionProvider', 'CPUExecutionProvider'] and retrying.2025-02-01T01:51:18.749185 - 
2025-02-01T01:51:18.749185 - ****************************************2025-02-01T01:51:18.749185 - 
2025-02-01T01:51:18.833653 - !!! Exception during processing !!! C:\a\_work\1\s\onnxruntime\python\onnxruntime_pybind_state.cc:866 onnxruntime::python::CreateExecutionProviderInstance CUDA_PATH is set but CUDA wasnt able to be loaded. Please install the correct version of CUDA andcuDNN as mentioned in the GPU requirements page  (https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements),  make sure they're in the PATH, and that your GPU is supported.

2025-02-01T01:51:18.836654 - Traceback (most recent call last):
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 419, in __init__
    self._create_inference_session(providers, provider_options, disabled_optimizers)
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 469, in _create_inference_session
    self._register_ep_custom_ops(session_options, providers, provider_options, available_providers)
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 516, in _register_ep_custom_ops
    C.register_tensorrt_plugins_as_custom_ops(session_options, provider_options[i])
RuntimeError: C:\a\_work\1\s\onnxruntime\python\onnxruntime_pybind_state.cc:456 onnxruntime::python::RegisterTensorRTPluginsAsCustomOps Please install TensorRT libraries as mentioned in the GPU requirements page, make sure they're in the PATH or LD_LIBRARY_PATH, and that your GPU is supported.


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

Traceback (most recent call last):
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 6034, in image_rembg
    session=new_session(model),
            ^^^^^^^^^^^^^^^^^^
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\rembg\session_factory.py", line 44, in new_session
    return session_class(model_name, sess_opts, providers, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\rembg\sessions\base.py", line 34, in __init__
    self.inner_session = ort.InferenceSession(
                         ^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 432, in __init__
    raise fallback_error from e
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 427, in __init__
    self._create_inference_session(self._fallback_providers, None)
  File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 483, in _create_inference_session
    sess.initialize_session(providers, provider_options, disabled_optimizers)
RuntimeError: C:\a\_work\1\s\onnxruntime\python\onnxruntime_pybind_state.cc:866 onnxruntime::python::CreateExecutionProviderInstance CUDA_PATH is set but CUDA wasnt able to be loaded. Please install the correct version of CUDA andcuDNN as mentioned in the GPU requirements page  (https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements),  make sure they're in the PATH, and that your GPU is supported.


2025-02-01T01:51:18.838976 - Prompt executed in 6.41 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)

Other

No response

@Shrowded Shrowded added the User Support A user needs help with something, probably not a bug. label Feb 1, 2025
@LukeG89
Copy link

LukeG89 commented Feb 1, 2025

I think you are installing in your global Python rather than in the python embedded that ComfyUI portable is using to run. In fact, you don't even need Python in your system.

As you can see from your logs, your Pytorch version is 2.5.1+cu124 and you miss onnx (ModuleNotFoundError: No module named 'onnx')

To install packages in the python embedded, you have to open terminal inside python_embeded folder and start the command with .\python.exe -m pip. For example, to install onnx, onnxruntime and onnxruntime-gpu, you have to run this command:

.\python.exe -m pip install onnx onnxruntime onnxruntime-gpu

Here's if you want to upgrade your Pytorch to the latest stable version and cu126:

.\python.exe -m pip install --upgrade torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu126

@Shrowded
Copy link
Author

Shrowded commented Feb 1, 2025

Wow, I definitely was installing to global yup. still didnt fix it unfortunately. but that's a start! had no idea it was like emulating python in the folder essentially.  that does give better dependency traces hah. Seems odd to me though, checking those i would think it's looking for older versions of the cuda files? from like Cuda 8.x and Cuda 11.x vs having cuda 12 on there.

Image
Image

# # ComfyUI Error Report## Error Details- **Node ID:** 188- **Node Type:** Image Rembg (Remove Background)- **Exception Type:** RuntimeError- **Exception Message:** C:\a\_work\1\s\onnxruntime\python\onnxruntime_pybind_state.cc:866 onnxruntime::python::CreateExecutionProviderInstance CUDA_PATH is set but CUDA wasnt able to be loaded. Please install the correct version of CUDA andcuDNN as mentioned in the GPU requirements page (https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements), make sure they're in the PATH, and that your GPU is supported.## Stack Trace``` File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list process_inputs(input_dict, i) File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs results.append(getattr(obj, func)(**inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 6034, in image_rembg session=new_session(model), ^^^^^^^^^^^^^^^^^^ File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\rembg\session_factory.py", line 44, in new_session return session_class(model_name, sess_opts, providers, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\rembg\sessions\base.py", line 34, in __init__ self.inner_session = ort.InferenceSession( ^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 432, in __init__ raise fallback_error from e File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 427, in __init__ self._create_inference_session(self._fallback_providers, None) File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 483, in _create_inference_session sess.initialize_session(providers, provider_options, disabled_optimizers)```## System Information- **ComfyUI Version:** 0.3.12- **Arguments:** ComfyUI\main.py --windows-standalone-build --lowvram- **OS:** nt- **Python Version:** 3.12.8 (tags/v3.12.8:2dc476b, Dec 3 2024, 19:30:04) [MSC v.1942 64 bit (AMD64)]- **Embedded Python:** true- **PyTorch Version:** 2.6.0+cu126## Devices- **Name:** cuda:0 NVIDIA GeForce RTX 4060 : cudaMallocAsync - **Type:** cuda - **VRAM Total:** 8585216000 - **VRAM Free:** 4819013152 - **Torch VRAM Total:** 2583691264 - **Torch VRAM Free:** 21777952## Logs```2025-02-01T05:27:46.088386 - [START] Security scan2025-02-01T05:27:46.088386 - 2025-02-01T05:27:47.067710 - [DONE] Security scan2025-02-01T05:27:47.067710 - 2025-02-01T05:27:47.163474 - ## ComfyUI-Manager: installing dependencies done.2025-02-01T05:27:47.163474 - 2025-02-01T05:27:47.164474 - ** ComfyUI startup time:2025-02-01T05:27:47.164474 - 2025-02-01T05:27:47.164474 - 2025-02-01 05:27:47.1632025-02-01T05:27:47.164474 - 2025-02-01T05:27:47.164474 - ** Platform:2025-02-01T05:27:47.164474 - 2025-02-01T05:27:47.165474 - Windows2025-02-01T05:27:47.165474 - 2025-02-01T05:27:47.165474 - ** Python version:2025-02-01T05:27:47.166474 - 2025-02-01T05:27:47.166474 - 3.12.8 (tags/v3.12.8:2dc476b, Dec 3 2024, 19:30:04) [MSC v.1942 64 bit (AMD64)]2025-02-01T05:27:47.166474 - 2025-02-01T05:27:47.166474 - ** Python executable:2025-02-01T05:27:47.166474 - 2025-02-01T05:27:47.166474 - C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\python.exe2025-02-01T05:27:47.166474 - 2025-02-01T05:27:47.166474 - ** ComfyUI Path:2025-02-01T05:27:47.167474 - 2025-02-01T05:27:47.167474 - C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI2025-02-01T05:27:47.167474 - 2025-02-01T05:27:47.167474 - ** ComfyUI Base Folder Path:2025-02-01T05:27:47.167474 - 2025-02-01T05:27:47.167474 - C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI2025-02-01T05:27:47.167474 - 2025-02-01T05:27:47.167474 - ** User directory:2025-02-01T05:27:47.168474 - 2025-02-01T05:27:47.168474 - C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\user2025-02-01T05:27:47.168474 - 2025-02-01T05:27:47.168474 - ** ComfyUI-Manager config path:2025-02-01T05:27:47.168474 - 2025-02-01T05:27:47.168474 - C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\user\default\ComfyUI-Manager\config.ini2025-02-01T05:27:47.168474 - 2025-02-01T05:27:47.168474 - ** Log path:2025-02-01T05:27:47.168474 - 2025-02-01T05:27:47.169474 - C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\user\comfyui.log2025-02-01T05:27:47.169474 - 2025-02-01T05:27:48.352613 - Prestartup times for custom nodes:2025-02-01T05:27:48.352613 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-easy-use2025-02-01T05:27:48.353613 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy2025-02-01T05:27:48.353613 - 2.5 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager2025-02-01T05:27:48.354613 - 2025-02-01T05:27:49.878865 - Checkpoint files will always be loaded safely.2025-02-01T05:27:49.984187 - Total VRAM 8188 MB, total RAM 32478 MB2025-02-01T05:27:49.985187 - pytorch version: 2.6.0+cu1262025-02-01T05:27:49.985187 - Set vram state to: LOW_VRAM2025-02-01T05:27:49.986188 - Device: cuda:0 NVIDIA GeForce RTX 4060 : cudaMallocAsync2025-02-01T05:27:51.075030 - Using pytorch attention2025-02-01T05:27:52.547525 - [Prompt Server] web root: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\web2025-02-01T05:27:53.575035 - Adding2025-02-01T05:27:53.575035 - 2025-02-01T05:27:53.575035 - C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes2025-02-01T05:27:53.575035 - 2025-02-01T05:27:53.575035 - to sys.path2025-02-01T05:27:53.575035 - 2025-02-01T05:27:53.655110 - Could not find efficiency nodes2025-02-01T05:27:53.655110 - 2025-02-01T05:27:53.662113 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using ckpts path: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts�[0m2025-02-01T05:27:53.663109 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using symlinks: False�[0m2025-02-01T05:27:53.663109 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']�[0m2025-02-01T05:27:53.706616 - Loaded ControlNetPreprocessors nodes from2025-02-01T05:27:53.706616 - 2025-02-01T05:27:53.706616 - C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux2025-02-01T05:27:53.706616 - 2025-02-01T05:27:53.707616 - Could not find AdvancedControlNet nodes2025-02-01T05:27:53.707616 - 2025-02-01T05:27:53.709617 - Could not find AnimateDiff nodes2025-02-01T05:27:53.709617 - 2025-02-01T05:27:53.710619 - Could not find IPAdapter nodes2025-02-01T05:27:53.710619 - 2025-02-01T05:27:53.714754 - Could not find VideoHelperSuite nodes2025-02-01T05:27:53.714754 - 2025-02-01T05:27:53.715756 - Could not load ImpactPack nodes2025-02-01T05:27:53.716756 - 2025-02-01T05:27:53.716756 - Could not find ImpactPack nodes2025-02-01T05:27:53.716756 - 2025-02-01T05:27:54.433239 - import error:2025-02-01T05:27:54.433239 - 2025-02-01T05:27:54.433239 - No module named 'triton'2025-02-01T05:27:54.433239 - 2025-02-01T05:27:54.830906 - Traceback (most recent call last): File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2106, in load_custom_node module_spec.loader.exec_module(module) File "<frozen importlib._bootstrap_external>", line 999, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-diffusers\__init__.py", line 1, in <module> from .nodes import * File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-diffusers\nodes.py", line 8, in <module> from streamdiffusion import StreamDiffusionModuleNotFoundError: No module named 'streamdiffusion'2025-02-01T05:27:54.830906 - Cannot import C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-diffusers module for custom nodes: No module named 'streamdiffusion'2025-02-01T05:27:55.165572 - �[34m[ComfyUI-Easy-Use] server: �[0mv1.2.6 �[92mLoaded�[0m2025-02-01T05:27:55.165572 - 2025-02-01T05:27:55.165572 - �[34m[ComfyUI-Easy-Use] web root: �[0mC:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-easy-use\web_version/v2 �[92mLoaded�[0m2025-02-01T05:27:55.166800 - 2025-02-01T05:27:55.199930 - Total VRAM 8188 MB, total RAM 32478 MB2025-02-01T05:27:55.199930 - pytorch version: 2.6.0+cu1262025-02-01T05:27:55.200935 - Set vram state to: LOW_VRAM2025-02-01T05:27:55.200935 - Device: cuda:0 NVIDIA GeForce RTX 4060 : cudaMallocAsync2025-02-01T05:27:55.765228 - ### Loading: ComfyUI-Impact-Pack (V8.7)2025-02-01T05:27:55.765228 - 2025-02-01T05:27:55.803765 - [Impact Pack] Wildcards loading done.2025-02-01T05:27:55.803765 - 2025-02-01T05:27:55.806769 - ### Loading: ComfyUI-Impact-Subpack (V1.2.9)2025-02-01T05:27:55.809769 - [Impact Subpack] ultralytics_bbox: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\models\ultralytics\bbox2025-02-01T05:27:55.809769 - [Impact Subpack] ultralytics_segm: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\models\ultralytics\segm2025-02-01T05:27:55.831242 - ----------Jake Upgrade Nodes Loaded----------2025-02-01T05:27:55.831242 - 2025-02-01T05:27:55.851169 - ### Loading: ComfyUI-Manager (V3.9.4)2025-02-01T05:27:55.969286 - ### ComfyUI Version: v0.3.12 | Released on '2025-01-16'2025-02-01T05:27:56.370472 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json2025-02-01T05:27:56.386351 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json2025-02-01T05:27:56.388653 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json2025-02-01T05:27:56.417130 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2025-02-01T05:27:56.424449 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json2025-02-01T05:27:56.591743 - here: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-tbox2025-02-01T05:27:56.591743 - 2025-02-01T05:27:56.592743 - Using ckpts path: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-tbox\..\..\models\annotator2025-02-01T05:27:56.592743 - 2025-02-01T05:27:56.592743 - Using symlinks: False2025-02-01T05:27:56.593743 - 2025-02-01T05:27:56.593743 - Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider']2025-02-01T05:27:56.593743 - 2025-02-01T05:27:56.807615 - C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable2025-02-01T05:27:56.807615 - 2025-02-01T05:27:56.807615 - ############################################2025-02-01T05:27:56.808615 - 2025-02-01T05:27:56.808615 - C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\custom_nodes\ComfyUI-Universal-Styler\CSV2025-02-01T05:27:56.808615 - 2025-02-01T05:27:56.808615 - ############################################2025-02-01T05:27:56.809614 - 2025-02-01T05:27:56.809614 - []2025-02-01T05:27:56.809614 - 2025-02-01T05:27:56.809614 - ############################################2025-02-01T05:27:56.809614 - 2025-02-01T05:27:57.010830 - �[1;31mTraceback (most recent call last): File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\flux-lightning\__init__.py", line 6, in <module> from .sana.nodes import NODE_CLASS_MAPPINGS as sana_NODE_CLASS_MAPPINGS File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\flux-lightning\sana\nodes.py", line 12, in <module> from .vae.loader import load_sana_vae File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\flux-lightning\sana\vae\loader.py", line 7, in <module> from .model.dc_ae import DCAE, DCAEConfig, EncoderConfig, DecoderConfig File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\flux-lightning\sana\vae\model\dc_ae.py", line 10, in <module> from .nn.norm import build_norm File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\flux-lightning\sana\vae\model\nn\norm.py", line 7, in <module> from .triton_rms_norm import TritonRMSNorm2dFunc File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\flux-lightning\sana\vae\model\nn\triton_rms_norm.py", line 2, in <module> import tritonModuleNotFoundError: No module named 'triton'�[0m2025-02-01T05:27:57.011831 - 2025-02-01T05:27:57.595352 - �[34mWAS Node Suite: �[0mOpenCV Python FFMPEG support is enabled�[0m2025-02-01T05:27:57.595352 - 2025-02-01T05:27:57.595352 - �[34mWAS Node Suite �[93mWarning: �[0mffmpeg_bin_pathis not set inC:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\pr-was-node-suite-comfyui-47064894\was_suite_config.json config file. Will attempt to use system ffmpeg binaries if available.�[0m2025-02-01T05:27:57.596353 - 2025-02-01T05:27:58.157374 - �[34mWAS Node Suite: �[0mFinished.�[0m �[32mLoaded�[0m �[0m218�[0m �[32mnodes successfully.�[0m2025-02-01T05:27:58.157374 - 2025-02-01T05:27:58.157374 - �[3m�[93m"Challenges are what make life interesting and overcoming them is what makes life meaningful."�[0m�[3m - Joshua J. Marine�[0m2025-02-01T05:27:58.157374 - 2025-02-01T05:27:58.234728 - 2025-02-01T05:27:58.235729 - �[92m[rgthree-comfy] Loaded 42 fantastic nodes. �[00m2025-02-01T05:27:58.235729 - 2025-02-01T05:27:58.235729 - 2025-02-01T05:27:58.798796 - �[34mWAS Node Suite: �[0mOpenCV Python FFMPEG support is enabled�[0m2025-02-01T05:27:58.798796 - 2025-02-01T05:27:58.798796 - �[34mWAS Node Suite �[93mWarning: �[0mffmpeg_bin_pathis not set inC:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json config file. Will attempt to use system ffmpeg binaries if available.�[0m2025-02-01T05:27:58.798796 - 2025-02-01T05:27:59.348644 - �[34mWAS Node Suite: �[0mFinished.�[0m �[32mLoaded�[0m �[0m220�[0m �[32mnodes successfully.�[0m2025-02-01T05:27:59.348644 - 2025-02-01T05:27:59.348644 - �[3m�[93m"Art is the magic that brings beauty into the world."�[0m�[3m - Unknown�[0m2025-02-01T05:27:59.348644 - 2025-02-01T05:27:59.352643 - Import times for custom nodes:2025-02-01T05:27:59.352643 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py2025-02-01T05:27:59.353643 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl-recommended-res-calc2025-02-01T05:27:59.355644 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-copilot2025-02-01T05:27:59.355644 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl_prompt_styler2025-02-01T05:27:59.357644 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere2025-02-01T05:27:59.357644 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux2025-02-01T05:27:59.357644 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb-master2025-02-01T05:27:59.358644 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ipadapter_plus2025-02-01T05:27:59.358644 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Universal-Styler2025-02-01T05:27:59.358644 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-subpack2025-02-01T05:27:59.359748 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyMath2025-02-01T05:27:59.359748 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-custom-scripts2025-02-01T05:27:59.359748 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_essentials2025-02-01T05:27:59.359748 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AutoCropFaces2025-02-01T05:27:59.360644 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-image-saver2025-02-01T05:27:59.360644 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ultimatesdupscale2025-02-01T05:27:59.361644 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-florence22025-02-01T05:27:59.361644 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-kjnodes2025-02-01T05:27:59.361644 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Gemma2025-02-01T05:27:59.361644 - 0.0 seconds (IMPORT FAILED): C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-diffusers2025-02-01T05:27:59.362644 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\flux-lightning2025-02-01T05:27:59.370315 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy2025-02-01T05:27:59.370315 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ExtraModels2025-02-01T05:27:59.371337 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-jakeupgrade2025-02-01T05:27:59.371337 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-ic-light2025-02-01T05:27:59.372317 - 0.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-pack2025-02-01T05:27:59.372317 - 0.1 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\rembg-comfyui-node-better2025-02-01T05:27:59.376314 - 0.1 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-tbox2025-02-01T05:27:59.376314 - 0.1 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tensorops2025-02-01T05:27:59.376314 - 0.1 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_birefnet_ll2025-02-01T05:27:59.377314 - 0.2 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture2025-02-01T05:27:59.377314 - 0.3 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-easy-use2025-02-01T05:27:59.377314 - 0.4 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mvadapter2025-02-01T05:27:59.378317 - 0.4 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager2025-02-01T05:27:59.380317 - 0.4 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-advancedliveportrait2025-02-01T05:27:59.382319 - 0.5 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Filters2025-02-01T05:27:59.382319 - 1.0 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DDUF2025-02-01T05:27:59.383316 - 1.1 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui2025-02-01T05:27:59.383316 - 1.1 seconds: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\pr-was-node-suite-comfyui-470648942025-02-01T05:27:59.384314 - 2025-02-01T05:27:59.396508 - Starting server2025-02-01T05:27:59.396508 - To see the GUI go to: http://127.0.0.1:81882025-02-01T05:28:00.342956 - FETCH DATA from: C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager\extension-node-map.json2025-02-01T05:28:00.342956 - 2025-02-01T05:28:00.347956 - [DONE]2025-02-01T05:28:00.347956 - 2025-02-01T05:28:01.724242 - FETCH ComfyRegistry Data: 5/322025-02-01T05:28:01.725245 - 2025-02-01T05:28:05.904651 - got prompt2025-02-01T05:28:06.099987 - SELECTED: input12025-02-01T05:28:06.099987 - 2025-02-01T05:28:06.119474 - Using pytorch attention in VAE2025-02-01T05:28:06.119988 - Using pytorch attention in VAE2025-02-01T05:28:06.392877 - VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat162025-02-01T05:28:07.735619 - FETCH ComfyRegistry Data: 10/322025-02-01T05:28:07.735619 - 2025-02-01T05:28:11.481225 - �[34mWAS Node Suite: �[0m�[33mBLIP Caption:�[0m a screenshot of a knight in the sky with a sword in his hand and another in the ground behind him, with a mountain in the�[0m2025-02-01T05:28:11.481225 - 2025-02-01T05:28:12.156650 - model weight dtype torch.float16, manual cast: None2025-02-01T05:28:12.157647 - model_type EPS2025-02-01T05:28:14.118741 - FETCH ComfyRegistry Data: 15/322025-02-01T05:28:14.118741 - 2025-02-01T05:28:15.431468 - Using pytorch attention in VAE2025-02-01T05:28:15.432468 - Using pytorch attention in VAE2025-02-01T05:28:15.606072 - VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat162025-02-01T05:28:15.785659 - Requested to load SDXLClipModel2025-02-01T05:28:15.804172 - loaded completely 9.5367431640625e+25 1560.802734375 True2025-02-01T05:28:15.809173 - CLIP/text encoder model load device: cpu, offload device: cpu, current: cpu, dtype: torch.float162025-02-01T05:28:17.650254 - Input image resolution: 2200x11002025-02-01T05:28:17.650254 - 2025-02-01T05:28:17.650952 - Selected resolution: 1344x7682025-02-01T05:28:17.651258 - 2025-02-01T05:28:18.573269 - *************** EP Error ***************2025-02-01T05:28:18.573269 - 2025-02-01T05:28:18.573269 - EP Error C:\a\_work\1\s\onnxruntime\python\onnxruntime_pybind_state.cc:456 onnxruntime::python::RegisterTensorRTPluginsAsCustomOps Please install TensorRT libraries as mentioned in the GPU requirements page, make sure they're in the PATH or LD_LIBRARY_PATH, and that your GPU is supported. when using ['TensorrtExecutionProvider', 'CUDAExecutionProvider', 'CPUExecutionProvider']2025-02-01T05:28:18.573269 - 2025-02-01T05:28:18.574411 - Falling back to ['CUDAExecutionProvider', 'CPUExecutionProvider'] and retrying.2025-02-01T05:28:18.574411 - 2025-02-01T05:28:18.574411 - ****************************************2025-02-01T05:28:18.575730 - 2025-02-01T05:28:18.682368 - !!! Exception during processing !!! C:\a\_work\1\s\onnxruntime\python\onnxruntime_pybind_state.cc:866 onnxruntime::python::CreateExecutionProviderInstance CUDA_PATH is set but CUDA wasnt able to be loaded. Please install the correct version of CUDA andcuDNN as mentioned in the GPU requirements page (https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements), make sure they're in the PATH, and that your GPU is supported.2025-02-01T05:28:18.686905 - Traceback (most recent call last): File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 419, in __init__ self._create_inference_session(providers, provider_options, disabled_optimizers) File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 469, in _create_inference_session self._register_ep_custom_ops(session_options, providers, provider_options, available_providers) File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 516, in _register_ep_custom_ops C.register_tensorrt_plugins_as_custom_ops(session_options, provider_options[i])RuntimeError: C:\a\_work\1\s\onnxruntime\python\onnxruntime_pybind_state.cc:456 onnxruntime::python::RegisterTensorRTPluginsAsCustomOps Please install TensorRT libraries as mentioned in the GPU requirements page, make sure they're in the PATH or LD_LIBRARY_PATH, and that your GPU is supported.The above exception was the direct cause of the following exception:Traceback (most recent call last): File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list process_inputs(input_dict, i) File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs results.append(getattr(obj, func)(**inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 6034, in image_rembg session=new_session(model), ^^^^^^^^^^^^^^^^^^ File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\rembg\session_factory.py", line 44, in new_session return session_class(model_name, sess_opts, providers, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\rembg\sessions\base.py", line 34, in __init__ self.inner_session = ort.InferenceSession( ^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 432, in __init__ raise fallback_error from e File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 427, in __init__ self._create_inference_session(self._fallback_providers, None) File "C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 483, in _create_inference_session sess.initialize_session(providers, provider_options, disabled_optimizers)RuntimeError: C:\a\_work\1\s\onnxruntime\python\onnxruntime_pybind_state.cc:866 onnxruntime::python::CreateExecutionProviderInstance CUDA_PATH is set but CUDA wasnt able to be loaded. Please install the correct version of CUDA andcuDNN as mentioned in the GPU requirements page (https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements), make sure they're in the PATH, and that your GPU is supported.2025-02-01T05:28:18.696249 - Prompt executed in 12.73 seconds```## Attached WorkflowPlease 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)

@LukeG89
Copy link

LukeG89 commented Feb 1, 2025

What are you tring to do? I've never seen that "Dependency Walker" before.
Have you installed the missing dependencies as reported in my previous message?

Btw, if you want to see all the packages installed in the python embedded, you can open terminal in python_embeded folder and run .\python.exe -m pip list
If you want to check for broken dependecies: .\python.exe -m pip check

@Shrowded
Copy link
Author

Shrowded commented Feb 1, 2025

yup, added in the missing onnx and pytorch updated to 2.6

What i'd been trying to do is run an uploaded img through this WAS node to separate out the subject from the background.
Image

Package Version


absl-py 2.1.0
accelerate 1.3.0
addict 2.4.0
aiohappyeyeballs 2.4.4
aiohttp 3.11.11
aiosignal 1.3.2
albucore 0.0.16
albumentations 1.4.15
annotated-types 0.7.0
antlr4-python3-runtime 4.9.3
anyio 4.8.0
attrs 24.3.0
beautifulsoup4 4.12.3
bitsandbytes 0.45.1
boto3 1.36.10
botocore 1.36.10
certifi 2024.12.14
cffi 1.17.1
chardet 5.2.0
charset-normalizer 3.4.1
click 8.1.8
clip-interrogator 0.6.0
cmake 3.31.4
color-matcher 0.5.0
colorama 0.4.6
coloredlogs 15.0.1
colorlog 6.9.0
colour-science 0.4.6
contourpy 1.3.1
cryptography 44.0.0
cssselect2 0.7.0
cstr 0.1.0
cycler 0.12.1
ddt 1.7.2
Deprecated 1.2.17
diffusers 0.32.2
dill 0.3.9
docstring_parser 0.16
docutils 0.21.2
easydict 1.13
einops 0.8.0
eval_type_backport 0.2.2
fairscale 0.4.13
fal_client 0.5.8
ffmpy 0.3.0
filelock 3.16.1
flatbuffers 25.1.24
flet 0.25.2
fonttools 4.55.6
frozenlist 1.5.0
fsspec 2024.12.0
ftfy 6.3.1
fvcore 0.1.5.post20221221
gdown 5.2.0
gitdb 4.0.12
GitPython 3.1.44
h11 0.14.0
httpcore 1.0.7
httpx 0.28.1
httpx-sse 0.4.0
huggingface-hub 0.27.1
humanfriendly 10.0
idna 3.10
imageio 2.37.0
imageio-ffmpeg 0.6.0
img2texture 1.0.6
immutabledict 4.2.1
importlib_metadata 8.6.1
iopath 0.1.10
jax 0.5.0
jaxlib 0.5.0
Jinja2 3.1.5
jmespath 1.0.1
joblib 1.4.2
jsonschema 4.23.0
jsonschema-specifications 2024.10.1
kagglehub 0.3.6
kiwisolver 1.4.8
kornia 0.8.0
kornia_rs 0.1.8
lark 1.2.2
lazy_loader 0.4
lightning-utilities 0.11.9
llvmlite 0.44.0
lmdb 1.6.2
lxml 5.3.0
manifold3d 3.0.1
mapbox_earcut 1.0.3
markdown-it-py 3.0.0
MarkupSafe 3.0.2
matplotlib 3.10.0
matrix-client 0.4.0
mdurl 0.1.2
mediapipe 0.10.20
ml_dtypes 0.5.1
mpmath 1.3.0
mss 10.0.0
multidict 6.1.0
networkx 3.4.2
numba 0.61.0
numexpr 2.10.2
numpy 1.26.4
oauthlib 3.2.2
omegaconf 2.3.0
onnx 1.17.0
onnxruntime 1.20.1
onnxruntime-gpu 1.18.0
open_clip_torch 2.30.0
opencv-contrib-python 4.11.0.86
opencv-contrib-python-headless 4.11.0.86
opencv-python 4.11.0.86
opencv-python-headless 4.11.0.86
opt_einsum 3.4.0
packaging 24.2
pandas 2.2.3
peft 0.14.0
piexif 1.1.3
pilgram 1.2.1
pillow 11.1.0
pip 25.0
pixeloe 0.1.1
platformdirs 4.3.6
pooch 1.8.2
portalocker 3.1.1
propcache 0.2.1
protobuf 4.25.6
psutil 6.1.1
py-cpuinfo 9.0.0
pycocoevalcap 1.2
pycocotools 2.0.8
pycollada 0.8
pycparser 2.22
pydantic 2.10.6
pydantic_core 2.27.2
pygit2 1.17.0
PyGithub 2.5.0
Pygments 2.19.1
PyJWT 2.10.1
pykalman 0.9.7
PyMatting 1.1.13
PyNaCl 1.5.0
pyparsing 3.2.1
pyreadline3 3.5.4
PySocks 1.7.1
python-dateutil 2.9.0.post0
pytorch-lightning 2.5.0.post0
pytz 2024.2
pywin32 308
PyYAML 6.0.2
qrcode 8.0
redis 5.2.1
referencing 0.36.2
regex 2024.11.6
rembg 2.0.61
repath 0.9.0
replicate 1.0.4
reportlab 4.2.5
requests 2.32.3
rich 13.9.4
rpds-py 0.22.3
Rtree 1.3.0
s3transfer 0.11.2
safetensors 0.5.2
sageattention 1.0.6
scikit-image 0.25.0
scikit-learn 1.6.1
scipy 1.15.1
seaborn 0.13.2
segment-anything 1.0
sentencepiece 0.2.0
setuptools 75.8.0
shapely 2.0.7
shellingham 1.5.4
shtab 1.7.1
simpleeval 1.0.3
simsimd 6.2.1
six 1.17.0
smmap 5.0.2
sniffio 1.3.1
sounddevice 0.5.1
soundfile 0.13.0
soupsieve 2.6
spandrel 0.4.0
stringzilla 3.11.3
surrealist 1.0.8
svg.path 6.3
svglib 1.5.1
sympy 1.13.1
tabulate 0.9.0
termcolor 2.5.0
threadpoolctl 3.5.0
tifffile 2025.1.10
timm 1.0.14
tinycss2 1.4.0
tokenizers 0.21.0
toml 0.10.2
torch 2.6.0+cu126
torchao 0.8.0
torchaudio 2.6.0+cu126
torchmetrics 1.6.1
torchsde 0.2.6
torchvision 0.21.0+cu126
tqdm 4.67.1
trampoline 0.1.2
transformers 4.48.0
transparent-background 1.3.3
trimesh 4.6.0
typer 0.15.1
typing_extensions 4.12.2
tyro 0.8.5
tzdata 2025.1
ultralytics 8.3.40
ultralytics-thop 2.0.14
urllib3 1.26.20
vhacdx 0.0.8.post1
wcwidth 0.2.13
webencodings 0.5.1
websocket-client 1.8.0
wget 3.2
wrapt 1.17.2
xatlas 0.0.9
xxhash 3.5.0
yacs 0.1.8
yapf 0.43.0
yarl 1.18.3
zipp 3.21.0

so far as python can tell it doesnt seem like its missing a dependency.

C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded>.\python.exe -m pip check
WARNING: Ignoring invalid distribution ~ympy (C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages)
WARNING: Ignoring invalid distribution ~ympy (C:\Users\eddie\Pictures\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages)
No broken requirements found.

@LukeG89
Copy link

LukeG89 commented Feb 1, 2025

At this point I would try another RemBG node, I like to use these nodes from ComfyUI_essentials

Image

There is also this configuration:

Image

@patientx
Copy link

patientx commented Feb 5, 2025

try ben2 , very good background remover.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User Support A user needs help with something, probably not a bug.
Projects
None yet
Development

No branches or pull requests

3 participants