"git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "6c5990f7dba2d5d0ad04c7ed5a702b067926cbe2"
Unverified Commit f15dce71 authored by AYF's avatar AYF Committed by GitHub
Browse files

Add title to the API workflow json. (#2380)

* Add `title` to the API workflow json.

* API: Move `title` to `_meta` dictionary, imply unused.
parent f21bb417
......@@ -1784,6 +1784,10 @@ export class ComfyApp {
output[String(node.id)] = {
inputs,
class_type: node.comfyClass,
// Ignored by the backend.
"_meta": {
title: node.title,
},
};
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment