Fallback for node title
This commit is contained in:
parent
5bcbc007dd
commit
e6e30ee7cb
|
@ -777,7 +777,7 @@ class ComfyApp {
|
|||
app.#invokeExtensionsAsync("nodeCreated", this);
|
||||
},
|
||||
{
|
||||
title: nodeData.display_name,
|
||||
title: nodeData.display_name || nodeData.name,
|
||||
comfyClass: nodeData.name,
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue