-
Notifications
You must be signed in to change notification settings - Fork 18
Description
I can't install the nodes correctly because I get this error:
Traceback (most recent call last):
File "C:\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2133, in load_custom_node
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1026, in exec_module
File "", line 488, in call_with_frames_removed
File "C:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_facetools_init.py", line 1, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "C:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_facetools\nodes.py", line 3, in
from .utils import *
File "C:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_facetools\utils.py", line 6, in
import mediapipe as mp
ModuleNotFoundError: No module named 'mediapipe'
I'm using the portable version of Comfy and it says it's using Python 3.13.
Thanks