"...git@developer.sourcefind.cn:modelzoo/bladedisc_deepmd.git" did not exist on "56d2b104df15b509ff1c7417a923bc25312440dd"
Commit e6e30ee7 authored by City's avatar City
Browse files

Fallback for node title

parent 5bcbc007
...@@ -777,7 +777,7 @@ class ComfyApp { ...@@ -777,7 +777,7 @@ class ComfyApp {
app.#invokeExtensionsAsync("nodeCreated", this); app.#invokeExtensionsAsync("nodeCreated", this);
}, },
{ {
title: nodeData.display_name, title: nodeData.display_name || nodeData.name,
comfyClass: 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