Replies: 2 comments 3 replies
-
After so much effort in making the Controller a "mirror" of the graph's canvas, it feels like a step backwards, having to introduce a new concept, just for the Controller. The Group colors are working very well in the controller. I think it's a similar problem to the one we were discussing at the ComfyUI repo, about InvokeAI. If we make the Controller different from what's happening in the graph canvas, it may help, at first, in specific workflows, but in the long run, the Controller it would be harder and less intuitive to use.
If we want these nodes together in the Controller, we probably also wanted them together in the workflow. There are other extensions that can help with that. |
Beta Was this translation helpful? Give feedback.
-
This sort of thing is exactly why I implemented the groups by name!
…On Mon, 4 Nov 2024 at 8:12 AM, LukeG89 ***@***.***> wrote:
You know if you have multiple groups with the same name the controller
treats them as one?
Didn't know that! That would work as a custom category!
Nevermind guys!
—
Reply to this email directly, view it on GitHub
<#271 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBLMA5JN7U6TACNVVOGCUTZ62GVPAVCNFSM6AAAAABRCW2RN6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMJTGY3DOOA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just an idea.
It may happen that users want specific nodes in the same place, even when they are far from each other and/or belong to other groups (or not).
Currently as a workaround, you need to keep them outside of the groups and use the "ungrouped" category.
But it's not the best option, because:
(especially if you have many out-of-group nodes)
What if users can create custom categories with specific name?
Proposed workflows:
Option 1:
Controller Panel
Include in category
After you saved, you can:
Option 2:
Add category
Now you can:
Controller Panel
Include in category
This would overcome the current "limitations" of groups.
Categories can be used as alteratives of groups.
@chrisgoringe @JorgeR81 What do you think?
Beta Was this translation helpful? Give feedback.
All reactions