mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-03 16:57:57 +08:00
Add human-readable names for nodes
This commit is contained in:
@ -777,7 +777,7 @@ class ComfyApp {
|
||||
app.#invokeExtensionsAsync("nodeCreated", this);
|
||||
},
|
||||
{
|
||||
title: nodeData.name,
|
||||
title: nodeData.display_name,
|
||||
comfyClass: nodeData.name,
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user