
ComfyUI-Sub-Nodes
Implement a comfortable UI plugin for subgraph nodes
- Create a subgraph workflow that defines inputs and outputs through VIV_Subgraph_inputs and VIV_Subgraph_outputs.
- Create a folder named subnodes in the root directory of the ComfyUI installation directory to store subgraph workflows.
- Use VIV_Subgraph node to call subgraphs, automatically fill in input/output, support progress bar and preview display.
- Support the transfer of any object between subgraphs.
- The subgraph nodes have added additional keys to support subgraph operation, improving the flexibility of the workflow.
- Support exporting workflows in API format, but some information may be lost.
- The creation and calling of subgraphs are simple, intuitive, and easy to learn.
Product Details
ComfyUI Sub Nodes is an open-source project on GitHub aimed at providing subgraph node functionality for ComfyUI. It allows users to create and use subgraphs in ComfyUI to improve the organization and reusability of workflows. This plugin is particularly suitable for developers who need to manage complex workflows in the UI.