Add human-readable names for nodes

This commit is contained in:
City
2023-03-30 23:13:58 +02:00
parent 9a27030519
commit 5bcbc007dd
3 changed files with 51 additions and 2 deletions

View File

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