Replies: 1 comment 5 replies
-
Entire workflow seems too big to modularize. (Not useful, actually). Try to modularize nodes: (which implemented in ComfyUI) -- (Useful for space saving) -- press and hold Ctrl and choose with mouse all nodes which you want --> than click right mouse button --> Convert to Group node. You need to set custom Name for this 'Group' (Modularized) node. Reverse back: right click --> Convert to nodes. P.S. And, of course, you always have method to write your own Custom_node -- which will include the whole workflow :) Just open Notepad++ and make it manually :) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I couldn't find if this has been discussed anywhere before, so here's my idea.
Imagine the whole workflow is a module that can be used in other workflows! This can simplify things drastically. Let's say you set up a mini-workflow that generates a small image, and has an output of type
Latent
. These modular workflows can have multiple inputs and outputs that you can set, and they can be used in your main workflow as a simple node.Beta Was this translation helpful? Give feedback.
All reactions