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
721f8510
"tools/vscode:/vscode.git/clone" did not exist on "2939554bd8db12d49afdfdc75b09e09ebb847712"
Commit
721f8510
authored
Feb 13, 2023
by
Hacker 17082006
Browse files
Change the words a bit
parent
f3c6d7ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
nodes.py
nodes.py
+2
-2
No files found.
nodes.py
View file @
721f8510
...
...
@@ -607,9 +607,9 @@ def load_custom_nodes():
if
getattr
(
custom_nodes
,
"NODE_CLASS_MAPPINGS"
)
is
not
None
:
NODE_CLASS_MAPPINGS
.
update
(
custom_nodes
.
NODE_CLASS_MAPPINGS
)
else
:
print
(
f
"Skip
{
possible_module
}
node due to the lack of NODE_CLASS_MAPPINGS."
)
print
(
f
"Skip
{
possible_module
}
module for custom
node
s
due to the lack of NODE_CLASS_MAPPINGS."
)
except
ImportError
as
e
:
print
(
f
"Cannot import
{
possible_module
}
node."
)
print
(
f
"Cannot import
{
possible_module
}
module for custom
node
s
."
)
print
(
e
)
load_custom_nodes
()
\ No newline at end of file
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