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

ModuleNotFoundError: No module named 'skimage' #476

Open
deepakpf opened this issue Oct 27, 2024 · 1 comment
Open

ModuleNotFoundError: No module named 'skimage' #476

deepakpf opened this issue Oct 27, 2024 · 1 comment

Comments

@deepakpf
Copy link

I used stability matrix to install comfyui and this is my first time using it. I got this error when installing this node.

Full error log from comfyui_controlnet_aux:
Traceback (most recent call last):
File "C:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui_controlnet_aux_init_.py", line 30, in load_nodes
module = importlib.import_module(
File "importlib_init_.py", line 126, in import_module
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in call_with_frames_removed
File "C:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py", line 5, in
from custom_controlnet_aux.dwpose import DwposeDetector, AnimalposeDetector
File "C:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose_init
.py", line 17, in
from .hand import Hand
File "C:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\hand.py", line 10, in
from skimage.measure import label
ModuleNotFoundError: No module named 'skimage'

Traceback (most recent call last):
File "C:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui_controlnet_aux_init_.py", line 30, in load_nodes
module = importlib.import_module(
File "importlib_init_.py", line 126, in import_module
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in call_with_frames_removed
File "C:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\pose_keypoint_postprocess.py", line 11, in
from ..src.custom_controlnet_aux.dwpose import draw_poses, draw_animalposes, decode_json_as_poses
File "C:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose_init
.py", line 17, in
from .hand import Hand
File "C:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\hand.py", line 10, in
from skimage.measure import label
ModuleNotFoundError: No module named 'skimage'

[comfyui_controlnet_aux] | INFO -> Some nodes failed to load:
Failed to import module dwpose because ModuleNotFoundError: No module named 'skimage'
Failed to import module pose_keypoint_postprocess because ModuleNotFoundError: No module named 'skimage'

@emogie
Copy link

emogie commented Nov 16, 2024

pip install scikit-image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants