Skip to content

Failed to load module on Comfy start #72

@yey-R

Description

@yey-R

Currently using this custom node in one of my projects with ComfyUI.

Version hash: 3bba732915e22f18af0d221b9c5c282990181f1b
ComfyUI version hash: f7695b5f9e007136da72bd3e79d601e2814a3890

While loading the custom_nodes with ComfyUI, I get this error:

[2024-12-04 10:41:57.529] Traceback (most recent call last):
  File "/var/www/ComfyUI/nodes.py", line 2035, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/var/www/ComfyUI/custom_nodes/ComfyUI-AdvancedLivePortrait/__init__.py", line 1, in <module>
    from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "/var/www/ComfyUI/custom_nodes/ComfyUI-AdvancedLivePortrait/nodes.py", line 529, in <module>
    os.mkdir(exp_data_dir)
FileExistsError: [Errno 17] File exists: '/var/www/ComfyUI/output/exp_data'

[2024-12-04 10:41:57.529] Cannot import /var/www/ComfyUI/custom_nodes/ComfyUI-AdvancedLivePortrait module for custom nodes: [Errno 17] File exists: '/var/www/ComfyUI/output/exp_data'

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