Age | Commit message (Collapse) | Author |
|
election
rework VAE resolving code to be more simple
|
|
in ids for scripts that only exist on one tab
|
|
|
|
prefixes from img exclusive scripts
|
|
|
|
|
|
|
|
|
|
Adds upscale latent space for hires., VAE, and Styles as new axis options to the X/Y plot.
|
|
fix #3451 scripts ignores file format settings for grids
|
|
|
|
|
|
sampler index
|
|
|
|
components and show/hide those; this will break scripts that create invisible components and rely on UI but the earlier i make this change the better
|
|
|
|
Use `True` and `False` to select values.
|
|
|
|
also useful for keeping settings cache and restore logic together, and nice for code reuse (other third party scripts can import this class)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
filename that people who use zip instead of git clone will have
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #1049
|
|
When using the 'Sampler' or 'Checkpoint' options, if one of the entered
names has a typo, an error will only be thrown once the `draw_xy_grid`
loop reaches that name. This can waste a lot of time for large grids
with a typo near the end of a list, since the script needs to start over
and re-generate any earlier images to finish making the grid.
Also fixing typo in variable name in `draw_xy_grid`.
|
|
|
|
|
|
|
|
split vals not 's' from tests
|
|
|
|
|
|
|