viperyl / ComfyUI-BiRefNet

196 stars 19 forks source link

ModuleNotFoundError: No module named 'loguru' #12

Open eyestudio opened 4 months ago

eyestudio commented 4 months ago

When starting ComfyUI, an error is reported:

Traceback (most recent call last): File "G:\SD_Zhh\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1887, 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 "G:\SD_Zhh\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet__init__.py", line 3, in from .BiRefNet_node import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "G:\SD_Zhh\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet\BiRefNet_node.py", line 18, in from loguru import logger ModuleNotFoundError: No module named 'loguru'

Cannot import G:\SD_Zhh\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet module for custom nodes: No module named 'loguru'