Skip to content

ModuleNotFoundError: No module named 'loguru' #12

Description

@eyestudio

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions