invoke-ai / invoke-ai/InvokeAI
feat(nodes): Node Groups
Open
nodes / workflows
web ui
- Dominant language
- Python
- Stars
- 28.2k
- Forks
- 3k
- Avg merge
- 6d 5h
- Merged PRs (30d)
- 19
Description
## Summary
Many node based tools allow users to group nodes together to be able to improve workflow visibility and simplify reusing parts of workflows
## Intended Outcome
- Users are able to group and save nodes together in InvokeAI's workflow editor
- These groups are able to be reused across workflows
There's some support for this in `reactflow`.
This probably needs to be represented very generally in the workflow objects, and derived by the app. This way we can change the implementation without breaking existing workflows.
Requires careful planning.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.