spacepxl / ComfyUI-Florence-2

Florence-2 image captioning and tasks
https://huggingface.co/microsoft/Florence-2-large
MIT License
66 stars 5 forks source link

Import error #15

Open yamatazen opened 2 months ago

yamatazen commented 2 months ago

This is the error message on the console. \Traceback (most recent call last): File "C:\Users\yamat\Desktop\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1931, 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 "C:\Users\yamat\Desktop\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence-2__init__.py", line 1, in from .Florence import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "C:\Users\yamat\Desktop\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence-2\Florence.py", line 9, in import matplotlib.pyplot as plt ModuleNotFoundError: No module named 'matplotlib'

Cannot import C:\Users\yamat\Desktop\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence-2 module for custom nodes: No module named 'matplotlib'

jfjensen commented 2 months ago

same issue here