mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-20 03:13:30 +00:00
Add title to the API workflow json. (#2380)
* Add `title` to the API workflow json. * API: Move `title` to `_meta` dictionary, imply unused.
This commit is contained in:
parent
f21bb41787
commit
f15dce71fd
@ -1784,6 +1784,10 @@ export class ComfyApp {
|
|||||||
output[String(node.id)] = {
|
output[String(node.id)] = {
|
||||||
inputs,
|
inputs,
|
||||||
class_type: node.comfyClass,
|
class_type: node.comfyClass,
|
||||||
|
// Ignored by the backend.
|
||||||
|
"_meta": {
|
||||||
|
title: node.title,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user