mcmonkeyprojects / sd-infinity-grid-generator-script

Infinite-Axis Grid Generator for Stable Diffusion!
MIT License
180 stars 24 forks source link

Feature request: change order of axis values #98

Closed rjgoif closed 1 year ago

rjgoif commented 1 year ago

This would be a huge one for model comparisons:

When exploring how to train a model, a lot of variants can be explored independantly (e.g. training image sets, steps, network alpha, schedulers, etc.) and it's great to compare results side by side in a particular order. However, this order may not reflect the order of the initial grid construction, and might change by which comparisons you want to make.

It would be extremely useful to be able to re-order the values of an axis in a pre-existing grid.

This way, you could build a master grid of your models as you train them, comparing them pair wise or in lists as needed on the fly.

Not sure if this is would be easy, but worth a shot asking.

mcmonkey4eva commented 1 year ago

That's easy to do if you use the full-fat YAML input format (which you should be doing if you're building a master grid with updates over time)