This commit is contained in:
comfyanonymous
2023-04-08 15:50:26 -04:00
4 changed files with 58 additions and 2 deletions

View File

@@ -835,7 +835,7 @@ class ComfyApp {
app.#invokeExtensionsAsync("nodeCreated", this);
},
{
title: nodeData.name,
title: nodeData.display_name || nodeData.name,
comfyClass: nodeData.name,
}
);