kijai / ComfyUI-moondream

ComfyUI node to use the moondream tiny vision language model
89 stars 13 forks source link

ModuleNotFoundError: No module named 'einops' #1

Open EightiesPower opened 7 months ago

EightiesPower commented 7 months ago

When I use the sample.py script, I get the following error:

Traceback (most recent call last): File "G:\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-moondream\sample.py", line 4, in from moondream import Moondream, detect_device File "G:\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-moondream\moondream__init__.py", line 2, in from .moondream import Moondream File "G:\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-moondream\moondream\moondream.py", line 3, in from .vision_encoder import VisionEncoder File "G:\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-moondream\moondream\vision_encoder.py", line 4, in from einops import rearrange ModuleNotFoundError: No module named 'einops' PS G:\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-moondream>