mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-25 13:50:15 +08:00
Change message.
This commit is contained in:
parent
7be72f611d
commit
ef3551846c
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