Question: is it possible to create (using the action button maybe) a 'select 2 out of X' input switch for the image compare from RGthree? #148
Replies: 2 comments 1 reply
-
|
I kind of cheesed this to achieve somewhat what you are asking for. I my case i have all 9 samplers groups (similar to your 3) to compare effect of sampler (everything else being same)
This would show all and than each individual group. All allows you to toggle off all of them quickly and you have toggles for each individual one. Sure there is no validation if none are selected. If one is toggled comparer will compare the image to itself. When 2 toggled it works perfectly. When 3 or more toggled it will take first and last ignore middle selection. Note: JPS-Nodes has image switch node but i dont like the UI where you select the number. With my setup you kinda can use name and number. I think i might create a custom node for this that would allow you to select compare images sometimes. |
Beta Was this translation helpful? Give feedback.
-
|
I dunno about rgthree, but here's how I would do it in the laziest way possible:
It's also called a multiplexer, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
A picture paints a thousand words:

I'm doing this demo tutorial on how to use SDXL 'properly'. In order to demo the outcome, I generate 3+ outputs with various techniques. So far so good. Now i want to compare the results. So i use the excellent Rgthree 'image compare' but.. it only takes TWO inputs (evidently).
Let's imagine I have three outcomes refered to as A, B and C.
How would I organize my workflow using RGthree to be able to quickly select "A vs C" or "B vs C" or "A vs B" (you get the point).
The image i uploaded is simplified on purpose, the 'real' output has dozens of potential outputs, hence why i think Rghtree woudl be useful here, but I can't wrap my head around a 'clean' way to do this.
Any pointers, worflow examples etc would be appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions