wallish77 / wlsh_nodes

WLSH ComfyUI Nodes
GNU General Public License v3.0
96 stars 13 forks source link

How to use INFO from KSampler? #10

Closed tusharbhutt closed 1 year ago

tusharbhutt commented 1 year ago

Nice to see a sampler that implies the various parameters can be saved... but what node accepts "INFO" as the input?

wallish77 commented 1 year ago

There are a few image/prompt saving nodes in the IO tree that use INFO, but it seems there's something wrong currently that is preventing them from showing up for some people (#9). The "Image Save with Prompt Data" is one of them.

tusharbhutt commented 1 year ago

OK thanks, seems like INFO is not common at all. What is it's purpose compared to, say, STR or TEXT?

wallish77 commented 1 year ago

INFO is a custom output that is just a dictionary with a bunch of the sampler parameters in it. They get packaged up by the KSampler node and then unpackaged by whatever file saving node is using them so that they can be embedded into the image in a similar way as how Auto1111 does it.

tusharbhutt commented 1 year ago

Sounds cool, hope yo get the image/prompt nodes working so it can be used :)