Updates for backend list type in object_info

This commit is contained in:
space-nuko
2023-05-14 11:07:52 -05:00
parent 28c9e6ba57
commit 5163fc7d54
2 changed files with 10 additions and 6 deletions

View File

@@ -245,7 +245,7 @@ export default class ComfyApp {
const node: LGraphNodeConstructor = {
class: ctor,
title: nodeData.name,
title: nodeData.display_name || nodeData.name,
type: nodeId,
desc: `ComfyNode: ${nodeId}`
}