You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: invokeai/app/invocations/__init__.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
+
importimportlib
1
2
frompathlibimportPath
2
3
3
-
# import any folders within 'custom_nodes/src/' as modules (for better devcontainer development).
4
-
from .custom_nodesimport*# type: ignore[reportUnusedImport]
4
+
# import any devcontainer mounted nodes within 'custom_nodes' as modules (devcontainer mounts them here instead of /invokeai/nodes to avoid confusing development tools like the debugger or pylance or whatever).
0 commit comments