A small collection of "How To" worked examples #171
Replies: 5 comments
-
I will share a version of that workflow once it's completed. One of the ideas behind that workflow is that each bypassable ( muted ) group, could also be saved as a template. The [ aegisflow_utility_nodes ] does Auto Grouping of Nodes placed as templates. https://github.com/aegis72/aegisflow_utility_nodes The node suite creator also has this workflow system for Comfy UI, based on UE? nodes + node templates. |
Beta Was this translation helpful? Give feedback.
-
I was using UE links mostly between groups, as described above. UE can make all the "back end" connections automatically ! And I think I will not need switch nodes anymore ! Here is a preprocessor group, sending images to 2 ControlNet groups. Here are all the "backend" connections, via UE. Next is a more complex use case, with group restriction and color restriction. This is a group where the main prompt is combined with a new prompt. I also used a switch node to make my selection, because I didn't even want to touch cables in that group, in order not to risk messing up my "backend "configuration. But now, I just can use regular wires to "switch" my selection. Since they are the only ones visible, they are very easy and fun to use. Here are all the "back end" conections, with UE wires. |
Beta Was this translation helpful? Give feedback.
-
Once we have created the "back end" connections ( to add all the options ), we can just add more UE? nodes to the "front end" ( to have extra "switches", with more selected options ). Here I'm still sending the combined prompt to the "Sampler 1" group ( via the "ControlNet" groups sequence ). But for the "Sampler 2" group ( Refiner ), I'm sending only the 2nd prompt ( with with priority boost ). In my case, the "ControlNet1" and "ControlNet2" groups, have priority 1 and 2 already, and they send to both "Sampler" groups. So, for this to work, with the ControlNet groups enabled ( unmuted ), I need to send to the "Sampler 2" group with priority 3. |
Beta Was this translation helpful? Give feedback.
-
Using Fast Group Muter ( rgthree ) nodes, we can create a "Control Panel'', for all the group sequences, for each type of data. Here I have sequences for conditioning, and for the image ( after being created by the KSampler ). If I enable the ControlNet Preprocessor group here, the option to be used, will be the one selected with the regular wires, inside the group, as shown in the post above. I can use the arrows in the rgthree node, to go quickly navigate to any group, and change my options. Next I'm planning to add another sequence, for "model" ( purple wires ), with IPAdapter groups. |
Beta Was this translation helpful? Give feedback.
-
Here is how I'm organizing the groups in the workflow. I'm using the same seed, sampler and scheduler, for all the stages, via UE? nodes, and KSampler Config ( rgthree ) nodes. To keep a clean look, I'm merging nodes. In this case, Face Detailer ( before Ultimate Upscaler ) is removing the paint from the face, ( despite being in the prompt ). |
Beta Was this translation helpful? Give feedback.
-
I wonder if we might be able to build a small collection of "How To"s - that illustrate how to do some clever things like @JorgeR81's group bypasses
I'll create an section in the Discussions for it - maybe a single thread for each "How To" - for anyone who feels like contributing!
Beta Was this translation helpful? Give feedback.
All reactions