Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
f3c6d7ad
Commit
f3c6d7ad
authored
Feb 13, 2023
by
Hacker 17082006
Browse files
.
parent
5ce4b9ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nodes.py
nodes.py
+1
-1
No files found.
nodes.py
View file @
f3c6d7ad
...
...
@@ -607,7 +607,7 @@ def load_custom_nodes():
if
getattr
(
custom_nodes
,
"NODE_CLASS_MAPPINGS"
)
is
not
None
:
NODE_CLASS_MAPPINGS
.
update
(
custom_nodes
.
NODE_CLASS_MAPPINGS
)
else
:
NODE_CLASS_MAPPINGS
[
possible_module
]
=
custom_nodes
print
(
f
"Skip
{
possible_module
}
node due to the lack of NODE_CLASS_MAPPINGS."
)
except
ImportError
as
e
:
print
(
f
"Cannot import
{
possible_module
}
node."
)
print
(
e
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment