You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: