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
Load Imact Pack custom node without issue
The custom node errored see logs below
add the impact pack node as follows to the Dockerfile
RUN uv pip install git+https://github.com/AppMana/appmana-comfyui-nodes-impact-pack
The error was as follows backend-1 | ERROR:root:Failed to load custom config plugin backend-1 | Traceback (most recent call last): backend-1 | File "/usr/local/lib/python3.12/dist-packages/comfy/cli_args.py", line 247, in _create_parser backend-1 | plugin_callable: ConfigurationExtender | ModuleType = entry_point.load() backend-1 | ^^^^^^^^^^^^^^^^^^ backend-1 | File "/usr/local/lib/python3.12/dist-packages/importlib_metadata/__init__.py", line 189, in load backend-1 | module = import_module(match.group('module')) backend-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ backend-1 | File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module backend-1 | return _bootstrap._gcd_import(name[level:], package, level) backend-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ backend-1 | File "<frozen importlib._bootstrap>", line 1387, in _gcd_import backend-1 | File "<frozen importlib._bootstrap>", line 1360, in _find_and_load backend-1 | File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked backend-1 | File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed backend-1 | File "<frozen importlib._bootstrap>", line 1387, in _gcd_import backend-1 | File "<frozen importlib._bootstrap>", line 1360, in _find_and_load backend-1 | File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked backend-1 | File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed backend-1 | File "<frozen importlib._bootstrap>", line 1387, in _gcd_import backend-1 | File "<frozen importlib._bootstrap>", line 1360, in _find_and_load backend-1 | File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked backend-1 | ModuleNotFoundError: No module named 'comfyui_impact_pack.modules' frontend-1 | ERROR:root:A module was not found while importing nodes via an entry point: EntryPoint(name='comfyui_impact_pack', value='comfyui_impact_pack.modules.impact.nodes', group='comfyui.custom_nodes'). Please ensure the entry point in setup.py is named correctly frontend-1 | Traceback (most recent call last): frontend-1 | File "/usr/local/lib/python3.12/dist-packages/comfy/nodes/package.py", line 130, in import_all_nodes_in_workspace frontend-1 | module = entry_point.load() frontend-1 | ^^^^^^^^^^^^^^^^^^ frontend-1 | File "/usr/local/lib/python3.12/dist-packages/importlib_metadata/__init__.py", line 189, in load frontend-1 | module = import_module(match.group('module')) frontend-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ frontend-1 | File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module frontend-1 | return _bootstrap._gcd_import(name[level:], package, level) frontend-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ frontend-1 | File "<frozen importlib._bootstrap>", line 1387, in _gcd_import frontend-1 | File "<frozen importlib._bootstrap>", line 1360, in _find_and_load frontend-1 | File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked frontend-1 | File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed frontend-1 | File "<frozen importlib._bootstrap>", line 1387, in _gcd_import frontend-1 | File "<frozen importlib._bootstrap>", line 1360, in _find_and_load frontend-1 | File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked frontend-1 | File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed frontend-1 | File "<frozen importlib._bootstrap>", line 1387, in _gcd_import frontend-1 | File "<frozen importlib._bootstrap>", line 1360, in _find_and_load frontend-1 | File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked frontend-1 | ModuleNotFoundError: No module named 'comfyui_impact_pack.modules'
see PR
AppMana/appmana-comfyui-nodes-impact-pack#1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Load Imact Pack custom node without issue
Actual Behavior
The custom node errored see logs below
Steps to Reproduce
add the impact pack node as follows to the Dockerfile
Debug Logs
Other
see PR
AppMana/appmana-comfyui-nodes-impact-pack#1
The text was updated successfully, but these errors were encountered: