Closed tusharbhutt closed 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.
OK thanks, seems like INFO is not common at all. What is it's purpose compared to, say, STR or TEXT?
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.
Sounds cool, hope yo get the image/prompt nodes working so it can be used :)
Nice to see a sampler that implies the various parameters can be saved... but what node accepts "INFO" as the input?