Skip to content

Commit 5b87369

Browse files
authored
Load titles from API format JSON (comfyanonymous#3563)
1 parent efa5a71 commit 5b87369

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/scripts/app.js

+1
Original file line numberDiff line numberDiff line change
@@ -2238,6 +2238,7 @@ export class ComfyApp {
22382238
const data = apiData[id];
22392239
const node = LiteGraph.createNode(data.class_type);
22402240
node.id = isNaN(+id) ? id : +id;
2241+
node.title = data._meta?.title ?? node.title
22412242
graph.add(node);
22422243
}
22432244

0 commit comments

Comments
 (0)