aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/xy_grid.py
Commit message (Collapse)AuthorAgeFilesLines
* renamed xy to xyz gridEllangoK2023-01-241-498/+0
| | | | this is mostly just so git can detect it properly
* Merge pull request #7081 from EllangoK/xy-hiresAUTOMATIC11112023-01-231-3/+15
|\ | | | | Adds Hires Steps to X/Y Plot, and updates step calculation
| * adds hires steps to x/y plot and fixes total_steps calculationEllangoK2023-01-221-3/+15
| |
* | Merge pull request #7031 from EllangoK/masterAUTOMATIC11112023-01-231-1/+1
|\ \ | | | | | | Fixes various button overflowing UI and compact checkbox
| * | aligns the axis buttons in x/y plotEllangoK2023-01-211-1/+1
| |/
* / make current_axis_options class variableVladimir Repin2023-01-211-9/+8
|/
* fix auto fill and repair separate axisoptionsVladimir Repin2023-01-211-7/+12
|
* extra networks UIAUTOMATIC2023-01-211-29/+0
| | | | rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
* make StableDiffusionProcessing class not hold a reference to shared.sd_model ↵AUTOMATIC2023-01-161-1/+0
| | | | object
* add a button for XY Plot to fill in available values for axes that support thisAUTOMATIC2023-01-161-35/+66
|
* Merge pull request #6803 from space-nuko/xy-grid-performance-improvementAUTOMATIC11112023-01-161-53/+70
|\ | | | | Optimize XY grid to run slower axes fewer times
| * Optimize XY grid to run slower axes fewer timesspace-nuko2023-01-161-53/+70
| |
* | Merge pull request #6802 from space-nuko/xy-grid-swap-axes-buttonAUTOMATIC11112023-01-161-6/+20
|\ \ | | | | | | Add swap axes button for XY Grid
| * | Add swap axes button for XY Gridspace-nuko2023-01-161-6/+20
| |/
* / fix problems related to checkpoint/VAE switching in XY plotAUTOMATIC2023-01-161-4/+2
|/
* Make XY grid cancellation much fasterspace-nuko2023-01-161-0/+3
|
* fix bug with "Ignore selected VAE for..." option completely disabling VAE ↵AUTOMATIC2023-01-141-14/+13
| | | | | | election rework VAE resolving code to be more simple
* rework #6329 to remove duplicate code and add prevent tab names for showing ↵AUTOMATIC2023-01-051-5/+0
| | | | in ids for scripts that only exist on one tab
* Refactor elem_prefix as function elem_idme2023-01-051-8/+12
|
* Adjusted prefix from i2i/t2i to txt2img and img2img and removed those ↵me2023-01-051-1/+1
| | | | prefixes from img exclusive scripts
* Add element ids for script components and a few more in ui.pyme2023-01-041-7/+8
|
* add XY plot parameters to grid image and do not add them to individual imagesAUTOMATIC2023-01-041-14/+24
|
* Merge branch 'master' into xygrid_infotext_improvementsAUTOMATIC11112023-01-041-68/+233
|\
| * Hires fix reworkAUTOMATIC2023-01-021-3/+1
| |
| * feat: Add upscale latent, VAE, styles to X/Y plotMMaker2022-12-181-1/+43
| | | | | | Adds upscale latent space for hires., VAE, and Styles as new axis options to the X/Y plot.
| * Merge pull request #4368 from byzod/masterAUTOMATIC11112022-12-031-1/+1
| |\ | | | | | | fix #3451 scripts ignores file format settings for grids
| | * fix scripts ignores file format settings for gridsbyzod2022-11-061-1/+1
| | |
| * | calculate dictionary for sampler names only onceAUTOMATIC2022-11-271-12/+2
| | |
| * | fix for broken sampler selection in img2img and xy plot #4860 #4909AUTOMATIC2022-11-271-7/+7
| | |
| * | change StableDiffusionProcessing to internally use sampler name instead of ↵AUTOMATIC2022-11-191-6/+6
| |/ | | | | | | sampler index
| * do not mess with components' visibility for scripts; instead create group ↵AUTOMATIC2022-11-041-4/+4
| | | | | | | | 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
| * Switch to a continous blend for cond. image.random_thoughtss2022-10-251-4/+1
| |
| * Added conditioning image masking to xy_grid.random_thoughtss2022-10-251-0/+3
| | | | | | | | Use `True` and `False` to select values.
| * XY grid correctly re-assignes model when config changesrandom_thoughtss2022-10-201-0/+1
| |
| * Safeguard setting restore logic against exceptionsGreg Fuller2022-10-171-22/+26
| | | | | | | | also useful for keeping settings cache and restore logic together, and nice for code reuse (other third party scripts can import this class)
| * Fix XY-plot steps if highres fix is enabledspace-nuko2022-10-141-1/+4
| |
| * remove the other DenoisingAUTOMATIC2022-10-141-1/+0
| |
| * [xy_grid.py] add option denoising_strengthNaeaeaeaeae2022-10-141-0/+1
| |
| * regression in xy_grid Var. seed fixingRnDMonkey2022-10-141-1/+1
| |
| * add hypernetwork multipliersAUTOMATIC2022-10-131-1/+8
| |
| * Fix metadata contentsGreg Fuller2022-10-131-18/+34
| |
| * draw_xy_grid provides the option to also return lone imagesGreg Fuller2022-10-131-5/+12
| |
| * xy_grid: Refactor confirm functionsMilly2022-10-121-34/+39
| |
| * xy_grid: Confirm that hypernetwork options are valid before startingMilly2022-10-121-0/+12
| |
| * xy_grid: Find hypernetwork by closest nameMilly2022-10-121-1/+5
| |
| * change default for XY plot's Y to Nothing.AUTOMATIC2022-10-111-1/+1
| |
| * rename hypernetwork dir to hypernetworks to prevent clash with an old ↵AUTOMATIC2022-10-111-1/+1
| | | | | | | | filename that people who use zip instead of git clone will have
| * Merge remote-tracking branch 'origin/master'AUTOMATIC2022-10-111-0/+3
| |\
| | * add incorrect start word guard to xy_grid (#2259)DepFA2022-10-111-7/+2
| | |
| | * revert sr warningDepFA2022-10-111-1/+2
| | |