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

was working the other day #18

Open
brianzz462 opened this issue Nov 7, 2024 · 1 comment
Open

was working the other day #18

brianzz462 opened this issue Nov 7, 2024 · 1 comment

Comments

@brianzz462
Copy link

Traceback (most recent call last):
File "F:\AI_install\image generation\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2012, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "F:\AI_install\image generation\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_RyanOnTheInside_init
.py", line 43, in
from .nodes.masks.temporal_masks import (
File "F:\AI_install\image generation\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_RyanOnTheInside\nodes\masks\temporal_masks.py", line 1, in
from .mask_base import TemporalMaskBase
File "F:\AI_install\image generation\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_RyanOnTheInside\nodes\masks\mask_base.py", line 5, in
from .mask_utils import (
File "F:\AI_install\image generation\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_RyanOnTheInside\nodes\masks\mask_utils.py", line 9, in
from skimage import draw
ModuleNotFoundError: No module named 'skimage'

Cannot import F:\AI_install\image generation\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_RyanOnTheInside module for custom nodes: No module named 'skimage'

@brayevalerien
Copy link

pip install scikit-image
in your venv

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