mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
nit
This commit is contained in:
parent
fd29dc5133
commit
c2ac84c3d3
@ -1,6 +1,14 @@
|
|||||||
/**
|
/**
|
||||||
* Attaches metadata to the workflow on save
|
* Attaches metadata to the workflow on save
|
||||||
* - custom node pack version to all custom nodes used in the workflow
|
* - custom node pack version to all custom nodes used in the workflow
|
||||||
|
*
|
||||||
|
* Example metadata:
|
||||||
|
"extra": {
|
||||||
|
"node_versions": {
|
||||||
|
"comfy-core": "v0.3.8-4-g0b2eb7f",
|
||||||
|
"comfyui-easy-use": "1.2.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { app } from "../../scripts/app.js";
|
import { app } from "../../scripts/app.js";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user