We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af75df commit 7ad5a71Copy full SHA for 7ad5a71
__init__.py
@@ -23,7 +23,7 @@
23
from .nodes import comfyui_tooling_nodes
24
NODE_CLASS_MAPPINGS.update(comfyui_tooling_nodes.NODE_CLASS_MAPPINGS)
25
NODE_DISPLAY_NAME_MAPPINGS.update(comfyui_tooling_nodes.NODE_DISPLAY_NAME_MAPPINGS)
26
-except ImportError as e:
+except (ImportError, AttributeError) as e:
27
success = False
28
print(
29
f'''\033[34mComfyScript: \033[91mFailed to load nodes due to missing submodules: {e}.
0 commit comments