aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/xy_grid.py
AgeCommit message (Collapse)AuthorLines
2023-01-24renamed xy to xyz gridEllangoK-498/+0
this is mostly just so git can detect it properly
2023-01-23Merge pull request #7081 from EllangoK/xy-hiresAUTOMATIC1111-3/+15
Adds Hires Steps to X/Y Plot, and updates step calculation
2023-01-23Merge pull request #7031 from EllangoK/masterAUTOMATIC1111-1/+1
Fixes various button overflowing UI and compact checkbox
2023-01-22adds hires steps to x/y plot and fixes total_steps calculationEllangoK-3/+15
2023-01-21aligns the axis buttons in x/y plotEllangoK-1/+1
2023-01-22make current_axis_options class variableVladimir Repin-9/+8
2023-01-21fix auto fill and repair separate axisoptionsVladimir Repin-7/+12
2023-01-21extra networks UIAUTOMATIC-29/+0
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
2023-01-16make StableDiffusionProcessing class not hold a reference to shared.sd_model ↵AUTOMATIC-1/+0
object
2023-01-16add a button for XY Plot to fill in available values for axes that support thisAUTOMATIC-35/+66
2023-01-16Merge pull request #6803 from space-nuko/xy-grid-performance-improvementAUTOMATIC1111-53/+70
Optimize XY grid to run slower axes fewer times
2023-01-16Merge pull request #6802 from space-nuko/xy-grid-swap-axes-buttonAUTOMATIC1111-6/+20
Add swap axes button for XY Grid
2023-01-16fix problems related to checkpoint/VAE switching in XY plotAUTOMATIC-4/+2
2023-01-15Add swap axes button for XY Gridspace-nuko-6/+20
2023-01-15Optimize XY grid to run slower axes fewer timesspace-nuko-53/+70
2023-01-15Make XY grid cancellation much fasterspace-nuko-0/+3
2023-01-14fix bug with "Ignore selected VAE for..." option completely disabling VAE ↵AUTOMATIC-14/+13
election rework VAE resolving code to be more simple
2023-01-05rework #6329 to remove duplicate code and add prevent tab names for showing ↵AUTOMATIC-5/+0
in ids for scripts that only exist on one tab
2023-01-05Refactor elem_prefix as function elem_idme-8/+12
2023-01-05Adjusted prefix from i2i/t2i to txt2img and img2img and removed those ↵me-1/+1
prefixes from img exclusive scripts
2023-01-04Add element ids for script components and a few more in ui.pyme-7/+8
2023-01-04add XY plot parameters to grid image and do not add them to individual imagesAUTOMATIC-14/+24
2023-01-04Merge branch 'master' into xygrid_infotext_improvementsAUTOMATIC1111-68/+233
2023-01-02Hires fix reworkAUTOMATIC-3/+1
2022-12-18feat: Add upscale latent, VAE, styles to X/Y plotMMaker-1/+43
Adds upscale latent space for hires., VAE, and Styles as new axis options to the X/Y plot.
2022-12-03Merge pull request #4368 from byzod/masterAUTOMATIC1111-1/+1
fix #3451 scripts ignores file format settings for grids
2022-11-27calculate dictionary for sampler names only onceAUTOMATIC-12/+2
2022-11-27fix for broken sampler selection in img2img and xy plot #4860 #4909AUTOMATIC-7/+7
2022-11-19change StableDiffusionProcessing to internally use sampler name instead of ↵AUTOMATIC-6/+6
sampler index
2022-11-06fix scripts ignores file format settings for gridsbyzod-1/+1
2022-11-04do not mess with components' visibility for scripts; instead create group ↵AUTOMATIC-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
2022-10-25Switch to a continous blend for cond. image.random_thoughtss-4/+1
2022-10-25Added conditioning image masking to xy_grid.random_thoughtss-0/+3
Use `True` and `False` to select values.
2022-10-20XY grid correctly re-assignes model when config changesrandom_thoughtss-0/+1
2022-10-17Safeguard setting restore logic against exceptionsGreg Fuller-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)
2022-10-14Fix XY-plot steps if highres fix is enabledspace-nuko-1/+4
2022-10-14remove the other DenoisingAUTOMATIC-1/+0
2022-10-14[xy_grid.py] add option denoising_strengthNaeaeaeaeae-0/+1
2022-10-14regression in xy_grid Var. seed fixingRnDMonkey-1/+1
2022-10-13add hypernetwork multipliersAUTOMATIC-1/+8
2022-10-13Fix metadata contentsGreg Fuller-18/+34
2022-10-13draw_xy_grid provides the option to also return lone imagesGreg Fuller-5/+12
2022-10-12xy_grid: Refactor confirm functionsMilly-34/+39
2022-10-12xy_grid: Confirm that hypernetwork options are valid before startingMilly-0/+12
2022-10-12xy_grid: Find hypernetwork by closest nameMilly-1/+5
2022-10-11change default for XY plot's Y to Nothing.AUTOMATIC-1/+1
2022-10-11rename hypernetwork dir to hypernetworks to prevent clash with an old ↵AUTOMATIC-1/+1
filename that people who use zip instead of git clone will have
2022-10-11Merge remote-tracking branch 'origin/master'AUTOMATIC-0/+3
2022-10-11fixes related to mergeAUTOMATIC-1/+2
2022-10-11add incorrect start word guard to xy_grid (#2259)DepFA-7/+2