Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
also useful for keeping settings cache and restore logic together, and nice for code reuse (other third party scripts can import this class)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some params in img2imgalt are fixed,
such as `Sampling method` and `Denosing Strength`.
And some params should be matched with those in decode, such as `steps`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
filename that people who use zip instead of git clone will have
|
|
|
|
|
|
|
|
|
|
Before a new batch would use the last image from the previous batch. Now
each batch will use the original image for the init image at the start of the
batch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|