We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently using this custom node in one of my projects with ComfyUI.
Version hash: 3bba732915e22f18af0d221b9c5c282990181f1b ComfyUI version hash: f7695b5f9e007136da72bd3e79d601e2814a3890
3bba732915e22f18af0d221b9c5c282990181f1b
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: