Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to load module on Comfy start #72

Open
yey-R opened this issue Dec 4, 2024 · 0 comments
Open

Failed to load module on Comfy start #72

yey-R opened this issue Dec 4, 2024 · 0 comments

Comments

@yey-R
Copy link

yey-R commented Dec 4, 2024

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant