forked from space-nuko/litegraph.ts
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
FRfeature requestfeature request
Description
Implement getter and setter nodes that determine node connections in a hidden form
启发来自:
https://github.com/komojini/komojini-comfyui-nodes?tab=readme-ov-file#getter--setter-nodes
原理其实很简单,完全可以实现在core中,或者内置node
但是可能还有一些扩展问题要考虑:
- 作用域,也许可以区分 componet / subgraph / global 变量的 getter setter
- 类型检查
- 有点类似 subgraph 里面的 input output ,也许可以作为 input output 的基类实现
Metadata
Metadata
Assignees
Labels
FRfeature requestfeature request