Commit e6e30ee7 authored by City's avatar City
Browse files

Fallback for node title

parent 5bcbc007
......@@ -777,7 +777,7 @@ class ComfyApp {
app.#invokeExtensionsAsync("nodeCreated", this);
},
{
title: nodeData.display_name,
title: nodeData.display_name || nodeData.name,
comfyClass: nodeData.name,
}
);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment