mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
Change message.
This commit is contained in:
parent
cf439709b6
commit
92bf1cb61e
2
nodes.py
2
nodes.py
@ -1341,7 +1341,7 @@ def load_custom_nodes():
|
|||||||
|
|
||||||
slow_nodes = list(filter(lambda a: a[0] > 1.0, node_import_times))
|
slow_nodes = list(filter(lambda a: a[0] > 1.0, node_import_times))
|
||||||
if len(slow_nodes) > 0:
|
if len(slow_nodes) > 0:
|
||||||
print("\nDetected some custom nodes that were slow to import:")
|
print("\nImport times for custom nodes:")
|
||||||
for n in sorted(slow_nodes):
|
for n in sorted(slow_nodes):
|
||||||
print("{:6.1f} seconds to import:".format(n[0]), n[1])
|
print("{:6.1f} seconds to import:".format(n[0]), n[1])
|
||||||
print()
|
print()
|
||||||
|
Loading…
Reference in New Issue
Block a user