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

ComfyUI YoloWorld-EfficientSAM extension. However, it seems that the extension is in an import-fail state or is not compatible with the current version. #6702

Closed
feureau opened this issue Feb 4, 2025 · 1 comment
Labels
Potential Bug User is reporting a bug. This should be tested.

Comments

@feureau
Copy link

feureau commented Feb 4, 2025

Expected Behavior

I'm trying to use this workflow:
https://openart.ai/workflows/myaiforce/better-face-swap-facedetailer-instantid-ip-adapter/KMFUVKakzXeepb2pMEnT
But I keep getting error from SAMLoader.

I'm pretty sure the node is already installed as comfyUI does show that it's already installed. Can someone take a look at the error report and see what's going on here? Thank you.

ComfyUI Error Report

Error Details

  • Node ID: 17
  • Node Type: SAMLoader
  • Exception Type: Exception
  • Exception Message: 'ComfyUI-YoloWorld-EfficientSAM' node isn't installed.

Stack Trace

  File "F:\AI\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 "F:\AI\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 "F:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)

  File "F:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-pack\modules\impact\impact_pack.py", line 120, in load_model
    raise Exception("'ComfyUI-YoloWorld-EfficientSAM' node isn't installed.")

System Information

  • ComfyUI Version: 0.3.13
  • Arguments: ComfyUI\main.py
  • 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 4070 SUPER : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 12878086144
    • VRAM Free: 5211918818
    • Torch VRAM Total: 6341787648
    • Torch VRAM Free: 56070626

Actual Behavior

Image

Steps to Reproduce

Load workflow:
https://openart.ai/workflows/myaiforce/better-face-swap-facedetailer-instantid-ip-adapter/KMFUVKakzXeepb2pMEnT

Click queue

Debug Logs

# ComfyUI Error Report
## Error Details
- **Node ID:** 17
- **Node Type:** SAMLoader
- **Exception Type:** Exception
- **Exception Message:** 'ComfyUI-YoloWorld-EfficientSAM' node isn't installed.
## Stack Trace

  File "F:\AI\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 "F:\AI\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 "F:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)

  File "F:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-pack\modules\impact\impact_pack.py", line 120, in load_model
    raise Exception("'ComfyUI-YoloWorld-EfficientSAM' node isn't installed.")


## System Information
- **ComfyUI Version:** 0.3.13
- **Arguments:** ComfyUI\main.py
- **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 4070 SUPER : cudaMallocAsync
  - **Type:** cuda
  - **VRAM Total:** 12878086144
  - **VRAM Free:** 5211918818
  - **Torch VRAM Total:** 6341787648
  - **Torch VRAM Free:** 56070626

## Logs

2025-02-04T22:34:09.026915 -     `numpy.distutils` is deprecated since NumPy 1.23.0, as a result
2025-02-04T22:34:09.027937 - 2025-02-04T22:34:09.027937 - [!]2025-02-04T22:34:09.027937 -  2025-02-04T22:34:09.027937 -     of the deprecation of `distutils` itself. It will be removed for
2025-02-04T22:34:09.027937 - 2025-02-04T22:34:09.028956 - [!]2025-02-04T22:34:09.028956 -  2025-02-04T22:34:09.028956 -     Python >= 3.12. For older Python versions it will remain present.
2025-02-04T22:34:09.028956 - 2025-02-04T22:34:09.029978 - [!]2025-02-04T22:34:09.029978 -  2025-02-04T22:34:09.029978 -     It is recommended to use `setuptools < 60.0` for those Python versions.
2025-02-04T22:34:09.031000 - 2025-02-04T22:34:09.031000 - [!]2025-02-04T22:34:09.032020 -  2025-02-04T22:34:09.032020 -     For more details, see:
2025-02-04T22:34:09.032020 - 2025-02-04T22:34:09.032020 - [!]2025-02-04T22:34:09.033037 -  2025-02-04T22:34:09.033037 -       https://numpy.org/devdocs/reference/distutils_status_migration.html
2025-02-04T22:34:09.033037 - 2025-02-04T22:34:09.033037 - [!]2025-02-04T22:34:09.033037 -  2025-02-04T22:34:09.034056 -   
2025-02-04T22:34:09.034056 - 2025-02-04T22:34:09.035076 - [!]2025-02-04T22:34:09.037137 -  2025-02-04T22:34:09.038165 -   
2025-02-04T22:34:09.038165 - 2025-02-04T22:34:09.038165 - [!]2025-02-04T22:34:09.038165 -  2025-02-04T22:34:09.039186 -   Traceback (most recent call last):
2025-02-04T22:34:09.039186 - 2025-02-04T22:34:09.039186 - [!]2025-02-04T22:34:09.039186 -  2025-02-04T22:34:09.039186 -     File "F:\AI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 389, in <module>
2025-02-04T22:34:09.040208 - 2025-02-04T22:34:09.040208 - [!]2025-02-04T22:34:09.040208 -  2025-02-04T22:34:09.041234 -       main()
2025-02-04T22:34:09.041234 - 2025-02-04T22:34:09.041234 - [!]2025-02-04T22:34:09.041234 -  2025-02-04T22:34:09.042257 -     File "F:\AI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 373, in main
2025-02-04T22:34:09.042433 - 2025-02-04T22:34:09.042938 - [!]2025-02-04T22:34:09.043453 -  2025-02-04T22:34:09.043453 -       json_out["return_val"] = hook(**hook_input["kwargs"])
2025-02-04T22:34:09.044460 - 2025-02-04T22:34:09.044460 - [!]2025-02-04T22:34:09.044965 -  2025-02-04T22:34:09.044965 -                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-04T22:34:09.044965 - 2025-02-04T22:34:09.044965 - [!]2025-02-04T22:34:09.045985 -  2025-02-04T22:34:09.045985 -     File "F:\AI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 143, in get_requires_for_build_wheel
2025-02-04T22:34:09.046508 - 2025-02-04T22:34:09.046508 - [!]2025-02-04T22:34:09.047027 -  2025-02-04T22:34:09.047027 -       return hook(config_settings)
2025-02-04T22:34:09.047027 - 2025-02-04T22:34:09.048049 - [!]2025-02-04T22:34:09.048049 -  2025-02-04T22:34:09.048049 -              ^^^^^^^^^^^^^^^^^^^^^
2025-02-04T22:34:09.048049 - 2025-02-04T22:34:09.049069 - [!]2025-02-04T22:34:09.049069 -  2025-02-04T22:34:09.049069 -     File "F:\AI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\setuptools\build_meta.py", line 334, in get_requires_for_build_wheel
2025-02-04T22:34:09.049069 - 2025-02-04T22:34:09.050088 - [!]2025-02-04T22:34:09.050088 -  2025-02-04T22:34:09.050088 -       return self._get_build_requires(config_settings, requirements=[])
2025-02-04T22:34:09.050088 - 2025-02-04T22:34:09.051113 - [!]2025-02-04T22:34:09.051113 -  2025-02-04T22:34:09.051113 -              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-04T22:34:09.052142 - 2025-02-04T22:34:09.052142 - [!]2025-02-04T22:34:09.052142 -  2025-02-04T22:34:09.053161 -     File "F:\AI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\setuptools\build_meta.py", line 304, in _get_build_requires
2025-02-04T22:34:09.053161 - 2025-02-04T22:34:09.053161 - [!]2025-02-04T22:34:09.054185 -  2025-02-04T22:34:09.054185 -       self.run_setup()
2025-02-04T22:34:09.054714 - 2025-02-04T22:34:09.054714 - [!]2025-02-04T22:34:09.055235 -  2025-02-04T22:34:09.055235 -     File "F:\AI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\setuptools\build_meta.py", line 522, in run_setup
2025-02-04T22:34:09.055235 - 2025-02-04T22:34:09.056257 - [!]2025-02-04T22:34:09.056257 -  2025-02-04T22:34:09.056257 -       super().run_setup(setup_script=setup_script)
2025-02-04T22:34:09.056257 - 2025-02-04T22:34:09.057280 - [!]2025-02-04T22:34:09.057280 -  2025-02-04T22:34:09.057280 -     File "F:\AI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\setuptools\build_meta.py", line 320, in run_setup
2025-02-04T22:34:09.057280 - 2025-02-04T22:34:09.058301 - [!]2025-02-04T22:34:09.058301 -  2025-02-04T22:34:09.058301 -       exec(code, locals())
2025-02-04T22:34:09.059324 - 2025-02-04T22:34:09.059324 - [!]2025-02-04T22:34:09.059324 -  2025-02-04T22:34:09.059324 -     File "<string>", line 84, in <module>
2025-02-04T22:34:09.060352 - 2025-02-04T22:34:09.060352 - [!]2025-02-04T22:34:09.060352 -  2025-02-04T22:34:09.060352 -     File "C:\Users\Feureau\AppData\Local\Temp\pip-install-q_it0dzf\numpy_f44dd7a73831461dad29d67d4cc6f4ee\numpy\distutils\core.py", line 24, in <module>
2025-02-04T22:34:09.061377 - 2025-02-04T22:34:09.061377 - [!]2025-02-04T22:34:09.061377 -  2025-02-04T22:34:09.061377 -       from numpy.distutils.command import config, config_compiler, \
2025-02-04T22:34:09.062398 - 2025-02-04T22:34:09.062398 - [!]2025-02-04T22:34:09.062398 -  2025-02-04T22:34:09.062398 -     File "C:\Users\Feureau\AppData\Local\Temp\pip-install-q_it0dzf\numpy_f44dd7a73831461dad29d67d4cc6f4ee\numpy\distutils\command\config.py", line 19, in <module>
2025-02-04T22:34:09.063414 - 2025-02-04T22:34:09.063414 - [!]2025-02-04T22:34:09.063414 -  2025-02-04T22:34:09.063414 -       from numpy.distutils.mingw32ccompiler import generate_manifest
2025-02-04T22:34:09.064432 - 2025-02-04T22:34:09.064958 - [!]2025-02-04T22:34:09.064958 -  2025-02-04T22:34:09.065480 -     File "C:\Users\Feureau\AppData\Local\Temp\pip-install-q_it0dzf\numpy_f44dd7a73831461dad29d67d4cc6f4ee\numpy\distutils\mingw32ccompiler.py", line 27, in <module>
2025-02-04T22:34:09.065480 - 2025-02-04T22:34:09.065480 - [!]2025-02-04T22:34:09.066505 -  2025-02-04T22:34:09.066505 -       from distutils.msvccompiler import get_build_version as get_build_msvc_version
2025-02-04T22:34:09.066505 - 2025-02-04T22:34:09.067033 - [!]2025-02-04T22:34:09.067033 -  2025-02-04T22:34:09.067554 -   ModuleNotFoundError: No module named 'distutils.msvccompiler'
2025-02-04T22:34:09.068581 - 2025-02-04T22:34:09.068581 - [!]2025-02-04T22:34:09.068581 -  2025-02-04T22:34:09.068581 -   [end of output]
2025-02-04T22:34:09.069611 - 2025-02-04T22:34:09.069611 - [!]2025-02-04T22:34:09.069611 -  2025-02-04T22:34:09.069611 -   
2025-02-04T22:34:09.070633 - 2025-02-04T22:34:09.070633 - [!]2025-02-04T22:34:09.070633 -  2025-02-04T22:34:09.070633 -   note: This error originates from a subprocess, and is likely not a problem with pip.
2025-02-04T22:34:09.071660 - 2025-02-04T22:34:09.253527 - [!]2025-02-04T22:34:09.253527 -  2025-02-04T22:34:09.253527 - error: subprocess-exited-with-error
2025-02-04T22:34:09.254575 - 2025-02-04T22:34:09.254575 - [!]2025-02-04T22:34:09.254575 -  2025-02-04T22:34:09.255620 - 
2025-02-04T22:34:09.255620 - 2025-02-04T22:34:09.255620 - [!]2025-02-04T22:34:09.255620 -  2025-02-04T22:34:09.256647 - Getting requirements to build wheel did not run successfully.
2025-02-04T22:34:09.256647 - 2025-02-04T22:34:09.256647 - [!]2025-02-04T22:34:09.257668 -  2025-02-04T22:34:09.257668 - exit code: 1
2025-02-04T22:34:09.257668 - 2025-02-04T22:34:09.257668 - [!]2025-02-04T22:34:09.258694 -  2025-02-04T22:34:09.258694 - 
2025-02-04T22:34:09.258694 - 2025-02-04T22:34:09.258694 - [!]2025-02-04T22:34:09.259721 -  2025-02-04T22:34:09.259721 - See above for output.
2025-02-04T22:34:09.259721 - 2025-02-04T22:34:09.259721 - [!]2025-02-04T22:34:09.260744 -  2025-02-04T22:34:09.260744 - 
2025-02-04T22:34:09.260744 - 2025-02-04T22:34:09.260744 - [!]2025-02-04T22:34:09.261773 -  2025-02-04T22:34:09.261773 - note: This error originates from a subprocess, and is likely not a problem with pip.
2025-02-04T22:34:09.261773 - 2025-02-04T22:34:09.875072 - install/(de)activation script failed: F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM2025-02-04T22:34:09.875072 - 
2025-02-04T22:34:09.876077 - 
[ComfyUI-Manager] Startup script completed.2025-02-04T22:34:09.876077 - 
2025-02-04T22:34:09.876077 - #######################################################################
2025-02-04T22:34:09.876077 - 
2025-02-04T22:34:10.455694 - 
Prestartup times for custom nodes:
2025-02-04T22:34:10.455694 -    0.0 seconds: F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2025-02-04T22:34:10.456705 -   14.2 seconds: F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager
2025-02-04T22:34:10.456705 - 
2025-02-04T22:34:12.262717 - Checkpoint files will always be loaded safely.
2025-02-04T22:34:12.387474 - Total VRAM 12282 MB, total RAM 49077 MB
2025-02-04T22:34:12.387474 - pytorch version: 2.6.0+cu126
2025-02-04T22:34:12.388491 - Set vram state to: NORMAL_VRAM
2025-02-04T22:34:12.388491 - Device: cuda:0 NVIDIA GeForce RTX 4070 SUPER : cudaMallocAsync
2025-02-04T22:34:13.670472 - Using pytorch attention
2025-02-04T22:34:15.315320 - ComfyUI version: 0.3.13
2025-02-04T22:34:15.363416 - [Prompt Server] web root: F:\AI\ComfyUI_windows_portable\ComfyUI\web
2025-02-04T22:34:15.909227 - ### Loading: ComfyUI-Impact-Pack (V8.8.1)2025-02-04T22:34:15.909227 - 
2025-02-04T22:34:16.047047 - [Impact Pack] Wildcards loading done.2025-02-04T22:34:16.047047 - 
2025-02-04T22:34:16.050606 - ### Loading: ComfyUI-Impact-Subpack (V1.2.9)
2025-02-04T22:34:16.499080 - [Impact Subpack] ultralytics_bbox: F:\AI\ComfyUI_windows_portable\ComfyUI\models\ultralytics\bbox
2025-02-04T22:34:16.500097 - [Impact Subpack] ultralytics_segm: F:\AI\ComfyUI_windows_portable\ComfyUI\models\ultralytics\segm
2025-02-04T22:34:16.526681 - ----------Jake Upgrade Nodes Loaded----------2025-02-04T22:34:16.526681 - 
2025-02-04T22:34:16.538443 - Total VRAM 12282 MB, total RAM 49077 MB
2025-02-04T22:34:16.538443 - pytorch version: 2.6.0+cu126
2025-02-04T22:34:16.539149 - Set vram state to: NORMAL_VRAM
2025-02-04T22:34:16.539149 - Device: cuda:0 NVIDIA GeForce RTX 4070 SUPER : cudaMallocAsync
2025-02-04T22:34:16.568479 - ### Loading: ComfyUI-Manager (V3.17.7)
2025-02-04T22:34:16.669659 - ### ComfyUI Revision: 3088 [ef85058e] *DETACHED | Released on '2025-01-29'
2025-02-04T22:34:16.907686 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2025-02-04T22:34:16.915849 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2025-02-04T22:34:16.943352 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2025-02-04T22:34:16.982411 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2025-02-04T22:34:17.016010 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2025-02-04T22:34:17.366846 - Traceback (most recent call last):
  File "F:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2110, 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 "F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM\__init__.py", line 1, in <module>
    from . import YOLO_WORLD_EfficientSAM
  File "F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM\YOLO_WORLD_EfficientSAM.py", line 6, in <module>
    import supervision as sv
ModuleNotFoundError: No module named 'supervision'

2025-02-04T22:34:17.367366 - Cannot import F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM module for custom nodes: No module named 'supervision'
2025-02-04T22:34:17.370446 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using ckpts path: F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts�[0m
2025-02-04T22:34:17.371479 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using symlinks: False�[0m
2025-02-04T22:34:17.371479 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']�[0m
2025-02-04T22:34:17.964174 - F:\AI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\albumentations\__init__.py:13: UserWarning: A new version of Albumentations is available: 2.0.3 (you have 1.4.15). Upgrade using: pip install -U albumentations. To disable automatic update checks, set the environment variable NO_ALBUMENTATIONS_UPDATE to 1.
  check_for_updates()
2025-02-04T22:34:18.429465 - F:\AI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\timm\models\layers\__init__.py:48: FutureWarning: Importing from timm.models.layers is deprecated, please import via timm.layers
  warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
2025-02-04T22:34:18.433033 - Please 'pip install xformers'2025-02-04T22:34:18.433033 - 
2025-02-04T22:34:18.435066 - Nvidia APEX normalization not installed, using PyTorch LayerNorm2025-02-04T22:34:18.435066 - 
2025-02-04T22:34:18.552573 - 
�[36mEfficiency Nodes:�[0m Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...�[92mSuccess!�[0m2025-02-04T22:34:18.552573 - 
2025-02-04T22:34:18.571988 - 
2025-02-04T22:34:18.571988 - �[92m[rgthree-comfy] Loaded 42 fantastic nodes. 🎉�[00m2025-02-04T22:34:18.571988 - 
2025-02-04T22:34:18.571988 - 
2025-02-04T22:34:18.573007 - 
Import times for custom nodes:
2025-02-04T22:34:18.573007 -    0.0 seconds: F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
2025-02-04T22:34:18.573007 -    0.0 seconds: F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_zenid
2025-02-04T22:34:18.573007 -    0.0 seconds: F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ipadapter_plus
2025-02-04T22:34:18.574030 -    0.0 seconds: F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-inpaint-nodes
2025-02-04T22:34:18.574030 -    0.0 seconds: F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_essentials
2025-02-04T22:34:18.574030 -    0.0 seconds: F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2025-02-04T22:34:18.574030 -    0.0 seconds: F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2025-02-04T22:34:18.574030 -    0.0 seconds (IMPORT FAILED): F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM
2025-02-04T22:34:18.574030 -    0.0 seconds: F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-jakeupgrade
2025-02-04T22:34:18.574030 -    0.0 seconds: F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-kjnodes
2025-02-04T22:34:18.575056 -    0.1 seconds: F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
2025-02-04T22:34:18.575056 -    0.1 seconds: F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-pack
2025-02-04T22:34:18.575056 -    0.3 seconds: F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager
2025-02-04T22:34:18.575056 -    0.4 seconds: F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-subpack
2025-02-04T22:34:18.575056 -    0.5 seconds: F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_pulid_flux_ll
2025-02-04T22:34:18.575056 -    0.5 seconds: F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tooling-nodes
2025-02-04T22:34:18.575056 -    0.6 seconds: F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_instantid
2025-02-04T22:34:18.576084 - 
2025-02-04T22:34:18.588367 - Starting server

2025-02-04T22:34:18.589383 - To see the GUI go to: http://127.0.0.1:8188
2025-02-04T22:34:24.614085 - FETCH ComfyRegistry Data: 5/322025-02-04T22:34:24.614085 - 
2025-02-04T22:34:32.374323 - FETCH ComfyRegistry Data: 10/322025-02-04T22:34:32.374323 - 
2025-02-04T22:34:40.975266 - FETCH ComfyRegistry Data: 15/322025-02-04T22:34:40.976295 - 
2025-02-04T22:34:42.123491 - FETCH DATA from: F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager\extension-node-map.json2025-02-04T22:34:42.123491 - 2025-02-04T22:34:42.128606 -  [DONE]2025-02-04T22:34:42.128606 - 
2025-02-04T22:34:49.115254 - FETCH ComfyRegistry Data: 20/322025-02-04T22:34:49.115254 - 
2025-02-04T22:34:53.554134 - got prompt
2025-02-04T22:34:53.739705 - model weight dtype torch.float16, manual cast: None
2025-02-04T22:34:53.740730 - model_type EPS
2025-02-04T22:34:57.193951 - Using pytorch attention in VAE
2025-02-04T22:34:57.194972 - Using pytorch attention in VAE
2025-02-04T22:34:57.426093 - VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
2025-02-04T22:34:57.552817 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
2025-02-04T22:34:59.264513 - Requested to load SDXLClipModel
2025-02-04T22:34:59.653364 - loaded completely 9633.8 1560.802734375 True
2025-02-04T22:34:59.971755 - ----------------------------------------2025-02-04T22:34:59.971755 - 
2025-02-04T22:34:59.971755 - �[36mEff. Loader SDXL Models Cache:�[0m2025-02-04T22:34:59.971755 - 
2025-02-04T22:34:59.971755 - Ckpt:2025-02-04T22:34:59.971755 - 
2025-02-04T22:34:59.971755 -   [1] juggernautXL_juggXILightningByRD2025-02-04T22:34:59.971755 - 
2025-02-04T22:34:59.995348 - Requested to load SDXL
2025-02-04T22:35:00.850527 - loaded completely 7966.997177886963 4897.0483474731445 True
2025-02-04T22:35:03.796248 - 
 55%|█████████████████████████████████████████████                                     | 11/20 [00:02<00:02,  3.99it/s]2025-02-04T22:35:04.040425 - FETCH ComfyRegistry Data: 30/322025-02-04T22:35:04.040425 - 
2025-02-04T22:35:06.046323 - 
100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:05<00:00,  4.00it/s]2025-02-04T22:35:06.047349 - 
100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:05<00:00,  3.88it/s]2025-02-04T22:35:06.047349 - 
2025-02-04T22:35:06.179976 - Requested to load AutoencoderKL
2025-02-04T22:35:06.654746 - loaded completely 513.6030197143555 159.55708122253418 True
2025-02-04T22:35:07.220879 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2025-02-04T22:35:07.221400 - 2025-02-04T22:35:07.337384 -  [DONE]2025-02-04T22:35:07.338407 - 
2025-02-04T22:35:07.377090 - !!! Exception during processing !!! 'ComfyUI-YoloWorld-EfficientSAM' node isn't installed.
2025-02-04T22:35:07.378114 - Traceback (most recent call last):
  File "F:\AI\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 "F:\AI\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 "F:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)
  File "F:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-pack\modules\impact\impact_pack.py", line 120, in load_model
    raise Exception("'ComfyUI-YoloWorld-EfficientSAM' node isn't installed.")
Exception: 'ComfyUI-YoloWorld-EfficientSAM' node isn't installed.

2025-02-04T22:35:07.379132 - Prompt executed in 13.82 seconds


## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.

{"last_node_id":31,"last_link_id":58,"nodes":[{"id":2,"type":"KSampler SDXL (Eff.)","pos":[806,298],"size":[325,546],"flags":{},"order":8,"mode":0,"inputs":[{"name":"sdxl_tuple","type":"SDXL_TUPLE","link":1,"label":"sdxl_tuple"},{"name":"latent_image","type":"LATENT","link":2,"label":"latent_image"},{"name":"optional_vae","type":"VAE","link":3,"label":"optional_vae","shape":7},{"name":"script","type":"SCRIPT","link":null,"label":"script","shape":7}],"outputs":[{"name":"SDXL_TUPLE","type":"SDXL_TUPLE","links":[27],"slot_index":0,"shape":3,"label":"SDXL_TUPLE"},{"name":"LATENT","type":"LATENT","links":null,"shape":3,"label":"LATENT"},{"name":"VAE","type":"VAE","links":[31],"slot_index":2,"shape":3,"label":"VAE"},{"name":"IMAGE","type":"IMAGE","links":[4,29],"slot_index":3,"shape":3,"label":"IMAGE"}],"properties":{"Node name for S&R":"KSampler SDXL (Eff.)"},"widgets_values":[382362255136153,null,20,7,"euler","normal",0,-1,"auto","true"],"color":"#332233","bgcolor":"#553355","shape":1},{"id":18,"type":"Unpack SDXL Tuple","pos":[1168,213],"size":[405.5999755859375,166],"flags":{},"order":9,"mode":0,"inputs":[{"name":"sdxl_tuple","type":"SDXL_TUPLE","link":27,"label":"sdxl_tuple"}],"outputs":[{"name":"BASE_MODEL","type":"MODEL","links":[55],"slot_index":0,"shape":3,"label":"BASE_MODEL"},{"name":"BASE_CLIP","type":"CLIP","links":[30],"slot_index":1,"shape":3,"label":"BASE_CLIP"},{"name":"BASE_CONDITIONING+","type":"CONDITIONING","links":[42],"slot_index":2,"shape":3,"label":"BASE_CONDITIONING+"},{"name":"BASE_CONDITIONING-","type":"CONDITIONING","links":[43],"slot_index":3,"shape":3,"label":"BASE_CONDITIONING-"},{"name":"REFINER_MODEL","type":"MODEL","links":null,"shape":3,"label":"REFINER_MODEL"},{"name":"REFINER_CLIP","type":"CLIP","links":null,"shape":3,"label":"REFINER_CLIP"},{"name":"REFINER_CONDITIONING+","type":"CONDITIONING","links":null,"shape":3,"label":"REFINER_CONDITIONING+"},{"name":"REFINER_CONDITIONING-","type":"CONDITIONING","links":null,"shape":3,"label":"REFINER_CONDITIONING-"}],"properties":{"Node name for S&R":"Unpack SDXL Tuple"},"widgets_values":[],"shape":1},{"id":28,"type":"IPAdapterUnifiedLoaderFaceID","pos":[396,1446],"size":[315,126],"flags":{},"order":11,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":55,"label":"model"},{"name":"ipadapter","type":"IPADAPTER","link":null,"label":"ipadapter","shape":7}],"outputs":[{"name":"MODEL","type":"MODEL","links":[53],"slot_index":0,"shape":3,"label":"MODEL"},{"name":"ipadapter","type":"IPADAPTER","links":[54],"slot_index":1,"shape":3,"label":"ipadapter"}],"properties":{"Node name for S&R":"IPAdapterUnifiedLoaderFaceID"},"widgets_values":["FACEID PLUS V2",0.6,"CPU"]},{"id":19,"type":"PreviewImage","pos":[2255,493],"size":[711.10595703125,582.158447265625],"flags":{},"order":15,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":36,"label":"images"}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[]},{"id":20,"type":"ApplyInstantID","pos":[1167,1121],"size":[315,266],"flags":{},"order":13,"mode":0,"inputs":[{"name":"instantid","type":"INSTANTID","link":37,"slot_index":0,"label":"instantid"},{"name":"insightface","type":"FACEANALYSIS","link":38,"slot_index":1,"label":"insightface"},{"name":"control_net","type":"CONTROL_NET","link":39,"slot_index":2,"label":"control_net"},{"name":"image","type":"IMAGE","link":40,"slot_index":3,"label":"image"},{"name":"model","type":"MODEL","link":56,"slot_index":4,"label":"model"},{"name":"positive","type":"CONDITIONING","link":42,"label":"positive"},{"name":"negative","type":"CONDITIONING","link":43,"label":"negative"},{"name":"image_kps","type":"IMAGE","link":null,"label":"image_kps","shape":7},{"name":"mask","type":"MASK","link":null,"label":"mask","shape":7}],"outputs":[{"name":"MODEL","type":"MODEL","links":[44],"slot_index":0,"shape":3,"label":"MODEL"},{"name":"positive","type":"CONDITIONING","links":[45],"slot_index":1,"shape":3,"label":"positive"},{"name":"negative","type":"CONDITIONING","links":[46],"slot_index":2,"shape":3,"label":"negative"}],"properties":{"Node name for S&R":"ApplyInstantID"},"widgets_values":[0.8,0,1]},{"id":3,"type":"PreviewImage","pos":[1171,424],"size":[369.5836181640625,357.9977722167969],"flags":{},"order":10,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":4,"label":"images"}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[]},{"id":29,"type":"IPAdapter","pos":[816,1345],"size":[315,190],"flags":{},"order":12,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":53,"label":"model"},{"name":"ipadapter","type":"IPADAPTER","link":54,"label":"ipadapter"},{"name":"image","type":"IMAGE","link":57,"slot_index":2,"label":"image"},{"name":"attn_mask","type":"MASK","link":null,"label":"attn_mask","shape":7}],"outputs":[{"name":"MODEL","type":"MODEL","links":[56],"slot_index":0,"shape":3,"label":"MODEL"}],"properties":{"Node name for S&R":"IPAdapter"},"widgets_values":[0.6,0,0.5,"standard"]},{"id":24,"type":"LoadImage","pos":[363,773],"size":[320.865234375,314],"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[40],"shape":3,"label":"IMAGE"},{"name":"MASK","type":"MASK","links":null,"shape":3,"label":"MASK"}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["scarlett-johansson-clooney-foundation-for-justices-the-albies-110223-1-565b5db407344b9bb650398a16888877.jpg","image"]},{"id":30,"type":"LoadImage","pos":[369,1130],"size":[305.8232421875,314],"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[57],"shape":3,"label":"IMAGE"},{"name":"MASK","type":"MASK","links":null,"shape":3,"label":"MASK"}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["MV5BMTM3OTUwMDYwNl5BMl5BanBnXkFtZTcwNTUyNzc3Nw@@._V1_.jpg","image"]},{"id":1,"type":"Eff. Loader SDXL","pos":[354,297],"size":[400,430],"flags":{},"order":2,"mode":0,"inputs":[{"name":"lora_stack","type":"LORA_STACK","link":null,"label":"lora_stack","shape":7},{"name":"cnet_stack","type":"CONTROL_NET_STACK","link":null,"label":"cnet_stack","shape":7}],"outputs":[{"name":"SDXL_TUPLE","type":"SDXL_TUPLE","links":[1],"slot_index":0,"shape":3,"label":"SDXL_TUPLE"},{"name":"LATENT","type":"LATENT","links":[2],"slot_index":1,"shape":3,"label":"LATENT"},{"name":"VAE","type":"VAE","links":[3],"slot_index":2,"shape":3,"label":"VAE"},{"name":"DEPENDENCIES","type":"DEPENDENCIES","links":null,"shape":3,"label":"DEPENDENCIES"}],"properties":{"Node name for S&R":"Eff. Loader SDXL"},"widgets_values":["juggernautXL_juggXILightningByRD.safetensors",-1,"None",-2,6,2,"Baked VAE","outdoor portrait of a young Spanish woman with soft pink long hair in a wheat field at sunset, white tank top","","none","comfy",1024,1024,1],"color":"#2a363b","bgcolor":"#3f5159","shape":1},{"id":21,"type":"InstantIDModelLoader","pos":[803,986],"size":[315,58],"flags":{},"order":3,"mode":0,"inputs":[],"outputs":[{"name":"INSTANTID","type":"INSTANTID","links":[37],"shape":3,"label":"INSTANTID"}],"properties":{"Node name for S&R":"InstantIDModelLoader"},"widgets_values":["SDXL\\ip-adapter.bin"]},{"id":23,"type":"ControlNetLoader","pos":[806.7271118164062,1207.9083251953125],"size":[305.9090576171875,58.90909194946289],"flags":{},"order":4,"mode":0,"inputs":[],"outputs":[{"name":"CONTROL_NET","type":"CONTROL_NET","links":[39],"shape":3,"label":"CONTROL_NET"}],"properties":{"Node name for S&R":"ControlNetLoader"},"widgets_values":["SDXL\\instantid\\diffusion_pytorch_model.safetensors"]},{"id":16,"type":"UltralyticsDetectorProvider","pos":[1171,837],"size":[315,78],"flags":{},"order":5,"mode":0,"inputs":[],"outputs":[{"name":"BBOX_DETECTOR","type":"BBOX_DETECTOR","links":[34],"slot_index":0,"shape":3,"label":"BBOX_DETECTOR"},{"name":"SEGM_DETECTOR","type":"SEGM_DETECTOR","links":null,"shape":3,"label":"SEGM_DETECTOR"}],"properties":{"Node name for S&R":"UltralyticsDetectorProvider"},"widgets_values":["bbox/face_yolov8m.pt"]},{"id":22,"type":"InstantIDFaceAnalysis","pos":[805,1101],"size":[315,58],"flags":{},"order":6,"mode":0,"inputs":[],"outputs":[{"name":"FACEANALYSIS","type":"FACEANALYSIS","links":[38],"shape":3,"label":"FACEANALYSIS"}],"properties":{"Node name for S&R":"InstantIDFaceAnalysis"},"widgets_values":["CUDA"]},{"id":15,"type":"FaceDetailer","pos":[1707,216],"size":[506.4000244140625,948],"flags":{},"order":14,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":29,"label":"image"},{"name":"model","type":"MODEL","link":44,"label":"model"},{"name":"clip","type":"CLIP","link":30,"label":"clip"},{"name":"vae","type":"VAE","link":31,"label":"vae"},{"name":"positive","type":"CONDITIONING","link":45,"label":"positive"},{"name":"negative","type":"CONDITIONING","link":46,"label":"negative"},{"name":"bbox_detector","type":"BBOX_DETECTOR","link":34,"label":"bbox_detector"},{"name":"sam_model_opt","type":"SAM_MODEL","link":58,"label":"sam_model_opt","shape":7},{"name":"segm_detector_opt","type":"SEGM_DETECTOR","link":null,"label":"segm_detector_opt","shape":7},{"name":"detailer_hook","type":"DETAILER_HOOK","link":null,"label":"detailer_hook","shape":7},{"name":"scheduler_func_opt","type":"SCHEDULER_FUNC","link":null,"shape":7}],"outputs":[{"name":"image","type":"IMAGE","links":[36],"slot_index":0,"shape":3,"label":"image"},{"name":"cropped_refined","type":"IMAGE","links":null,"shape":6,"label":"cropped_refined"},{"name":"cropped_enhanced_alpha","type":"IMAGE","links":null,"shape":6,"label":"cropped_enhanced_alpha"},{"name":"mask","type":"MASK","links":null,"shape":3,"label":"mask"},{"name":"detailer_pipe","type":"DETAILER_PIPE","links":null,"shape":3,"label":"detailer_pipe"},{"name":"cnet_images","type":"IMAGE","links":null,"shape":6,"label":"cnet_images"}],"properties":{"Node name for S&R":"FaceDetailer"},"widgets_values":[384,true,1024,752108788414977,"randomize",30,5,"euler","normal",0.5,5,true,true,0.5,10,3,"center-1",0,0.93,0,0.7,"False",10,"",1,false,20,false,false]},{"id":17,"type":"SAMLoader","pos":[1171,975],"size":[315,82],"flags":{},"order":7,"mode":0,"inputs":[],"outputs":[{"name":"SAM_MODEL","type":"SAM_MODEL","links":[58],"slot_index":0,"shape":3,"label":"SAM_MODEL"}],"properties":{"Node name for S&R":"SAMLoader"},"widgets_values":["ESAM","Prefer GPU"]}],"links":[[1,1,0,2,0,"SDXL_TUPLE"],[2,1,1,2,1,"LATENT"],[3,1,2,2,2,"VAE"],[4,2,3,3,0,"IMAGE"],[27,2,0,18,0,"SDXL_TUPLE"],[29,2,3,15,0,"IMAGE"],[30,18,1,15,2,"CLIP"],[31,2,2,15,3,"VAE"],[34,16,0,15,6,"BBOX_DETECTOR"],[36,15,0,19,0,"IMAGE"],[37,21,0,20,0,"INSTANTID"],[38,22,0,20,1,"FACEANALYSIS"],[39,23,0,20,2,"CONTROL_NET"],[40,24,0,20,3,"IMAGE"],[42,18,2,20,5,"CONDITIONING"],[43,18,3,20,6,"CONDITIONING"],[44,20,0,15,1,"MODEL"],[45,20,1,15,4,"CONDITIONING"],[46,20,2,15,5,"CONDITIONING"],[53,28,0,29,0,"MODEL"],[54,28,1,29,1,"IPADAPTER"],[55,18,0,28,0,"MODEL"],[56,29,0,20,4,"MODEL"],[57,30,0,29,2,"IMAGE"],[58,17,0,15,7,"SAM_MODEL"]],"groups":[],"config":{},"extra":{"ds":{"scale":0.683013455365071,"offset":[-327.4262108560602,-238.80653546683837]},"node_versions":{"efficiency-nodes-comfyui":"1.0.5","comfyui_ipadapter_plus":"2.0.0","comfy-core":"0.3.13","comfyui_zenid":"1.0.0","comfyui-impact-subpack":"1.2.9","comfyui-impact-pack":"8.8.1"}},"version":0.4}


## Additional Context
(Please add any additional context or steps to reproduce the error here)

Other

No response

@feureau feureau added the Potential Bug User is reporting a bug. This should be tested. label Feb 4, 2025
@ltdrdata
Copy link
Collaborator

ltdrdata commented Feb 4, 2025

A dependency of the YOLO World is not compatible with Python 3.12. You need to downgrade pytnon if you want to use that.

@ltdrdata ltdrdata closed this as completed Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Potential Bug User is reporting a bug. This should be tested.
Projects
None yet
Development

No branches or pull requests

2 participants