This is mostly a heads-up for @lstein @tildebyte etc: I want to refactor the internal tracking of image settings so that there's a single class which holds the information for generating an image (prompt, seed, steps, sampler, etc). It could be parsed from, and serialized to, both structured metadata (with a translation layer for the extra fields) and prompts.
This will touch a lot of code, so I want to make sure no one objects or is doing something which would get disrupted by this before I start.
This is mostly a heads-up for @lstein @tildebyte etc: I want to refactor the internal tracking of image settings so that there's a single class which holds the information for generating an image (prompt, seed, steps, sampler, etc). It could be parsed from, and serialized to, both structured metadata (with a translation layer for the extra fields) and prompts.
This will touch a lot of code, so I want to make sure no one objects or is doing something which would get disrupted by this before I start.