aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/xy_grid.py
Commit message (Collapse)AuthorAgeFilesLines
* use closest match checkpoint methodDepFA2022-09-301-5/+2
|
* scripts/xy_grid: Handle edge-case with non-empty axis valuesNick Renieris2022-09-291-0/+3
| | | | 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 support for automatically installing latest k-diffusionAUTOMATIC2022-09-281-6/+6
| | | | | added eta parameter to parameters output for generated images split eta settings into ancestral and ddim (because they have different default values)
* Add DDIM Eta to txt2img in xy_gridDepFA2022-09-271-2/+2
|
* Add extra sampler params to xy_gridDepFA2022-09-271-1/+6
|
* xy_grid - Show blank cells when grid is incompleteDepFA2022-09-271-1/+5
|
* Reformat some changes from the previous commit.AUTOMATIC2022-09-241-11/+8
|
* Fix to XY_Grid script console progress bar and other progress bar ↵RnDMonkey2022-09-241-4/+28
| | | | | improvements (#890) Fix to XY_Grid script console progress bar and other progress bar improvements #890
* process all values for x/y plot right away to error out if any are bad ↵AUTOMATIC2022-09-171-5/+5
| | | | before any processing begins
* X/Y plot support for switching checkpoints.AUTOMATIC2022-09-171-0/+15
|
* add draw legend toggleDepFA2022-09-141-6/+10
|
* Add square bracket range+count syntaxDepFA2022-09-141-0/+17
|
* Overall progress incorrect with X/Y plot and batch count > 1 #441AUTOMATIC2022-09-141-3/+3
|
* prevent extras from saving in dirJustAnOkapi2022-09-141-1/+1
| | | | | Extras have none of the vars used in dir names, so they cant be saved into dirs. +grid code cleanup
* [BUG] Not Working As Intended - create a directory with name derived from ↵AUTOMATIC2022-09-121-1/+1
| | | | the prompt #306
* i will also fix floating point significant digitsAUTOMATIC2022-09-091-0/+6
|
* added resize seeds and variation seeds featuresAUTOMATIC2022-09-091-4/+31
|
* make X/Y plot's S/R apply to negative prompt as well.AUTOMATIC2022-09-091-0/+1
|
* remove double basicr requirementAUTOMATIC2022-09-061-1/+1
| | | | add seed change for anon
* fixes for incorrect progressbarAUTOMATIC2022-09-061-2/+0
|
* readme extras for VRAM forAUTOMATIC2022-09-061-5/+10
| | | | | | added missing packages to requirements for #74 add support for negative numbers in X/Y plot (plus ranges) #73 changed progressbar to work properly with custom modes
* added progressbarAUTOMATIC2022-09-051-0/+4
| | | | | added an option to disable progressbar added interrupt support to DDIM/PLMS
* save grids created by scriptsAUTOMATIC2022-09-041-1/+2
|
* fix for sampler not working in X/Y plot scriptAUTOMATIC2022-09-031-2/+3
|
* scriptsAUTOMATIC2022-09-031-0/+154