Skip to content

Commit 04278af

Browse files
authored
feat: return import_failed from init_extra_nodes function (Comfy-Org#4694)
1 parent 935ae15 commit 04278af

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nodes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2129,3 +2129,5 @@ def init_extra_nodes(init_custom_nodes=True):
21292129
else:
21302130
logging.warning("Please do a: pip install -r requirements.txt")
21312131
logging.warning("")
2132+
2133+
return import_failed

0 commit comments

Comments
 (0)