Updates for backend list type in object_info
This commit is contained in:
@@ -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}`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user