Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes bug where if Type is Nothing and axis values are filled out (from ie. previously using another Type), it will still needlessly run it N times (with identical results).
|
|
added eta parameter to parameters output for generated images
split eta settings into ancestral and ddim (because they have different default values)
|
|
|
|
|
|
|
|
|
|
improvements (#890)
Fix to XY_Grid script console progress bar and other progress bar improvements #890
|
|
before any processing begins
|
|
|
|
|
|
|
|
|
|
Extras have none of the vars used in dir names, so they cant be saved into dirs.
+grid code cleanup
|
|
the prompt #306
|
|
|