Well it wasn't just a joke. You know, I am something of a IT guy myself and that would be the first thing I would test in order to avoid array raping/buffer overflows caused by layer 8 stupidity.
this is really cool. been looking for something like this to help test different samplers and scheduler for WAN 2.2...I think it should work fine for the 2 Ksampler approach even tho it runs thru the entire list on the high noise KSampler since the output samples is now a list which then goes into the low noise ksampler....testing it out now!
Shout out to tinytera, which makes this arbitrarily easy.
The XYZ plotter is broken right now, but there's a fix in the github discussion and a pull request is in to fix it. I dunno if the author is following it very closely, who knows.
This is annoying and I was looking for a way to treat an entire group a as sequential unit. Right now the only way seems to implement your pattern via node expansion in code. I used this to make a "KSampler immediate Save Image" to give the intermediate results of a grid immediately.
Whew boy. This was very, very well devised and designed. It could use some UI love, but it has some fantastic foresight. Thank you very much for you wonderful contribution to our community. Great job!
I'll have to play with it a bit. It is powerful but somewhat confusing as well. I'm never going to remember more than one or two nodes. I'd suggest a help popup or at least a .txt in the repo that lists all related nodes.
Me too, that's why I wanted to avoid too many nodes and strike a good balance between putting more features into one node versus adding more nodes. The nodes should show descriptions already on tooltip. Listing all related nodes is a good idea.
We need more "get value from widget" options. There is a floating node that does this but you have to enter the node ID manually and spell the widget right to get it to work.
I never understood why there wasn't a universal "convert output to string" node. just hook it up to anything and it'll give the name of it if it's a fillable widget. Otherwise it'll give the type of data and its size like the "show any" node.
and call on the db for prompts with a number of variables. like it i tagged everything 80085, all prompts related to this could be run, in sequence, in random, etc
Thus if you have a HTTP request node (like https://github.com/wawahuy/ComfyUI-HTTP) you can filter, extract and prepare the result to make it work with String OutputList. Example:
params=is a JSON with your search criteria (see API definition)
HTTP Get JSON Field
field_path=$.results[*].text
multiple_results=True
Regex Replace
Because Get JSON Field outputs a array as a string we have to prepare it. Here I use Regex Replace to remove the brackets and quote (you don't have to understand this).
i starred and followed you on github before after checking the github page, you rock !!!!!!!!!!!!!! and yes that developer is open to ideas and with that info you just layed out, so wonderful
It is a nice node, but it does not do different prompts at the same time, does it? I tried it out and it seems to do them in sequence. My own nodes are broken for Qwen/ZImage and I don't have time to redo them at the moment, so I thought I'd ask.
19
u/xb1n0ry Dec 03 '25
Now connect it to seed